[PATCH] ARM: dts: vf610: make pinctrl nodes board specific

Shawn Guo shawn.guo at linaro.org
Mon Dec 9 03:01:35 EST 2013


On Mon, Dec 09, 2013 at 07:10:34AM +0000, fugang.duan at freescale.com wrote:
> >@@ -36,12 +36,24 @@
> > &fec1 {
> > 	phy-mode = "rmii";
> > 	pinctrl-names = "default";
> >-	pinctrl-0 = <&pinctrl_fec1_1>;
> >+	pinctrl-0 = <&pinctrl_fec1>;
> > 	status = "okay";
> > };
> >
> >+&iomuxc {
> >+	vf610-cosmic {
> >+		pinctrl_fec1: fec1grp {
> >+			fsl,pins = <VF610_FEC1_PINGRP1>;
> >+		};
> >+
> >+		pinctrl_uart1: uart1grp {
> >+			fsl,pins = <VF610_UART1_PINGRP1>;
> >+		};
> >+	};
> >+};
> >+
> Keep things in alphabetical order...

Hmm, what is not in alphabetic order?

Shawn

> 
> > &uart1 {
> > 	pinctrl-names = "default";
> >-	pinctrl-0 = <&pinctrl_uart1_1>;
> >+	pinctrl-0 = <&pinctrl_uart1>;
> > 	status = "okay";
> > };




More information about the linux-arm-kernel mailing list