diff options
author | Chris Morgan <macromorgan@hotmail.com> | 2022-10-28 21:40:45 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-10-30 22:48:50 +0300 |
commit | 60bd5ee7c8a855a7917fe41771b0e297912a7626 (patch) | |
tree | b03fee710364d249c5b171a0f5b6b16eabcdbf79 | |
parent | 22a91b7614132ce0651d0ddd6e0bcee119370840 (diff) | |
download | linux-60bd5ee7c8a855a7917fe41771b0e297912a7626.tar.xz |
arm64: dts: rockchip: add poll-interval to RGxx3 devices
Add adc-joystick polling for all Anbernic RGxx3 based devices.
They are all functionally identical in how they work.
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Link: https://lore.kernel.org/r/20221028184045.13113-5-macroalpha82@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi index 010c6a77a9da..41262a69d33e 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi @@ -22,6 +22,7 @@ <&adc_mux 3>; pinctrl-0 = <&joy_mux_en>; pinctrl-names = "default"; + poll-interval = <60>; #address-cells = <1>; #size-cells = <0>; |