diff options
author | Stefan Agner <stefan@agner.ch> | 2016-06-26 01:47:53 -0700 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-06-28 10:45:30 +0800 |
commit | a67970a22699ad104eac3db627d48c4db502e5ab (patch) | |
tree | ff7e73ac5c888bff05481128abee95702f45b05f /arch/arm/boot/dts/imx7d-sdb.dts | |
parent | 3ef79ca6bd1d6c79203f84c5cd876bcaa957f082 (diff) | |
download | blackbird-obmc-linux-a67970a22699ad104eac3db627d48c4db502e5ab.tar.gz blackbird-obmc-linux-a67970a22699ad104eac3db627d48c4db502e5ab.zip |
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-sdb.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7d-sdb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index 8852a84a91af..6bd820367ad4 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -43,7 +43,7 @@ /dts-v1/; #include <dt-bindings/input/input.h> -#include "imx7s.dtsi" +#include "imx7d.dtsi" / { model = "Freescale i.MX7 SabreSD Board"; |