From: Alexander Shiyan Date: Sat, 21 Dec 2013 07:11:38 +0000 (+0400) Subject: ARM: dts: imx27-phytec-phycore-rdk: Enable 1-Wire module X-Git-Tag: next-20140106~108^2~7 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=12e2900274b931167f4286c5181fbdce4db1df5d;p=karo-tx-linux.git ARM: dts: imx27-phytec-phycore-rdk: Enable 1-Wire module This patch enables 1-Wire module for Phytec PCM-970 RDK. Signed-off-by: Alexander Shiyan Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts index 7ada054c82e6..eca1b6deb3f4 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore-rdk.dts @@ -44,6 +44,10 @@ >; }; + pinctrl_owire1: owire1grp { + fsl,pins = ; + }; + pinctrl_uart1: uart1grp { fsl,pins = < MX27_UART1_PINGRP1 @@ -60,6 +64,12 @@ }; }; +&owire { + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_owire1>; + status = "okay"; +}; + &sdhci2 { bus-width = <4>; cd-gpios = <&gpio3 29 GPIO_ACTIVE_HIGH>;