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

arm64: dts: marvell: 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-1-krzysztof.kozlowski@linaro.org

+6 -6
+2 -2
arch/arm64/boot/dts/marvell/armada-7040-mochabin.dts
··· 37 37 los-gpio = <&sfp_gpio 3 GPIO_ACTIVE_HIGH>; 38 38 mod-def0-gpio = <&sfp_gpio 2 GPIO_ACTIVE_LOW>; 39 39 tx-disable-gpio = <&sfp_gpio 1 GPIO_ACTIVE_HIGH>; 40 - tx-fault-gpio = <&sfp_gpio 0 GPIO_ACTIVE_HIGH>; 40 + tx-fault-gpio = <&sfp_gpio 0 GPIO_ACTIVE_HIGH>; 41 41 }; 42 42 43 43 /* SFP 1G */ ··· 47 47 los-gpio = <&sfp_gpio 7 GPIO_ACTIVE_HIGH>; 48 48 mod-def0-gpio = <&sfp_gpio 6 GPIO_ACTIVE_LOW>; 49 49 tx-disable-gpio = <&sfp_gpio 5 GPIO_ACTIVE_HIGH>; 50 - tx-fault-gpio = <&sfp_gpio 4 GPIO_ACTIVE_HIGH>; 50 + tx-fault-gpio = <&sfp_gpio 4 GPIO_ACTIVE_HIGH>; 51 51 }; 52 52 }; 53 53
+1 -1
arch/arm64/boot/dts/marvell/armada-8040-mcbin.dtsi
··· 68 68 los-gpio = <&cp1_gpio1 28 GPIO_ACTIVE_HIGH>; 69 69 mod-def0-gpio = <&cp1_gpio1 27 GPIO_ACTIVE_LOW>; 70 70 tx-disable-gpio = <&cp1_gpio1 29 GPIO_ACTIVE_HIGH>; 71 - tx-fault-gpio = <&cp1_gpio1 26 GPIO_ACTIVE_HIGH>; 71 + tx-fault-gpio = <&cp1_gpio1 26 GPIO_ACTIVE_HIGH>; 72 72 pinctrl-names = "default"; 73 73 pinctrl-0 = <&cp1_sfpp0_pins>; 74 74 maximum-power-milliwatt = <2000>;
+2 -2
arch/arm64/boot/dts/marvell/armada-8040-puzzle-m801.dts
··· 70 70 los-gpio = <&sfpplus_gpio 11 GPIO_ACTIVE_HIGH>; 71 71 mod-def0-gpio = <&sfpplus_gpio 10 GPIO_ACTIVE_LOW>; 72 72 tx-disable-gpio = <&sfpplus_gpio 9 GPIO_ACTIVE_HIGH>; 73 - tx-fault-gpio = <&sfpplus_gpio 8 GPIO_ACTIVE_HIGH>; 73 + tx-fault-gpio = <&sfpplus_gpio 8 GPIO_ACTIVE_HIGH>; 74 74 maximum-power-milliwatt = <3000>; 75 75 }; 76 76 ··· 80 80 los-gpio = <&sfpplus_gpio 3 GPIO_ACTIVE_HIGH>; 81 81 mod-def0-gpio = <&sfpplus_gpio 2 GPIO_ACTIVE_LOW>; 82 82 tx-disable-gpio = <&sfpplus_gpio 1 GPIO_ACTIVE_HIGH>; 83 - tx-fault-gpio = <&sfpplus_gpio 0 GPIO_ACTIVE_HIGH>; 83 + tx-fault-gpio = <&sfpplus_gpio 0 GPIO_ACTIVE_HIGH>; 84 84 maximum-power-milliwatt = <3000>; 85 85 }; 86 86
+1 -1
arch/arm64/boot/dts/marvell/cn9130-db.dtsi
··· 404 404 &cp0_usb3_1 { 405 405 status = "okay"; 406 406 usb-phy = <&cp0_usb3_0_phy1>; 407 - phys = <&cp0_utmi1>; 407 + phys = <&cp0_utmi1>; 408 408 phy-names = "utmi"; 409 409 dr_mode = "host"; 410 410 };