diff options
author | Olof Johansson | 2013-02-18 01:31:51 +0100 |
---|---|---|
committer | Olof Johansson | 2013-02-18 01:31:51 +0100 |
commit | c56cc512e2aaf22c45ecd894489132e6a063fa7c (patch) | |
tree | 78c85e22c689e5975f9e1b76b3ff43f14027b642 /arch/arm/boot/dts/Makefile | |
parent | Merge tag 'mxs-dt-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 into... (diff) | |
parent | sunxi: a13-olinuxino: Add user LED to the device tree (diff) | |
download | kernel-qcow2-linux-c56cc512e2aaf22c45ecd894489132e6a063fa7c.tar.gz kernel-qcow2-linux-c56cc512e2aaf22c45ecd894489132e6a063fa7c.tar.xz kernel-qcow2-linux-c56cc512e2aaf22c45ecd894489132e6a063fa7c.zip |
Merge tag 'sunxi-dt-for-3.9' of https://github.com/mripard/linux into next/dt
From Maxime Ripard:
Allwinner sunXi DT additions for 3.9
* tag 'sunxi-dt-for-3.9' of https://github.com/mripard/linux:
sunxi: a13-olinuxino: Add user LED to the device tree
sunxi: a10-cubieboard: Add user LEDs to the device tree
ARM: sunxi: Add device tree for Miniand Hackberry
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 43c044b86e13..4b80c5c5ede0 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -135,6 +135,7 @@ dtb-$(CONFIG_ARCH_SPEAR3XX)+= spear300-evb.dtb \ spear320-hmi.dtb dtb-$(CONFIG_ARCH_SPEAR6XX)+= spear600-evb.dtb dtb-$(CONFIG_ARCH_SUNXI) += sun4i-a10-cubieboard.dtb \ + sun4i-a10-hackberry.dtb \ sun5i-a13-olinuxino.dtb dtb-$(CONFIG_ARCH_TEGRA) += tegra20-harmony.dtb \ tegra20-iris-512.dtb \ |