Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Heiko Stuebner
4b076db7 70e76f73

+20 -20
+5 -5
arch/arm/boot/dts/rk3288-veyron-broadcom-bluetooth.dtsi
··· 13 13 <&bt_dev_wake>; 14 14 15 15 compatible = "brcm,bcm43540-bt"; 16 - host-wakeup-gpios = <&gpio4 RK_PD7 GPIO_ACTIVE_HIGH>; 17 - shutdown-gpios = <&gpio4 RK_PD5 GPIO_ACTIVE_HIGH>; 18 - device-wakeup-gpios = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; 19 - max-speed = <3000000>; 20 - brcm,bt-pcm-int-params = [01 02 00 01 01]; 16 + host-wakeup-gpios = <&gpio4 RK_PD7 GPIO_ACTIVE_HIGH>; 17 + shutdown-gpios = <&gpio4 RK_PD5 GPIO_ACTIVE_HIGH>; 18 + device-wakeup-gpios = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>; 19 + max-speed = <3000000>; 20 + brcm,bt-pcm-int-params = [01 02 00 01 01]; 21 21 }; 22 22 };
+7 -7
arch/arm/boot/dts/rv1108-elgin-r1.dts
··· 83 83 84 84 regulators { 85 85 vdd_core: DCDC_REG1 { 86 - regulator-name= "vdd_core"; 86 + regulator-name = "vdd_core"; 87 87 regulator-min-microvolt = <700000>; 88 88 regulator-max-microvolt = <1500000>; 89 89 regulator-always-on; ··· 95 95 }; 96 96 97 97 vdd_buck2: DCDC_REG2 { 98 - regulator-name= "vdd_buck2"; 98 + regulator-name = "vdd_buck2"; 99 99 regulator-min-microvolt = <2200000>; 100 100 regulator-max-microvolt = <2200000>; 101 101 regulator-always-on; ··· 106 106 }; 107 107 108 108 vcc_ddr: DCDC_REG3 { 109 - regulator-name= "vcc_ddr"; 109 + regulator-name = "vcc_ddr"; 110 110 regulator-always-on; 111 111 regulator-boot-on; 112 112 regulator-state-mem { ··· 115 115 }; 116 116 117 117 vcc_io: DCDC_REG4 { 118 - regulator-name= "vcc_io"; 118 + regulator-name = "vcc_io"; 119 119 regulator-min-microvolt = <3300000>; 120 120 regulator-max-microvolt = <3300000>; 121 121 regulator-always-on; ··· 127 127 }; 128 128 129 129 vdd_10: LDO_REG1 { 130 - regulator-name= "vdd_10"; 130 + regulator-name = "vdd_10"; 131 131 regulator-min-microvolt = <1000000>; 132 132 regulator-max-microvolt = <1000000>; 133 133 regulator-always-on; ··· 138 138 }; 139 139 140 140 vcc_18: LDO_REG2 { 141 - regulator-name= "vcc_18"; 141 + regulator-name = "vcc_18"; 142 142 regulator-min-microvolt = <1800000>; 143 143 regulator-max-microvolt = <1800000>; 144 144 regulator-always-on; ··· 149 149 }; 150 150 151 151 vdd10_pmu: LDO_REG3 { 152 - regulator-name= "vdd10_pmu"; 152 + regulator-name = "vdd10_pmu"; 153 153 regulator-min-microvolt = <1000000>; 154 154 regulator-max-microvolt = <1000000>; 155 155 regulator-always-on;
+7 -7
arch/arm/boot/dts/rv1108-evb.dts
··· 96 96 97 97 regulators { 98 98 vdd_core: DCDC_REG1 { 99 - regulator-name= "vdd_core"; 99 + regulator-name = "vdd_core"; 100 100 regulator-min-microvolt = <700000>; 101 101 regulator-max-microvolt = <1500000>; 102 102 regulator-always-on; ··· 108 108 }; 109 109 110 110 vdd_cam: DCDC_REG2 { 111 - regulator-name= "vdd_cam"; 111 + regulator-name = "vdd_cam"; 112 112 regulator-min-microvolt = <700000>; 113 113 regulator-max-microvolt = <2000000>; 114 114 regulator-state-mem { ··· 117 117 }; 118 118 119 119 vcc_ddr: DCDC_REG3 { 120 - regulator-name= "vcc_ddr"; 120 + regulator-name = "vcc_ddr"; 121 121 regulator-always-on; 122 122 regulator-boot-on; 123 123 regulator-state-mem { ··· 126 126 }; 127 127 128 128 vcc_io: DCDC_REG4 { 129 - regulator-name= "vcc_io"; 129 + regulator-name = "vcc_io"; 130 130 regulator-min-microvolt = <3300000>; 131 131 regulator-max-microvolt = <3300000>; 132 132 regulator-always-on; ··· 138 138 }; 139 139 140 140 vdd_10: LDO_REG1 { 141 - regulator-name= "vdd_10"; 141 + regulator-name = "vdd_10"; 142 142 regulator-min-microvolt = <1000000>; 143 143 regulator-max-microvolt = <1000000>; 144 144 regulator-always-on; ··· 149 149 }; 150 150 151 151 vcc_18: LDO_REG2 { 152 - regulator-name= "vcc_18"; 152 + regulator-name = "vcc_18"; 153 153 regulator-min-microvolt = <1800000>; 154 154 regulator-max-microvolt = <1800000>; 155 155 regulator-always-on; ··· 160 160 }; 161 161 162 162 vdd10_pmu: LDO_REG3 { 163 - regulator-name= "vdd10_pmu"; 163 + regulator-name = "vdd10_pmu"; 164 164 regulator-min-microvolt = <1000000>; 165 165 regulator-max-microvolt = <1000000>; 166 166 regulator-always-on;
+1 -1
arch/arm/boot/dts/rv1108.dtsi
··· 748 748 749 749 gmac { 750 750 rmii_pins: rmii-pins { 751 - rockchip,pins = <1 RK_PC5 2 &pcfg_pull_none>, 751 + rockchip,pins = <1 RK_PC5 2 &pcfg_pull_none>, 752 752 <1 RK_PC3 2 &pcfg_pull_none>, 753 753 <1 RK_PC4 2 &pcfg_pull_none>, 754 754 <1 RK_PB2 3 &pcfg_pull_none_drv_12ma>,