arm64: dts: rockchip: add Hynitron cst340 for Anbernic 353 series
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> Link: https://lore.kernel.org/r/20221128231528.23360-1-macroalpha82@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
committed by
Heiko Stuebner
parent
3eb403e401
commit
31a4701490
@@ -95,6 +95,18 @@
|
||||
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 @@
|
||||
<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 {
|
||||
|
||||
@@ -82,6 +82,18 @@
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user