From: Artem Lapkin <email2tema@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Cc: robh+dt@kernel.org, art@khadas.com, jbx6244@gmail.com,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
nick@khadas.com, gouwa@khadas.com
Subject: [PATCH v2 2/2] arm64: dts: rockchip: add ir-receiver node to rk3399-khadas-edge
Date: Wed, 23 Sep 2020 21:14:24 +0800 [thread overview]
Message-ID: <20200923131424.1612960-3-art@khadas.com> (raw)
In-Reply-To: <20200923131424.1612960-1-art@khadas.com>
add missed ir-receiver and ir_rx pinctl nodes to rk3399-khadas-edge
Khadas Edge board uses gpio-ir-receiver on RK_PB6 gpio
Signed-off-by: Artem Lapkin <art@khadas.com>
Tested-by: Artem Lapkin <art@khadas.com>
---
.../boot/dts/rockchip/rk3399-khadas-edge.dtsi | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi
index c67420578fa..e4655097f22 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-khadas-edge.dtsi
@@ -109,6 +109,14 @@ vsys_5v0: vsys-5v0 {
vin-supply = <&vsys>;
};
+ ir-receiver {
+ compatible = "gpio-ir-receiver";
+ gpios = <&gpio1 RK_PB6 GPIO_ACTIVE_LOW>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&ir_rx>;
+ linux,rc-map-name = "rc-khadas";
+ };
+
adc-keys {
compatible = "adc-keys";
io-channels = <&saradc 1>;
@@ -585,6 +593,12 @@ pwrbtn: pwrbtn {
};
};
+ ir {
+ ir_rx: ir-rx {
+ rockchip,pins = <1 RK_PB6 RK_FUNC_GPIO &pcfg_pull_none>;
+ };
+ };
+
leds {
sys_led_pin: sys-led-pin {
rockchip,pins = <0 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>;
--
2.25.1
prev parent reply other threads:[~2020-09-23 13:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-23 13:14 [PATCH v2 0/2] arm64: dts: rockchip: add spiflash and ir-receiver nodes " Artem Lapkin
2020-09-23 13:14 ` [PATCH v2 1/2] arm64: dts: rockchip: add spiflash node " Artem Lapkin
2020-09-23 13:14 ` Artem Lapkin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200923131424.1612960-3-art@khadas.com \
--to=email2tema@gmail.com \
--cc=art@khadas.com \
--cc=devicetree@vger.kernel.org \
--cc=gouwa@khadas.com \
--cc=jbx6244@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nick@khadas.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®