Finish RK3566 input
This commit is contained in:
parent
d3724159b5
commit
6f01355412
1 changed files with 188 additions and 0 deletions
188
projects/Rockchip/patches/linux/RK3566/025-rgxx-input.patch
Normal file
188
projects/Rockchip/patches/linux/RK3566/025-rgxx-input.patch
Normal file
|
@ -0,0 +1,188 @@
|
|||
diff -rupN linux.orig/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi linux/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi
|
||||
--- linux.orig/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi 2024-03-26 04:17:51.534641800 +0000
|
||||
+++ linux/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rg353x.dtsi 2024-03-26 13:38:09.738327441 +0000
|
||||
@@ -64,32 +64,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
-&gpio_keys_control {
|
||||
- button-a {
|
||||
- gpios = <&gpio3 RK_PC2 GPIO_ACTIVE_LOW>;
|
||||
- label = "EAST";
|
||||
- linux,code = <BTN_EAST>;
|
||||
- };
|
||||
-
|
||||
- button-left {
|
||||
- gpios = <&gpio3 RK_PA6 GPIO_ACTIVE_LOW>;
|
||||
- label = "DPAD-LEFT";
|
||||
- linux,code = <BTN_DPAD_LEFT>;
|
||||
- };
|
||||
-
|
||||
- button-right {
|
||||
- gpios = <&gpio3 RK_PA5 GPIO_ACTIVE_LOW>;
|
||||
- label = "DPAD-RIGHT";
|
||||
- linux,code = <BTN_DPAD_RIGHT>;
|
||||
- };
|
||||
-
|
||||
- button-y {
|
||||
- gpios = <&gpio3 RK_PC1 GPIO_ACTIVE_LOW>;
|
||||
- label = "WEST";
|
||||
- linux,code = <BTN_WEST>;
|
||||
- };
|
||||
-};
|
||||
-
|
||||
&i2c0 {
|
||||
/* This hardware is physically present but unused. */
|
||||
power-monitor@62 {
|
||||
diff -rupN linux.orig/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi linux/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi
|
||||
--- linux.orig/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi 2024-03-26 04:17:51.534641800 +0000
|
||||
+++ linux/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi 2024-03-26 13:30:24.751964829 +0000
|
||||
@@ -14,51 +14,6 @@
|
||||
stdout-path = "serial2:1500000n8";
|
||||
};
|
||||
|
||||
- adc-joystick {
|
||||
- compatible = "adc-joystick";
|
||||
- io-channels = <&adc_mux 0>,
|
||||
- <&adc_mux 1>,
|
||||
- <&adc_mux 2>,
|
||||
- <&adc_mux 3>;
|
||||
- pinctrl-0 = <&joy_mux_en>;
|
||||
- pinctrl-names = "default";
|
||||
- poll-interval = <60>;
|
||||
- #address-cells = <1>;
|
||||
- #size-cells = <0>;
|
||||
-
|
||||
- axis@0 {
|
||||
- reg = <0>;
|
||||
- abs-flat = <32>;
|
||||
- abs-fuzz = <32>;
|
||||
- abs-range = <1023 15>;
|
||||
- linux,code = <ABS_X>;
|
||||
- };
|
||||
-
|
||||
- axis@1 {
|
||||
- reg = <1>;
|
||||
- abs-flat = <32>;
|
||||
- abs-fuzz = <32>;
|
||||
- abs-range = <15 1023>;
|
||||
- linux,code = <ABS_RX>;
|
||||
- };
|
||||
-
|
||||
- axis@2 {
|
||||
- reg = <2>;
|
||||
- abs-flat = <32>;
|
||||
- abs-fuzz = <32>;
|
||||
- abs-range = <15 1023>;
|
||||
- linux,code = <ABS_Y>;
|
||||
- };
|
||||
-
|
||||
- axis@3 {
|
||||
- reg = <3>;
|
||||
- abs-flat = <32>;
|
||||
- abs-fuzz = <32>;
|
||||
- abs-range = <1023 15>;
|
||||
- linux,code = <ABS_RY>;
|
||||
- };
|
||||
- };
|
||||
-
|
||||
adc_keys: adc-keys {
|
||||
compatible = "adc-keys";
|
||||
io-channels = <&saradc 0>;
|
||||
@@ -77,82 +32,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
- adc_mux: adc-mux {
|
||||
- compatible = "io-channel-mux";
|
||||
- channels = "left_x", "right_x", "left_y", "right_y";
|
||||
- #io-channel-cells = <1>;
|
||||
- io-channels = <&saradc 3>;
|
||||
- io-channel-names = "parent";
|
||||
- mux-controls = <&gpio_mux>;
|
||||
- settle-time-us = <100>;
|
||||
- };
|
||||
-
|
||||
- gpio_keys_control: gpio-keys-control {
|
||||
- compatible = "gpio-keys";
|
||||
- pinctrl-0 = <&btn_pins_ctrl>;
|
||||
- pinctrl-names = "default";
|
||||
-
|
||||
- button-b {
|
||||
- gpios = <&gpio3 RK_PC3 GPIO_ACTIVE_LOW>;
|
||||
- label = "SOUTH";
|
||||
- linux,code = <BTN_SOUTH>;
|
||||
- };
|
||||
-
|
||||
- button-down {
|
||||
- gpios = <&gpio3 RK_PA4 GPIO_ACTIVE_LOW>;
|
||||
- label = "DPAD-DOWN";
|
||||
- linux,code = <BTN_DPAD_DOWN>;
|
||||
- };
|
||||
-
|
||||
- button-l1 {
|
||||
- gpios = <&gpio3 RK_PB1 GPIO_ACTIVE_LOW>;
|
||||
- label = "TL";
|
||||
- linux,code = <BTN_TL>;
|
||||
- };
|
||||
-
|
||||
- button-l2 {
|
||||
- gpios = <&gpio3 RK_PB2 GPIO_ACTIVE_LOW>;
|
||||
- label = "TL2";
|
||||
- linux,code = <BTN_TL2>;
|
||||
- };
|
||||
-
|
||||
- button-select {
|
||||
- gpios = <&gpio3 RK_PB6 GPIO_ACTIVE_LOW>;
|
||||
- label = "SELECT";
|
||||
- linux,code = <BTN_SELECT>;
|
||||
- };
|
||||
-
|
||||
- button-start {
|
||||
- gpios = <&gpio3 RK_PB5 GPIO_ACTIVE_LOW>;
|
||||
- label = "START";
|
||||
- linux,code = <BTN_START>;
|
||||
- };
|
||||
-
|
||||
- button-thumbl {
|
||||
- gpios = <&gpio3 RK_PA1 GPIO_ACTIVE_LOW>;
|
||||
- label = "THUMBL";
|
||||
- linux,code = <BTN_THUMBL>;
|
||||
- };
|
||||
-
|
||||
- button-thumbr {
|
||||
- gpios = <&gpio3 RK_PA2 GPIO_ACTIVE_LOW>;
|
||||
- label = "THUMBR";
|
||||
- linux,code = <BTN_THUMBR>;
|
||||
- };
|
||||
-
|
||||
- button-up {
|
||||
- gpios = <&gpio3 RK_PA3 GPIO_ACTIVE_LOW>;
|
||||
- label = "DPAD-UP";
|
||||
- linux,code = <BTN_DPAD_UP>;
|
||||
- };
|
||||
-
|
||||
- button-x {
|
||||
- gpios = <&gpio3 RK_PC0 GPIO_ACTIVE_LOW>;
|
||||
- label = "NORTH";
|
||||
- linux,code = <BTN_NORTH>;
|
||||
- };
|
||||
- };
|
||||
-
|
||||
gpio_keys_vol: gpio-keys-vol {
|
||||
compatible = "gpio-keys";
|
||||
autorepeat;
|
||||
@@ -172,13 +51,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
- gpio_mux: mux-controller {
|
||||
- compatible = "gpio-mux";
|
||||
- mux-gpios = <&gpio0 RK_PB6 GPIO_ACTIVE_LOW>,
|
||||
- <&gpio0 RK_PB7 GPIO_ACTIVE_LOW>;
|
||||
- #mux-control-cells = <0>;
|
||||
- };
|
||||
-
|
||||
hdmi-con {
|
||||
compatible = "hdmi-connector";
|
||||
ddc-i2c-bus = <&i2c5>;
|
Loading…
Reference in a new issue