ODROID-M1S: arm64/dts: Fix wrong GPIO for touch screen reset

GPIO4_B0 is assigned to Ethernet 'GMAC1_RXD1_M1'

Change-Id: I0f8feffb0e41e14a3dd71b3e296acf86965838ef
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
This commit is contained in:
Dongjin Kim
2023-12-26 16:14:42 +09:00
committed by codewalkerster
parent 6477becd2e
commit 68003fcf30

View File

@@ -747,7 +747,7 @@
interrupts = <RK_PC4 IRQ_TYPE_LEVEL_LOW>;
irq-gpios = <&gpio0 RK_PC4 IRQ_TYPE_LEVEL_LOW>;
reset-gpios = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>;
reset-gpios = <&gpio4 RK_PB2 GPIO_ACTIVE_LOW>;
};
};