提交 0256452e 编写于 作者: A Alexander Bersenev 提交者: Maxime Ripard

ARM: sunxi: Enable IR controller on cubieboard 2 and cubietruck in dts

This patch enables two IR devices in dts:
- One IR device physically found on Cubieboard 2
- One IR device physically found on Cubietruck
Signed-off-by: NAlexander Bersenev <bay@hackerdom.ru>
Signed-off-by: NAlexsey Shestacov <wingrime@linux-sunxi.org>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 0fc2b7af
......@@ -66,6 +66,12 @@
};
};
ir0: ir@01c21800 {
pinctrl-names = "default";
pinctrl-0 = <&ir0_pins_a>;
status = "okay";
};
uart0: serial@01c28000 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_a>;
......
......@@ -100,6 +100,12 @@
status = "okay";
};
ir0: ir@01c21800 {
pinctrl-names = "default";
pinctrl-0 = <&ir0_pins_a>;
status = "okay";
};
uart0: serial@01c28000 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_a>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册