mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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
This commit is contained in:
parent
b88d11f84d
commit
8c1be9336e
|
|
@ -37,7 +37,7 @@ sfp_eth0: sfp-eth0 {
|
|||
los-gpio = <&sfp_gpio 3 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&sfp_gpio 2 GPIO_ACTIVE_LOW>;
|
||||
tx-disable-gpio = <&sfp_gpio 1 GPIO_ACTIVE_HIGH>;
|
||||
tx-fault-gpio = <&sfp_gpio 0 GPIO_ACTIVE_HIGH>;
|
||||
tx-fault-gpio = <&sfp_gpio 0 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
/* SFP 1G */
|
||||
|
|
@ -47,7 +47,7 @@ sfp_eth2: sfp-eth2 {
|
|||
los-gpio = <&sfp_gpio 7 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&sfp_gpio 6 GPIO_ACTIVE_LOW>;
|
||||
tx-disable-gpio = <&sfp_gpio 5 GPIO_ACTIVE_HIGH>;
|
||||
tx-fault-gpio = <&sfp_gpio 4 GPIO_ACTIVE_HIGH>;
|
||||
tx-fault-gpio = <&sfp_gpio 4 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ sfp_eth0: sfp-eth0 {
|
|||
los-gpio = <&cp1_gpio1 28 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&cp1_gpio1 27 GPIO_ACTIVE_LOW>;
|
||||
tx-disable-gpio = <&cp1_gpio1 29 GPIO_ACTIVE_HIGH>;
|
||||
tx-fault-gpio = <&cp1_gpio1 26 GPIO_ACTIVE_HIGH>;
|
||||
tx-fault-gpio = <&cp1_gpio1 26 GPIO_ACTIVE_HIGH>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&cp1_sfpp0_pins>;
|
||||
maximum-power-milliwatt = <2000>;
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ sfp_cp0_eth0: sfp-cp0-eth0 {
|
|||
los-gpio = <&sfpplus_gpio 11 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&sfpplus_gpio 10 GPIO_ACTIVE_LOW>;
|
||||
tx-disable-gpio = <&sfpplus_gpio 9 GPIO_ACTIVE_HIGH>;
|
||||
tx-fault-gpio = <&sfpplus_gpio 8 GPIO_ACTIVE_HIGH>;
|
||||
tx-fault-gpio = <&sfpplus_gpio 8 GPIO_ACTIVE_HIGH>;
|
||||
maximum-power-milliwatt = <3000>;
|
||||
};
|
||||
|
||||
|
|
@ -80,7 +80,7 @@ sfp_cp1_eth0: sfp-cp1-eth0 {
|
|||
los-gpio = <&sfpplus_gpio 3 GPIO_ACTIVE_HIGH>;
|
||||
mod-def0-gpio = <&sfpplus_gpio 2 GPIO_ACTIVE_LOW>;
|
||||
tx-disable-gpio = <&sfpplus_gpio 1 GPIO_ACTIVE_HIGH>;
|
||||
tx-fault-gpio = <&sfpplus_gpio 0 GPIO_ACTIVE_HIGH>;
|
||||
tx-fault-gpio = <&sfpplus_gpio 0 GPIO_ACTIVE_HIGH>;
|
||||
maximum-power-milliwatt = <3000>;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -404,7 +404,7 @@ &cp0_usb3_0 {
|
|||
&cp0_usb3_1 {
|
||||
status = "okay";
|
||||
usb-phy = <&cp0_usb3_0_phy1>;
|
||||
phys = <&cp0_utmi1>;
|
||||
phys = <&cp0_utmi1>;
|
||||
phy-names = "utmi";
|
||||
dr_mode = "host";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user