ARM: dts: imx27-phytec-phycard-s-som: Sort entries
authorAlexander Shiyan <shc_work@mail.ru>
Tue, 4 Feb 2014 14:59:30 +0000 (18:59 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 10 Feb 2014 03:10:14 +0000 (11:10 +0800)
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27-phytec-phycard-s-som.dts

index e51e55077aa04829c74f8d14eb3723e07b2bd21c..a28b6c7844b4346a4bbb5571251f5e57a4a63f38 100644 (file)
        status = "okay";
 };
 
+&fec {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_fec1>;
+       status = "okay";
+};
+
+&i2c2 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_i2c2>;
+       status = "okay";
+
+       at24@52 {
+               compatible = "at,24c32";
+               pagesize = <32>;
+               reg = <0x52>;
+       };
+};
+
 &iomuxc {
        imx27-phycard-s-som {
                pinctrl_fec1: fec1grp {
                };
        };
 };
-
-&fec {
-       pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_fec1>;
-       status = "okay";
-};
-
-&i2c2 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&pinctrl_i2c2>;
-       status = "okay";
-
-       at24@52 {
-               compatible = "at,24c32";
-               pagesize = <32>;
-               reg = <0x52>;
-       };
-};
This page took 0.025827 seconds and 5 git commands to generate.