[PATCH 2/2] ARM: dts: omap3-igep0020: Remove duplicate uart2 pinmux

2015-10-12 Thread Laurent Pinchart
uart2 pinmux is already defined in omap3-igep0020-common.dtsi, remove
the duplicate node.

Signed-off-by: Laurent Pinchart 
---
 arch/arm/boot/dts/omap3-igep0020.dts | 9 -
 1 file changed, 9 deletions(-)

diff --git a/arch/arm/boot/dts/omap3-igep0020.dts 
b/arch/arm/boot/dts/omap3-igep0020.dts
index fea7f7edb45d..5683b8bf3475 100644
--- a/arch/arm/boot/dts/omap3-igep0020.dts
+++ b/arch/arm/boot/dts/omap3-igep0020.dts
@@ -45,15 +45,6 @@
OMAP3_CORE1_IOPAD(0x216a, PIN_OUTPUT | MUX_MODE4)   
/* sdmmc2_dat7.gpio_139 - RST_N_B */
>;
};
-
-   uart2_pins: pinmux_uart2_pins {
-   pinctrl-single,pins = <
-   OMAP3_CORE1_IOPAD(0x2174, PIN_INPUT | MUX_MODE0)
/* uart2_cts.uart2_cts */
-   OMAP3_CORE1_IOPAD(0x2176, PIN_OUTPUT | MUX_MODE0)   
/* uart2_rts .uart2_rts*/
-   OMAP3_CORE1_IOPAD(0x2178, PIN_OUTPUT | MUX_MODE0)   
/* uart2_tx.uart2_tx */
-   OMAP3_CORE1_IOPAD(0x217a, PIN_INPUT | MUX_MODE0)
/* uart2_rx.uart2_rx */
-   >;
-   };
 };
 
 /* On board Wifi module */
-- 
Regards,

Laurent Pinchart

--
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


Re: [PATCH 2/2] ARM: dts: omap3-igep0020: Remove duplicate uart2 pinmux

2015-10-12 Thread Javier Martinez Canillas
Hello Laurent,

Thanks for the patch.

On Mon, Oct 12, 2015 at 10:46 PM, Laurent Pinchart
 wrote:
> uart2 pinmux is already defined in omap3-igep0020-common.dtsi, remove
> the duplicate node.
>
> Signed-off-by: Laurent Pinchart 
> ---

Indeed, this is something that was overlooked when the common dtsi
file was introduced in commit ebc13bf2e0d2 ("ARM: dts:
omap3-igep0020-common: Introduce igep0020 common dtsi file").

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


Re: [PATCH 2/2] ARM: dts: omap3-igep0020: Remove duplicate uart2 pinmux

2015-10-12 Thread Tony Lindgren
* Javier Martinez Canillas  [151012 15:35]:
> Hello Laurent,
> 
> Thanks for the patch.
> 
> On Mon, Oct 12, 2015 at 10:46 PM, Laurent Pinchart
>  wrote:
> > uart2 pinmux is already defined in omap3-igep0020-common.dtsi, remove
> > the duplicate node.
> >
> > Signed-off-by: Laurent Pinchart 
> > ---
> 
> Indeed, this is something that was overlooked when the common dtsi
> file was introduced in commit ebc13bf2e0d2 ("ARM: dts:
> omap3-igep0020-common: Introduce igep0020 common dtsi file").

Applying both into omap-for-v4.4/dt thanks.

Tony
--
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