We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9eb52 commit a1d9390Copy full SHA for a1d9390
arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-genbook.dts
@@ -113,7 +113,7 @@
113
compatible = "regulator-fixed";
114
regulator-name = "vcc3v3_lcd";
115
enable-active-high;
116
- gpio = <&gpio1 RK_PC4 GPIO_ACTIVE_HIGH>;
+ gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
117
pinctrl-names = "default";
118
pinctrl-0 = <&lcdpwr_en>;
119
vin-supply = <&vcc3v3_sys>;
@@ -241,7 +241,7 @@
241
&pinctrl {
242
lcd {
243
lcdpwr_en: lcdpwr-en {
244
- rockchip,pins = <1 RK_PC4 RK_FUNC_GPIO &pcfg_pull_down>;
+ rockchip,pins = <0 RK_PC4 RK_FUNC_GPIO &pcfg_pull_down>;
245
};
246
247
bl_en: bl-en {
0 commit comments