diff options
author | 2013-07-19 15:13:37 +0100 | |
---|---|---|
committer | 2013-08-07 15:28:16 +0200 | |
commit | b4ff4d1d9fbca0d3ed9e5cc64b618d662293136b (patch) | |
tree | d6b0f948ee1a27d9e2e54dafa005871da41a16d1 | |
parent | ARM: u8540: DT: Set pinctrl mapping to i2c0,1,2,4 & 5 (diff) | |
download | wireguard-linux-b4ff4d1d9fbca0d3ed9e5cc64b618d662293136b.tar.xz wireguard-linux-b4ff4d1d9fbca0d3ed9e5cc64b618d662293136b.zip |
ARM: ux500: Remove Toshiba TC35892 I/O Expander's DT entry from Snowball's DTS
It doesn't exist on this 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 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index 928a192efa8a..6e38844e506c 100644 --- a/arch/arm/boot/dts/snowball.dts +++ b/arch/arm/boot/dts/snowball.dts @@ -166,12 +166,6 @@ }; i2c@80004000 { - tc3589x@42 { - //compatible = "tc3589x"; - reg = <0x42>; - gpios = <&gpio6 25 0x4>; - interrupt-parent = <&gpio6>; - }; tps61052@33 { //compatible = "tps61052"; reg = <0x33>; |