1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

ARM: dts: rockchip: adjust whitespace around '='

Fix whitespace coding style: use single space instead of tabs or
multiple spaces around '=' sign in property assignment.  No functional
changes (same DTB).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220526204218.832029-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Krzysztof Kozlowski 2022-05-26 22:42:17 +02:00 committed by Heiko Stuebner
parent 70e76f7344
commit 4b076db78d
4 changed files with 20 additions and 20 deletions

View file

@ -13,10 +13,10 @@
<&bt_dev_wake>;
compatible = "brcm,bcm43540-bt";
host-wakeup-gpios = <&gpio4 RK_PD7 GPIO_ACTIVE_HIGH>;
shutdown-gpios = <&gpio4 RK_PD5 GPIO_ACTIVE_HIGH>;
device-wakeup-gpios = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>;
max-speed = <3000000>;
brcm,bt-pcm-int-params = [01 02 00 01 01];
host-wakeup-gpios = <&gpio4 RK_PD7 GPIO_ACTIVE_HIGH>;
shutdown-gpios = <&gpio4 RK_PD5 GPIO_ACTIVE_HIGH>;
device-wakeup-gpios = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>;
max-speed = <3000000>;
brcm,bt-pcm-int-params = [01 02 00 01 01];
};
};

View file

@ -83,7 +83,7 @@
regulators {
vdd_core: DCDC_REG1 {
regulator-name= "vdd_core";
regulator-name = "vdd_core";
regulator-min-microvolt = <700000>;
regulator-max-microvolt = <1500000>;
regulator-always-on;
@ -95,7 +95,7 @@
};
vdd_buck2: DCDC_REG2 {
regulator-name= "vdd_buck2";
regulator-name = "vdd_buck2";
regulator-min-microvolt = <2200000>;
regulator-max-microvolt = <2200000>;
regulator-always-on;
@ -106,7 +106,7 @@
};
vcc_ddr: DCDC_REG3 {
regulator-name= "vcc_ddr";
regulator-name = "vcc_ddr";
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
@ -115,7 +115,7 @@
};
vcc_io: DCDC_REG4 {
regulator-name= "vcc_io";
regulator-name = "vcc_io";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
@ -127,7 +127,7 @@
};
vdd_10: LDO_REG1 {
regulator-name= "vdd_10";
regulator-name = "vdd_10";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-always-on;
@ -138,7 +138,7 @@
};
vcc_18: LDO_REG2 {
regulator-name= "vcc_18";
regulator-name = "vcc_18";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
@ -149,7 +149,7 @@
};
vdd10_pmu: LDO_REG3 {
regulator-name= "vdd10_pmu";
regulator-name = "vdd10_pmu";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-always-on;

View file

@ -96,7 +96,7 @@
regulators {
vdd_core: DCDC_REG1 {
regulator-name= "vdd_core";
regulator-name = "vdd_core";
regulator-min-microvolt = <700000>;
regulator-max-microvolt = <1500000>;
regulator-always-on;
@ -108,7 +108,7 @@
};
vdd_cam: DCDC_REG2 {
regulator-name= "vdd_cam";
regulator-name = "vdd_cam";
regulator-min-microvolt = <700000>;
regulator-max-microvolt = <2000000>;
regulator-state-mem {
@ -117,7 +117,7 @@
};
vcc_ddr: DCDC_REG3 {
regulator-name= "vcc_ddr";
regulator-name = "vcc_ddr";
regulator-always-on;
regulator-boot-on;
regulator-state-mem {
@ -126,7 +126,7 @@
};
vcc_io: DCDC_REG4 {
regulator-name= "vcc_io";
regulator-name = "vcc_io";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
@ -138,7 +138,7 @@
};
vdd_10: LDO_REG1 {
regulator-name= "vdd_10";
regulator-name = "vdd_10";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-always-on;
@ -149,7 +149,7 @@
};
vcc_18: LDO_REG2 {
regulator-name= "vcc_18";
regulator-name = "vcc_18";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
regulator-always-on;
@ -160,7 +160,7 @@
};
vdd10_pmu: LDO_REG3 {
regulator-name= "vdd10_pmu";
regulator-name = "vdd10_pmu";
regulator-min-microvolt = <1000000>;
regulator-max-microvolt = <1000000>;
regulator-always-on;

View file

@ -748,7 +748,7 @@
gmac {
rmii_pins: rmii-pins {
rockchip,pins = <1 RK_PC5 2 &pcfg_pull_none>,
rockchip,pins = <1 RK_PC5 2 &pcfg_pull_none>,
<1 RK_PC3 2 &pcfg_pull_none>,
<1 RK_PC4 2 &pcfg_pull_none>,
<1 RK_PB2 3 &pcfg_pull_none_drv_12ma>,