ODROID-M1S: arm64/dts: add touch screen device node to I2C2

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: I906bd184a13ec9dba2536d2a99be837f61ca0193
This commit is contained in:
Dongjin Kim
2023-09-13 20:26:57 +09:00
parent cb381f39b2
commit d2c685f6e3

View File

@@ -714,9 +714,25 @@
};
&i2c2 {
status = "okay";
status = "disabled";
pinctrl-names = "default";
pinctrl-0 = <&i2c2m1_xfer>;
clock-frequency = <400000>;
touchscreen: touchscreen {
status = "disabled";
pinctrl-names = "default";
pinctrl-0 = <&touch_gpios>;
interrupt-parent = <&gpio0>;
interrupts = <RK_PC4 IRQ_TYPE_LEVEL_LOW>;
irq-gpios = <&gpio0 RK_PC4 IRQ_TYPE_LEVEL_LOW>;
reset-gpios = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>;
};
};
&i2c3 {
@@ -725,10 +741,6 @@
pinctrl-0 = <&i2c3m1_xfer>;
};
&i2c4 {
status = "disabled";
};
&i2s0_8ch {
status = "okay";
};