diff options
author | 2013-07-19 15:13:38 +0100 | |
---|---|---|
committer | 2013-08-07 15:29:17 +0200 | |
commit | bee3c79643d693c8b53cfda355925032ee1c569b (patch) | |
tree | 7d69244fe3b7867916b7e0bd6f996dc5afcbbf6c | |
parent | ARM: ux500: Remove Toshiba TC35892 I/O Expander's DT entry from Snowball's DTS (diff) | |
download | wireguard-linux-bee3c79643d693c8b53cfda355925032ee1c569b.tar.xz wireguard-linux-bee3c79643d693c8b53cfda355925032ee1c569b.zip |
ARM: ux500: Remove Snowball DTS entry for National Semiconductor LP5521 LED chip
It doesn't exist on the Snowball development board.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
-rw-r--r-- | arch/arm/boot/dts/snowball.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index 6e38844e506c..b63c4541dee0 100644 --- a/arch/arm/boot/dts/snowball.dts +++ b/arch/arm/boot/dts/snowball.dts @@ -173,14 +173,6 @@ }; i2c@80128000 { - lp5521@33 { - // compatible = "lp5521"; - reg = <0x33>; - }; - lp5521@34 { - // compatible = "lp5521"; - reg = <0x34>; - }; bh1780@29 { // compatible = "rohm,bh1780gli"; reg = <0x33>; |