]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx27-phytec-phycore-rdk: Enable 1-Wire module
authorAlexander Shiyan <shc_work@mail.ru>
Sat, 21 Dec 2013 07:11:38 +0000 (11:11 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 31 Dec 2013 03:09:52 +0000 (11:09 +0800)
This patch enables 1-Wire module for Phytec PCM-970 RDK.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts

index 7ada054c82e6f27e2c8a24e95df051b1e2d50632..eca1b6deb3f4d0d86f04ec07cb9887374445318c 100644 (file)
                        >;
                };
 
+               pinctrl_owire1: owire1grp {
+                       fsl,pins = <MX27_OWIRE1_PINGRP1>;
+               };
+
                pinctrl_uart1: uart1grp {
                        fsl,pins = <
                                MX27_UART1_PINGRP1
        };
 };
 
+&owire {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_owire1>;
+       status = "okay";
+};
+
 &sdhci2 {
        bus-width = <4>;
        cd-gpios = <&gpio3 29 GPIO_ACTIVE_HIGH>;