* [PATCH V2] arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series
@ 2022-11-28 23:15 Chris Morgan
2023-01-11 10:48 ` Heiko Stuebner
0 siblings, 1 reply; 2+ messages in thread
From: Chris Morgan @ 2022-11-28 23:15 UTC (permalink / raw)
To: devicetree
Cc: linux-rockchip, heiko, krzysztof.kozlowski+dt, robh+dt,
Chris Morgan
From: Chris Morgan <macromorgan@hotmail.com>
Add support for the Hynitron cst340 touchscreen driver to the Anbernic
RG353P and RG353V devices. Note the RG353VS device does not have a
touchscreen.
https://lore.kernel.org/linux-input/Y1y9e9sgE%2FDck9fB@google.com/
Changes since V1:
- Removed 'status = "okay";', as it was never disabled.
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
---
.../dts/rockchip/rk3566-anbernic-rg353p.dts | 19 +++++++++++++++++++
.../dts/rockchip/rk3566-anbernic-rg353v.dts | 12 ++++++++++++
2 files changed, 31 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
index 63cff402f3a8..8aa93c646bec 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353p.dts
@@ -95,6 +95,18 @@ &i2c2 {
pintctrl-names = "default";
pinctrl-0 = <&i2c2m1_xfer>;
status = "okay";
+
+ touch@1a {
+ compatible = "hynitron,cst340";
+ reg = <0x1a>;
+ interrupt-parent = <&gpio4>;
+ interrupts = <RK_PB1 IRQ_TYPE_EDGE_FALLING>;
+ pinctrl-0 = <&touch_rst>;
+ pinctrl-names = "default";
+ reset-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_LOW>;
+ touchscreen-size-x = <640>;
+ touchscreen-size-y = <480>;
+ };
};
&pinctrl {
@@ -104,6 +116,13 @@ spk_amp_enable_h: spk-amp-enable-h {
<4 RK_PC2 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
+
+ touch {
+ touch_rst: touch-rst {
+ rockchip,pins =
+ <4 RK_PA6 RK_FUNC_GPIO &pcfg_pull_up>;
+ };
+ };
};
&rk817 {
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
index 885234a023e1..f49ce29ba597 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353v.dts
@@ -82,6 +82,18 @@ &i2c2 {
pintctrl-names = "default";
pinctrl-0 = <&i2c2m1_xfer>;
status = "okay";
+
+ touch@1a {
+ compatible = "hynitron,cst340";
+ reg = <0x1a>;
+ interrupt-parent = <&gpio4>;
+ interrupts = <RK_PB1 IRQ_TYPE_EDGE_FALLING>;
+ pinctrl-0 = <&touch_rst>;
+ pinctrl-names = "default";
+ reset-gpios = <&gpio4 RK_PA6 GPIO_ACTIVE_LOW>;
+ touchscreen-size-x = <640>;
+ touchscreen-size-y = <480>;
+ };
};
&pinctrl {
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH V2] arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series
2022-11-28 23:15 [PATCH V2] arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series Chris Morgan
@ 2023-01-11 10:48 ` Heiko Stuebner
0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2023-01-11 10:48 UTC (permalink / raw)
To: Chris Morgan, devicetree
Cc: Heiko Stuebner, linux-rockchip, robh+dt, Chris Morgan,
krzysztof.kozlowski+dt
On Mon, 28 Nov 2022 17:15:28 -0600, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
>
> Add support for the Hynitron cst340 touchscreen driver to the Anbernic
> RG353P and RG353V devices. Note the RG353VS device does not have a
> touchscreen.
>
> https://lore.kernel.org/linux-input/Y1y9e9sgE%2FDck9fB@google.com/
>
> [...]
Applied, thanks!
[1/1] arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series
commit: 31a47014902d7fe1da9028336b6f189648ec28ac
Best regards,
--
Heiko Stuebner <heiko@sntech.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-11 10:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-28 23:15 [PATCH V2] arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series Chris Morgan
2023-01-11 10:48 ` Heiko Stuebner
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).