diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2018-07-03 21:29:34 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-11 14:26:02 +0200 |
commit | caaac8cde914ebab128295240cb489841d224170 (patch) | |
tree | 8ec21af4319c448af087389e43fe8b5ed0571588 /arch/arm/boot/dts/Makefile | |
parent | ARM: dts: imx31: add device tree description of basic controllers (diff) | |
download | linux-caaac8cde914ebab128295240cb489841d224170.tar.xz linux-caaac8cde914ebab128295240cb489841d224170.zip |
ARM: dts: imx31: add LogicPD MX31Lite board description
The added DTS contains a combined description of LogicPD MX31 Lite
SoM devices, peripherals are routed to ports on a baseboard:
* PATA controller,
* SD/MMC controller,
* 2 GPIO LEDs,
* UART controllers,
* Freescale MC13783 MFD connected over SPI,
* SMSC LAN9117,
* ST Micro NAND SLC, 64 MiB,
* Intel NOR flash, 16 MiB.
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index bc63b4c81dfe..fd2f82b09df2 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -345,7 +345,8 @@ dtb-$(CONFIG_SOC_IMX27) += \ imx27-phytec-phycore-rdk.dtb \ imx27-phytec-phycard-s-rdk.dtb dtb-$(CONFIG_SOC_IMX31) += \ - imx31-bug.dtb + imx31-bug.dtb \ + imx31-lite.dtb dtb-$(CONFIG_SOC_IMX35) += \ imx35-eukrea-mbimxsd35-baseboard.dtb \ imx35-pdk.dtb |