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

ARM: dts: meson: 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>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20220526204552.832961-2-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Neil Armstrong
c110f7a9 f2906aa8

+4 -4
+2 -2
arch/arm/boot/dts/meson.dtsi
··· 214 214 ranges = <0x0 0xc8100000 0x100000>; 215 215 216 216 ao_arc_rproc: remoteproc@1c { 217 - compatible= "amlogic,meson-mx-ao-arc"; 217 + compatible = "amlogic,meson-mx-ao-arc"; 218 218 reg = <0x1c 0x8>, <0x38 0x8>; 219 219 reg-names = "remap", "cpu"; 220 220 status = "disabled"; 221 221 }; 222 222 223 223 ir_receiver: ir-receiver@480 { 224 - compatible= "amlogic,meson6-ir"; 224 + compatible = "amlogic,meson6-ir"; 225 225 reg = <0x480 0x20>; 226 226 interrupts = <GIC_SPI 15 IRQ_TYPE_EDGE_RISING>; 227 227 status = "disabled";
+1 -1
arch/arm/boot/dts/meson8.dtsi
··· 430 430 }; 431 431 432 432 &ao_arc_rproc { 433 - compatible= "amlogic,meson8-ao-arc", "amlogic,meson-mx-ao-arc"; 433 + compatible = "amlogic,meson8-ao-arc", "amlogic,meson-mx-ao-arc"; 434 434 amlogic,secbus2 = <&secbus2>; 435 435 sram = <&ao_arc_sram>; 436 436 resets = <&reset RESET_MEDIA_CPU>;
+1 -1
arch/arm/boot/dts/meson8b.dtsi
··· 384 384 }; 385 385 386 386 &ao_arc_rproc { 387 - compatible= "amlogic,meson8b-ao-arc", "amlogic,meson-mx-ao-arc"; 387 + compatible = "amlogic,meson8b-ao-arc", "amlogic,meson-mx-ao-arc"; 388 388 amlogic,secbus2 = <&secbus2>; 389 389 sram = <&ao_arc_sram>; 390 390 resets = <&reset RESET_MEDIA_CPU>;