]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: am335x-sl50: Remove I2C1 node.
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Mon, 16 Jan 2017 16:57:31 +0000 (17:57 +0100)
committerTony Lindgren <tony@atomide.com>
Fri, 20 Jan 2017 18:34:20 +0000 (10:34 -0800)
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>
arch/arm/boot/dts/am335x-sl50.dts

index b0dfa6f14cd5ef919ba807b6fe8325e77c1879b2..34f49001050de4b0d35cc56aea627121ddc24040 100644 (file)
                >;
        };
 
-       i2c1_pins: pinmux_i2c1_pins {
-               pinctrl-single,pins = <
-                       AM33XX_IOPAD(0x980, PIN_INPUT_PULLUP | MUX_MODE3)       /* uart1_rxd.i2c1_sda */
-                       AM33XX_IOPAD(0x984, PIN_INPUT_PULLUP | MUX_MODE3)       /* uart1_txdi2c1_scl */
-               >;
-       };
-
        i2c2_pins: pinmux_i2c2_pins {
                pinctrl-single,pins = <
                        AM33XX_IOPAD(0x978, PIN_INPUT_PULLUP | MUX_MODE3)       /* uart1_ctsn.i2c2_sda */
        };
 };
 
-&i2c1 {
-       status = "okay";
-       pinctrl-names = "default";
-       pinctrl-0 = <&i2c1_pins>;
-};
-
 &i2c2 {
        status = "okay";
        pinctrl-names = "default";