Skip to content

Commit 26f0f12

Browse files
Heiko Stuebnermmind
authored andcommitted
arm64: dts: rockchip: Fix indentation on rk3399 haikou demo dtso
The regulator-cam-dovdd-1v8 uses spaces for indentation, where it should use tabs. Fix this. Fixes: 066a69d ("arm64: dts: rockchip: add overlay for RK3399 Puma Haikou Video Demo adapter") Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Link: https://patch.msgid.link/20251020091139.3652738-1-heiko@sntech.de Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent b3fd04e commit 26f0f12

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3399-puma-haikou-video-demo.dtso

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545

4646
cam_dovdd_1v8: regulator-cam-dovdd-1v8 {
4747
compatible = "regulator-fixed";
48-
gpio = <&pca9670 3 GPIO_ACTIVE_LOW>;
49-
regulator-max-microvolt = <1800000>;
50-
regulator-min-microvolt = <1800000>;
51-
regulator-name = "cam-dovdd-1v8";
52-
vin-supply = <&vcc1v8_video>;
48+
gpio = <&pca9670 3 GPIO_ACTIVE_LOW>;
49+
regulator-max-microvolt = <1800000>;
50+
regulator-min-microvolt = <1800000>;
51+
regulator-name = "cam-dovdd-1v8";
52+
vin-supply = <&vcc1v8_video>;
5353
};
5454

5555
cam_dvdd_1v2: regulator-cam-dvdd-1v2 {

0 commit comments

Comments
 (0)