Skip to content

Commit a1d9390

Browse files
andyshrkmmind
authored andcommitted
arm64: dts: rockchip: Fix lcdpwr_en pin for Cool Pi GenBook
According to the schematic, the lcdpwr_en pin is GPIO0_C4, not GPIO1_C4. Fixes: 4a8c116 ("arm64: dts: rockchip: Add support for rk3588 based Cool Pi CM5 GenBook") Signed-off-by: Andy Yan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 2f9eb52 commit a1d9390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-genbook.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
compatible = "regulator-fixed";
114114
regulator-name = "vcc3v3_lcd";
115115
enable-active-high;
116-
gpio = <&gpio1 RK_PC4 GPIO_ACTIVE_HIGH>;
116+
gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
117117
pinctrl-names = "default";
118118
pinctrl-0 = <&lcdpwr_en>;
119119
vin-supply = <&vcc3v3_sys>;
@@ -241,7 +241,7 @@
241241
&pinctrl {
242242
lcd {
243243
lcdpwr_en: lcdpwr-en {
244-
rockchip,pins = <1 RK_PC4 RK_FUNC_GPIO &pcfg_pull_down>;
244+
rockchip,pins = <0 RK_PC4 RK_FUNC_GPIO &pcfg_pull_down>;
245245
};
246246

247247
bl_en: bl-en {

0 commit comments

Comments
 (0)