Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 3577d5e

Browse files
committed
arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone pro
The patch adding display support for the pinephone pro introduced two regulators that contain pinctrl-names props but no pinctrl-assignments. Looks like someone forgot the pinctrl settings, so remove the orphans for now, until that changes. Fixes: 3e987e1 ("arm64: dts: rockchip: Add internal display support to rk3399-pinephone-pro") Cc: Martijn Braam <[email protected]> Cc: Javier Martinez Canillas <[email protected]> Cc: Ondrej Jirman <[email protected]> Reviewed-by: Ondrej Jirman <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Reviewed-by: Dragan Simic <[email protected]> Signed-off-by: Heiko Stuebner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent b1f8d3b commit 3577d5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@
166166
regulator-max-microvolt = <1800000>;
167167
vin-supply = <&vcc3v3_sys>;
168168
gpio = <&gpio3 RK_PA5 GPIO_ACTIVE_HIGH>;
169-
pinctrl-names = "default";
170169
};
171170

172171
/* MIPI DSI panel 2.8v supply */
@@ -178,7 +177,6 @@
178177
regulator-max-microvolt = <2800000>;
179178
vin-supply = <&vcc3v3_sys>;
180179
gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
181-
pinctrl-names = "default";
182180
};
183181

184182
vibrator {

0 commit comments

Comments
 (0)