diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-05-21 10:45:00 +0200 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2014-05-21 14:27:15 +0200 |
commit | 7c0e06b25470bc6009b25a2c2988dc452def8b14 (patch) | |
tree | e3f52a9d5f68ecc24e645635231136a0177988ba /arch/arm/boot/dts/Makefile | |
parent | 63a557ae8583d1ab1feb30ae4abb8e957df50585 (diff) | |
download | lwn-7c0e06b25470bc6009b25a2c2988dc452def8b14.tar.gz lwn-7c0e06b25470bc6009b25a2c2988dc452def8b14.zip |
ARM: sti: stih416: Add support for B2020 RevE
The B2020 RevE differs from the other B2020 boards in a few subtle ways;
including the Ethernet reset GPIO which this patch adds support for and
the LED wiring which will follow in a latter patch. Without supplying
these differences Ethernet and the board LEDs simply will not work.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.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 19322a1f82ae..46df60edac94 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -339,7 +339,8 @@ dtb-$(CONFIG_ARCH_STI)+= stih407-b2120.dtb \ stih415-b2000.dtb \ stih415-b2020.dtb \ stih416-b2000.dtb \ - stih416-b2020.dtb + stih416-b2020.dtb \ + stih416-b2020-revE.dtb dtb-$(CONFIG_ARCH_SUNXI) += \ sun4i-a10-a1000.dtb \ sun4i-a10-cubieboard.dtb \ |