diff options
author | Stefan Agner <stefan@agner.ch> | 2017-12-19 19:10:38 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-12-26 09:15:44 +0100 |
commit | f928a4a377e476525298a552185dfd92d2780319 (patch) | |
tree | 9f4cb4db2303744b8544783ea4d75e41c59882e4 /arch/arm/boot/dts/imx7d-colibri.dtsi | |
parent | ARM: dts: imx7-colibri: add MCP2515 CAN controller (diff) | |
download | linux-f928a4a377e476525298a552185dfd92d2780319.tar.xz linux-f928a4a377e476525298a552185dfd92d2780319.zip |
ARM: dts: imx7: add Toradex Colibri iMX7D 1GB (eMMC) support
Add support for the Computer on Module Colibri iMX7D 1GB along
with the Colibri Evaluation Board device trees. Follow the usual
hierarchic include model, maintaining shared configuration in
imx7-colibri.dtsi and imx7-colibri-eval-v3.dtsi respectively.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-colibri.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx7d-colibri.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-colibri.dtsi b/arch/arm/boot/dts/imx7d-colibri.dtsi index 3c2cb502b388..6f2bb70c1fbd 100644 --- a/arch/arm/boot/dts/imx7d-colibri.dtsi +++ b/arch/arm/boot/dts/imx7d-colibri.dtsi @@ -49,6 +49,10 @@ }; }; +&gpmi { + status = "okay"; +}; + &usbotg2 { dr_mode = "host"; }; |