* [PATCH] ARM: dts: rockchip: add gpio-ir-receiver to the R89 board
@ 2015-11-27 22:53 Heiko Stübner
2015-12-04 19:30 ` Heiko Stübner
0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stübner @ 2015-11-27 22:53 UTC (permalink / raw)
To: linux-arm-kernel
Add support for the IR receiver present on the R89 board.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
arch/arm/boot/dts/rk3288-r89.dts | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/arch/arm/boot/dts/rk3288-r89.dts b/arch/arm/boot/dts/rk3288-r89.dts
index 14b9fc7..17f13c7 100644
--- a/arch/arm/boot/dts/rk3288-r89.dts
+++ b/arch/arm/boot/dts/rk3288-r89.dts
@@ -78,6 +78,13 @@
};
};
+ ir: ir-receiver {
+ compatible = "gpio-ir-receiver";
+ gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&ir_int>;
+ };
+
vcc_host: vcc-host-regulator {
compatible = "regulator-fixed";
enable-active-high;
@@ -310,6 +317,12 @@
};
};
+ ir {
+ ir_int: ir-int {
+ rockchip,pins = <7 0 RK_FUNC_GPIO &pcfg_pull_up>;
+ };
+ };
+
pmic {
pmic_int: pmic-int {
rockchip,pins = <RK_GPIO0 4 RK_FUNC_GPIO &pcfg_pull_up>;
--
2.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: rockchip: add gpio-ir-receiver to the R89 board
2015-11-27 22:53 [PATCH] ARM: dts: rockchip: add gpio-ir-receiver to the R89 board Heiko Stübner
@ 2015-12-04 19:30 ` Heiko Stübner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stübner @ 2015-12-04 19:30 UTC (permalink / raw)
To: linux-arm-kernel
Am Freitag, 27. November 2015, 23:53:35 schrieb Heiko St?bner:
> Add support for the IR receiver present on the R89 board.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
applied to my dts32 branch for 4.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-12-04 19:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 22:53 [PATCH] ARM: dts: rockchip: add gpio-ir-receiver to the R89 board Heiko Stübner
2015-12-04 19:30 ` Heiko Stübner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).