diff options
author | Stefan Agner <stefan@agner.ch> | 2016-06-26 11:47:53 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-28 05:45:30 +0300 |
commit | a67970a22699ad104eac3db627d48c4db502e5ab (patch) | |
tree | ff7e73ac5c888bff05481128abee95702f45b05f /arch/arm/boot/dts/imx7d-cl-som-imx7.dts | |
parent | 3ef79ca6bd1d6c79203f84c5cd876bcaa957f082 (diff) | |
download | linux-a67970a22699ad104eac3db627d48c4db502e5ab.tar.xz |
ARM: dts: imx7d: recreate imx7d.dtsi with i.MX 7Dual specifics
The i.MX 7Solo implements a subset of features available on
i.MX 7Dual. Recreate imx7s.dtsi as the base device tree for
i.MX 7Dual boards. The i.MX 7Dual's additional features over
i.MX 7Solo are:
- Second Cortex-A7 core
- Second Gigabit Ethernet controller
- EPD (Electronc Paper Display, not yet part of the device tree)
- PCIe (not yet part of the device tree)
- Additional USB2.0 OTG controller
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-cl-som-imx7.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7d-cl-som-imx7.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d-cl-som-imx7.dts b/arch/arm/boot/dts/imx7d-cl-som-imx7.dts index 3942c7d30321..48634519d13a 100644 --- a/arch/arm/boot/dts/imx7d-cl-som-imx7.dts +++ b/arch/arm/boot/dts/imx7d-cl-som-imx7.dts @@ -13,7 +13,7 @@ /dts-v1/; #include <dt-bindings/input/input.h> -#include "imx7s.dtsi" +#include "imx7d.dtsi" / { model = "CompuLab CL-SOM-iMX7"; |