]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: i.MX51: Add W1 devicetree node
authorAlexander Shiyan <shc_work@mail.ru>
Wed, 21 Aug 2013 07:28:25 +0000 (11:28 +0400)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 26 Sep 2013 05:01:31 +0000 (13:01 +0800)
This patch adds the missing W1 (onewire) devicetree node for i.MX51 CPUs.

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/imx51.dtsi

index fdedb86d0f4e29d26e138c101316c0e65ac37373..f4dcff3a9969a053d0a7c136015c94526a739cb8 100644 (file)
                                clocks = <&clks 107>;
                        };
 
+                       owire: owire@83fa4000 {
+                               compatible = "fsl,imx51-owire", "fsl,imx21-owire";
+                               reg = <0x83fa4000 0x4000>;
+                               interrupts = <88>;
+                               clocks = <&clks 159>;
+                               status = "disabled";
+                       };
+
                        ecspi2: ecspi@83fac000 {
                                #address-cells = <1>;
                                #size-cells = <0>;