Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad15f08c authored by Alexander Shiyan's avatar Alexander Shiyan Committed by Shawn Guo
Browse files

ARM: dts: i.MX51: Add W1 devicetree node



This patch adds the missing W1 (onewire) devicetree node for i.MX51 CPUs.

Signed-off-by: default avatarAlexander Shiyan <shc_work@mail.ru>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent da38ea33
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -379,6 +379,14 @@
				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>;