提交 ad15f08c 编写于 作者: A Alexander Shiyan 提交者: Shawn Guo

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

This patch adds the missing W1 (onewire) devicetree node for i.MX51 CPUs.
Signed-off-by: NAlexander Shiyan <shc_work@mail.ru>
Acked-by: NSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 da38ea33
......@@ -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>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册