Message ID | 1444682800-16592-2-git-send-email-laurent.pinchart@ideasonboard.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hello Laurent, Thanks for the patch. On Mon, Oct 12, 2015 at 10:46 PM, Laurent Pinchart <laurent.pinchart@ideasonboard.com> wrote: > uart2 pinmux is already defined in omap3-igep0020-common.dtsi, remove > the duplicate node. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- 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 <javier@osg.samsung.com> Best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
* Javier Martinez Canillas <javier@dowhile0.org> [151012 15:35]: > Hello Laurent, > > Thanks for the patch. > > On Mon, Oct 12, 2015 at 10:46 PM, Laurent Pinchart > <laurent.pinchart@ideasonboard.com> wrote: > > uart2 pinmux is already defined in omap3-igep0020-common.dtsi, remove > > the duplicate node. > > > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > > --- > > 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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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 */
uart2 pinmux is already defined in omap3-igep0020-common.dtsi, remove the duplicate node. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- arch/arm/boot/dts/omap3-igep0020.dts | 9 --------- 1 file changed, 9 deletions(-)