diff options
author | Olof Johansson <olof@lixom.net> | 2013-02-17 16:31:51 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-02-17 16:31:51 -0800 |
commit | c56cc512e2aaf22c45ecd894489132e6a063fa7c (patch) | |
tree | 78c85e22c689e5975f9e1b76b3ff43f14027b642 /arch/arm/boot/dts/Makefile | |
parent | dd8b5c8dac143f2898def5bd49b651c81fad776b (diff) | |
parent | 867dc8beba816695485f61c2c4ad80f11073c280 (diff) |
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 43c044b86e1..4b80c5c5ede 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 \ |