mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
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:
committed by
codewalkerster
parent
6477becd2e
commit
68003fcf30
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user