diff options
author | Enric Balletbo i Serra <enric.balletbo@collabora.com> | 2017-01-16 11:57:31 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-01-20 13:34:20 -0500 |
commit | fd252312016e0e458a9338db206ad4be31eec932 (patch) | |
tree | b3d53f3c53cd085981d880b717d4cbdfb52d44c4 | |
parent | 92c2f4a904dacf6b395c4d75348d203cb63730e3 (diff) |
ARM: dts: am335x-sl50: Remove I2C1 node.
I2C1 is not used so remove it in order to avoid conflicts.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am335x-sl50.dts | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/boot/dts/am335x-sl50.dts b/arch/arm/boot/dts/am335x-sl50.dts index b0dfa6f14cd5..34f49001050d 100644 --- a/arch/arm/boot/dts/am335x-sl50.dts +++ b/arch/arm/boot/dts/am335x-sl50.dts | |||
@@ -150,13 +150,6 @@ | |||
150 | >; | 150 | >; |
151 | }; | 151 | }; |
152 | 152 | ||
153 | i2c1_pins: pinmux_i2c1_pins { | ||
154 | pinctrl-single,pins = < | ||
155 | AM33XX_IOPAD(0x980, PIN_INPUT_PULLUP | MUX_MODE3) /* uart1_rxd.i2c1_sda */ | ||
156 | AM33XX_IOPAD(0x984, PIN_INPUT_PULLUP | MUX_MODE3) /* uart1_txdi2c1_scl */ | ||
157 | >; | ||
158 | }; | ||
159 | |||
160 | i2c2_pins: pinmux_i2c2_pins { | 153 | i2c2_pins: pinmux_i2c2_pins { |
161 | pinctrl-single,pins = < | 154 | pinctrl-single,pins = < |
162 | AM33XX_IOPAD(0x978, PIN_INPUT_PULLUP | MUX_MODE3) /* uart1_ctsn.i2c2_sda */ | 155 | AM33XX_IOPAD(0x978, PIN_INPUT_PULLUP | MUX_MODE3) /* uart1_ctsn.i2c2_sda */ |
@@ -298,12 +291,6 @@ | |||
298 | }; | 291 | }; |
299 | }; | 292 | }; |
300 | 293 | ||
301 | &i2c1 { | ||
302 | status = "okay"; | ||
303 | pinctrl-names = "default"; | ||
304 | pinctrl-0 = <&i2c1_pins>; | ||
305 | }; | ||
306 | |||
307 | &i2c2 { | 294 | &i2c2 { |
308 | status = "okay"; | 295 | status = "okay"; |
309 | pinctrl-names = "default"; | 296 | pinctrl-names = "default"; |