diff options
author | Rostislav Lisovy <lisovy@gmail.com> | 2015-02-09 15:48:05 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-03-16 13:48:06 -0700 |
commit | 5b5e49af054a315bda68fec3eb935637aa72be31 (patch) | |
tree | eccd25db7830dc949c65a36a4a507f6f67d889bc /arch/arm/boot/dts/Makefile | |
parent | 11d938d494890f09cf22252615cd2d0f2332f429 (diff) | |
download | lwn-5b5e49af054a315bda68fec3eb935637aa72be31.tar.gz lwn-5b5e49af054a315bda68fec3eb935637aa72be31.zip |
ARM: dts: am335x: Add Chiliboard DTS
Chiliboard uses ChiliSOM as its base.
Hardware specification:
* ChiliSOM (am335x, PMIC, DRAM, NAND)
* Ethernet PHY (id 0)
* USB host (usb1)
* microSD slot
* 2x GPIO LED
Signed-off-by: Rostislav Lisovy <lisovy@jablotron.cz>
Signed-off-by: Tony Lindgren <tony@atomide.com>
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 a1c776b8dcec..b316b38c45f1 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -401,7 +401,8 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-evmsk.dtb \ am335x-nano.dtb \ am335x-pepper.dtb \ - am335x-lxm.dtb + am335x-lxm.dtb \ + am335x-chiliboard.dtb dtb-$(CONFIG_ARCH_OMAP4) += \ omap4-duovero-parlor.dtb \ omap4-panda.dtb \ |