Skip to content
Snippets Groups Projects
Commit 7a3899c2 authored by Andy Yan's avatar Andy Yan Committed by Frieder Schrempf
Browse files

arm64: dts: rockchip: Fix lcdpwr_en pin for Cool Pi GenBook


[ Upstream commit a1d939055a22be06d8c12bf53afb258b9d38575f ]

According to the schematic, the lcdpwr_en pin is GPIO0_C4,
not GPIO1_C4.

Fixes: 4a8c1161 ("arm64: dts: rockchip: Add support for rk3588 based Cool Pi CM5 GenBook")
Signed-off-by: default avatarAndy Yan <andyshrk@163.com>
Link: https://lore.kernel.org/r/20250113104825.2390427-1-andyshrk@163.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent bb302797
No related branches found
No related tags found
1 merge request!192🤖 Sync Bot: Update v6.12-ktn to Latest Stable Kernel (v6.12.17)
...@@ -101,7 +101,7 @@ vcc3v3_lcd: vcc3v3-lcd-regulator { ...@@ -101,7 +101,7 @@ vcc3v3_lcd: vcc3v3-lcd-regulator {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vcc3v3_lcd"; regulator-name = "vcc3v3_lcd";
enable-active-high; enable-active-high;
gpio = <&gpio1 RK_PC4 GPIO_ACTIVE_HIGH>; gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&lcdpwr_en>; pinctrl-0 = <&lcdpwr_en>;
vin-supply = <&vcc3v3_sys>; vin-supply = <&vcc3v3_sys>;
...@@ -207,7 +207,7 @@ &pcie3x4 { ...@@ -207,7 +207,7 @@ &pcie3x4 {
&pinctrl { &pinctrl {
lcd { lcd {
lcdpwr_en: lcdpwr-en { lcdpwr_en: lcdpwr-en {
rockchip,pins = <1 RK_PC4 RK_FUNC_GPIO &pcfg_pull_down>; rockchip,pins = <0 RK_PC4 RK_FUNC_GPIO &pcfg_pull_down>;
}; };
bl_en: bl-en { bl_en: bl-en {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment