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

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

+15 -15
+1 -1
arch/arm/boot/dts/at91-kizbox3-hs.dts
··· 186 186 187 187 &pioA { 188 188 pinctrl_key_gpio_default: key_gpio_default { 189 - pinmux= <PIN_PA22__GPIO>, 189 + pinmux = <PIN_PA22__GPIO>, 190 190 <PIN_PA24__GPIO>, 191 191 <PIN_PA26__GPIO>, 192 192 <PIN_PA29__GPIO>,
+1 -1
arch/arm/boot/dts/at91-sam9x60ek.dts
··· 85 85 sw1 { 86 86 label = "SW1"; 87 87 gpios = <&pioD 18 GPIO_ACTIVE_LOW>; 88 - linux,code=<KEY_PROG1>; 88 + linux,code = <KEY_PROG1>; 89 89 wakeup-source; 90 90 }; 91 91 };
+1 -1
arch/arm/boot/dts/at91-sama5d27_som1.dtsi
··· 15 15 compatible = "atmel,sama5d27-som1", "atmel,sama5d27", "atmel,sama5d2", "atmel,sama5"; 16 16 17 17 aliases { 18 - i2c0 = &i2c0; 18 + i2c0 = &i2c0; 19 19 }; 20 20 21 21 clocks {
+2 -2
arch/arm/boot/dts/at91-sama5d27_som1_ek.dts
··· 21 21 serial0 = &uart1; /* DBGU */ 22 22 serial1 = &uart4; /* mikro BUS 1 */ 23 23 serial2 = &uart2; /* mikro BUS 2 */ 24 - i2c1 = &i2c1; 25 - i2c2 = &i2c3; 24 + i2c1 = &i2c1; 25 + i2c2 = &i2c3; 26 26 }; 27 27 28 28 chosen {
+1 -1
arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts
··· 19 19 serial1 = &uart6; /* BT */ 20 20 serial2 = &uart5; /* mikro BUS 2 */ 21 21 serial3 = &uart3; /* mikro BUS 1 */ 22 - i2c1 = &i2c1; 22 + i2c1 = &i2c1; 23 23 }; 24 24 25 25 chosen {
+2 -2
arch/arm/boot/dts/at91-sama5d2_icp.dts
··· 24 24 serial1 = &uart1; /* mikro BUS 3 */ 25 25 serial3 = &uart3; /* mikro BUS 2 */ 26 26 serial5 = &uart7; /* flx2 */ 27 - i2c0 = &i2c0; 28 - i2c1 = &i2c1; 27 + i2c0 = &i2c0; 28 + i2c1 = &i2c1; 29 29 }; 30 30 31 31 chosen {
+3 -3
arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts
··· 20 20 21 21 aliases { 22 22 serial0 = &uart0; /* DBGU */ 23 - i2c0 = &i2c0; /* mikroBUS 1 */ 24 - i2c1 = &i2c1; /* XPRO EXT1 */ 25 - i2c2 = &i2c2; 23 + i2c0 = &i2c0; /* mikroBUS 1 */ 24 + i2c1 = &i2c1; /* XPRO EXT1 */ 25 + i2c2 = &i2c2; 26 26 }; 27 27 28 28 chosen {
+3 -3
arch/arm/boot/dts/at91-sama5d2_xplained.dts
··· 205 205 206 206 regulator-state-mem { 207 207 regulator-on-in-suspend; 208 - regulator-suspend-min-microvolt=<1400000>; 209 - regulator-suspend-max-microvolt=<1400000>; 208 + regulator-suspend-min-microvolt = <1400000>; 209 + regulator-suspend-max-microvolt = <1400000>; 210 210 regulator-changeable-in-suspend; 211 - regulator-mode=<ACT8945A_REGULATOR_MODE_LOWPOWER>; 211 + regulator-mode = <ACT8945A_REGULATOR_MODE_LOWPOWER>; 212 212 }; 213 213 }; 214 214
+1 -1
arch/arm/boot/dts/sam9x60.dtsi
··· 464 464 interrupts = <18 IRQ_TYPE_LEVEL_HIGH 4>; 465 465 clocks = <&pmc PMC_TYPE_PERIPHERAL 18>; 466 466 #pwm-cells = <3>; 467 - status="disabled"; 467 + status = "disabled"; 468 468 }; 469 469 470 470 hlcdc: hlcdc@f8038000 {