2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

arm64: dts: rockchip: Minor whitespace cleanup

The DTS code coding style expects exactly one space around '=' or '{'
characters.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250819131607.86338-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Krzysztof Kozlowski 2025-08-19 15:16:09 +02:00 committed by Heiko Stuebner
parent 106bdca970
commit 521b36e5a2
6 changed files with 15 additions and 15 deletions

View File

@ -72,7 +72,7 @@
}; };
vcc_cam_avdd: regulator-vcc-cam-avdd { vcc_cam_avdd: regulator-vcc-cam-avdd {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vcc_cam_avdd"; regulator-name = "vcc_cam_avdd";
gpio = <&gpio3 RK_PC0 GPIO_ACTIVE_LOW>; gpio = <&gpio3 RK_PC0 GPIO_ACTIVE_LOW>;
pinctrl-names = "default"; pinctrl-names = "default";
@ -83,7 +83,7 @@
}; };
vcc_cam_dovdd: regulator-vcc-cam-dovdd { vcc_cam_dovdd: regulator-vcc-cam-dovdd {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vcc_cam_dovdd"; regulator-name = "vcc_cam_dovdd";
gpio = <&gpio3 RK_PC1 GPIO_ACTIVE_LOW>; gpio = <&gpio3 RK_PC1 GPIO_ACTIVE_LOW>;
pinctrl-names = "default"; pinctrl-names = "default";
@ -94,7 +94,7 @@
}; };
vcc_cam_dvdd: regulator-vcc-cam-dvdd { vcc_cam_dvdd: regulator-vcc-cam-dvdd {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vcc_cam_dvdd"; regulator-name = "vcc_cam_dvdd";
gpio = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>; gpio = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
@ -106,7 +106,7 @@
}; };
vcc_lens_afvdd: regulator-vcc-lens-afvdd { vcc_lens_afvdd: regulator-vcc-lens-afvdd {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "vcc_lens_afvdd"; regulator-name = "vcc_lens_afvdd";
gpio = <&gpio3 RK_PB2 GPIO_ACTIVE_LOW>; gpio = <&gpio3 RK_PB2 GPIO_ACTIVE_LOW>;
pinctrl-names = "default"; pinctrl-names = "default";

View File

@ -26,7 +26,7 @@
}; };
cam_afvdd_2v8: regulator-cam-afvdd-2v8 { cam_afvdd_2v8: regulator-cam-afvdd-2v8 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
gpio = <&pca9670 2 GPIO_ACTIVE_LOW>; gpio = <&pca9670 2 GPIO_ACTIVE_LOW>;
regulator-max-microvolt = <2800000>; regulator-max-microvolt = <2800000>;
regulator-min-microvolt = <2800000>; regulator-min-microvolt = <2800000>;
@ -35,7 +35,7 @@
}; };
cam_avdd_2v8: regulator-cam-avdd-2v8 { cam_avdd_2v8: regulator-cam-avdd-2v8 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
gpio = <&pca9670 4 GPIO_ACTIVE_LOW>; gpio = <&pca9670 4 GPIO_ACTIVE_LOW>;
regulator-max-microvolt = <2800000>; regulator-max-microvolt = <2800000>;
regulator-min-microvolt = <2800000>; regulator-min-microvolt = <2800000>;
@ -44,7 +44,7 @@
}; };
cam_dovdd_1v8: regulator-cam-dovdd-1v8 { cam_dovdd_1v8: regulator-cam-dovdd-1v8 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
gpio = <&pca9670 3 GPIO_ACTIVE_LOW>; gpio = <&pca9670 3 GPIO_ACTIVE_LOW>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;

View File

@ -260,6 +260,6 @@
status = "okay"; status = "okay";
}; };
&usb_host_ohci{ &usb_host_ohci {
status = "okay"; status = "okay";
}; };

View File

@ -26,7 +26,7 @@
}; };
cam_afvdd_2v8: regulator-cam-afvdd-2v8 { cam_afvdd_2v8: regulator-cam-afvdd-2v8 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
gpio = <&pca9670 2 GPIO_ACTIVE_LOW>; gpio = <&pca9670 2 GPIO_ACTIVE_LOW>;
regulator-max-microvolt = <2800000>; regulator-max-microvolt = <2800000>;
regulator-min-microvolt = <2800000>; regulator-min-microvolt = <2800000>;
@ -35,7 +35,7 @@
}; };
cam_avdd_2v8: regulator-cam-avdd-2v8 { cam_avdd_2v8: regulator-cam-avdd-2v8 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
gpio = <&pca9670 4 GPIO_ACTIVE_LOW>; gpio = <&pca9670 4 GPIO_ACTIVE_LOW>;
regulator-max-microvolt = <2800000>; regulator-max-microvolt = <2800000>;
regulator-min-microvolt = <2800000>; regulator-min-microvolt = <2800000>;
@ -44,7 +44,7 @@
}; };
cam_dovdd_1v8: regulator-cam-dovdd-1v8 { cam_dovdd_1v8: regulator-cam-dovdd-1v8 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
gpio = <&pca9670 3 GPIO_ACTIVE_LOW>; gpio = <&pca9670 3 GPIO_ACTIVE_LOW>;
regulator-max-microvolt = <1800000>; regulator-max-microvolt = <1800000>;
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;

View File

@ -53,7 +53,7 @@
gpios = <&gpio4 RK_PA1 GPIO_ACTIVE_LOW>; gpios = <&gpio4 RK_PA1 GPIO_ACTIVE_LOW>;
linux,default-trigger = "default-on"; linux,default-trigger = "default-on";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 =<&blue_led>; pinctrl-0 = <&blue_led>;
}; };
led-1 { led-1 {
@ -62,7 +62,7 @@
gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_LOW>; gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_LOW>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 =<&heartbeat_led>; pinctrl-0 = <&heartbeat_led>;
}; };
}; };

View File

@ -28,7 +28,7 @@
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-shared; opp-shared;
opp-1200000000{ opp-1200000000 {
opp-hz = /bits/ 64 <1200000000>; opp-hz = /bits/ 64 <1200000000>;
opp-microvolt = <750000 750000 950000>; opp-microvolt = <750000 750000 950000>;
clock-latency-ns = <40000>; clock-latency-ns = <40000>;
@ -49,7 +49,7 @@
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-shared; opp-shared;
opp-1200000000{ opp-1200000000 {
opp-hz = /bits/ 64 <1200000000>; opp-hz = /bits/ 64 <1200000000>;
opp-microvolt = <750000 750000 950000>; opp-microvolt = <750000 750000 950000>;
clock-latency-ns = <40000>; clock-latency-ns = <40000>;