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

ARM: dts: pxa: 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/20220526204525.832847-2-krzysztof.kozlowski@linaro.org

+5 -5
+5 -5
arch/arm/boot/dts/pxa300-raumfeld-common.dtsi
··· 189 189 190 190 regulators { 191 191 regulator-v3 { 192 - regulator-compatible= "V3(DCDC)"; 192 + regulator-compatible = "V3(DCDC)"; 193 193 regulator-min-microvolt = <725000>; 194 194 regulator-max-microvolt = <1800000>; 195 195 }; 196 196 197 197 regulator-v4 { 198 - regulator-compatible= "V4(DCDC)"; 198 + regulator-compatible = "V4(DCDC)"; 199 199 regulator-min-microvolt = <725000>; 200 200 regulator-max-microvolt = <1800000>; 201 201 }; 202 202 203 203 regulator-v5 { 204 - regulator-compatible= "V5(LDO)"; 204 + regulator-compatible = "V5(LDO)"; 205 205 regulator-min-microvolt = <1700000>; 206 206 regulator-max-microvolt = <2000000>; 207 207 }; 208 208 209 209 reg_vcc_sdio: regulator-v6 { 210 - regulator-compatible= "V6(LDO)"; 210 + regulator-compatible = "V6(LDO)"; 211 211 regulator-min-microvolt = <3300000>; 212 212 regulator-max-microvolt = <3300000>; 213 213 }; 214 214 215 215 regulator-v7 { 216 - regulator-compatible= "V7(LDO)"; 216 + regulator-compatible = "V7(LDO)"; 217 217 regulator-min-microvolt = <1800000>; 218 218 regulator-max-microvolt = <3300000>; 219 219 };