Commit a308163a authored by Markus Reichl's avatar Markus Reichl Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Use correct pin for lcd-reset pinctrl on rk3399-roc-pc



Fix typo according to schematics.
The original pin is needed to enable vcc3v0_sd in second patch of this series.

Signed-off-by: default avatarMarkus Reichl <m.reichl@fivetechno.de>
Link: https://lore.kernel.org/r/cd5fd3a8-b0eb-9dc1-c473-9355762cdaa5@fivetechno.de


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 88c5a235
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -576,7 +576,7 @@ pwr_key_l: pwr-key-l {

	lcd-panel {
		lcd_panel_reset: lcd-panel-reset {
			rockchip,pins = <4 RK_PD6 RK_FUNC_GPIO &pcfg_pull_up>;
			rockchip,pins = <4 RK_PD5 RK_FUNC_GPIO &pcfg_pull_up>;
		};
	};