Re: [PATCH 10/11] ARM: dts: omap3-igep00x0: Remove i2c2 node.

2014-11-09 Thread Javier Martinez Canillas
Hello Enric,

On Thu, Nov 6, 2014 at 1:01 PM, Enric Balletbo i Serra
 wrote:
> We can't suppose that the i2c2 pins are configured as I2C bus, these pins are
> connected to expansion connectors.
>
> Signed-off-by: Enric Balletbo i Serra 

Acked-by: Javier Martinez Canillas 

Best regards,
Javier
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 10/11] ARM: dts: omap3-igep00x0: Remove i2c2 node.

2014-11-06 Thread Enric Balletbo i Serra
We can't suppose that the i2c2 pins are configured as I2C bus, these pins are
connected to expansion connectors.

Signed-off-by: Enric Balletbo i Serra 
---
 arch/arm/boot/dts/omap3-igep.dtsi | 13 -
 1 file changed, 13 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-igep.dtsi 
b/arch/arm/boot/dts/omap3-igep.dtsi
index 6118e7f..8a63ad2 100644
--- a/arch/arm/boot/dts/omap3-igep.dtsi
+++ b/arch/arm/boot/dts/omap3-igep.dtsi
@@ -92,13 +92,6 @@
>;
};
 
-   i2c2_pins: pinmux_i2c2_pins {
-   pinctrl-single,pins = <
-   0x18e (PIN_INPUT | MUX_MODE0)   /* i2c2_scl.i2c2_scl */
-   0x190 (PIN_INPUT | MUX_MODE0)   /* i2c2_sda.i2c2_sda */
-   >;
-   };
-
i2c3_pins: pinmux_i2c3_pins {
pinctrl-single,pins = <
0x192 (PIN_INPUT | MUX_MODE0)   /* i2c3_scl.i2c3_scl */
@@ -177,12 +170,6 @@
 #include "twl4030.dtsi"
 #include "twl4030_omap3.dtsi"
 
-&i2c2 {
-   pinctrl-names = "default";
-   pinctrl-0 = <&i2c2_pins>;
-   clock-frequency = <40>;
-};
-
 &i2c3 {
pinctrl-names = "default";
pinctrl-0 = <&i2c3_pins>;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html