You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
ARM: STi: DT: STiH41x: Convert all uppercase non-defines to lowercase
Suggested-by: Olof Johansson <olof@lixom.net> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
This commit is contained in:
committed by
Maxime Coquelin
parent
c759e5f76b
commit
dc62bfdfa3
File diff suppressed because it is too large
Load Diff
@@ -19,17 +19,17 @@
|
||||
red {
|
||||
#gpio-cells = <1>;
|
||||
label = "Front Panel LED";
|
||||
gpios = <&PIO4 1>;
|
||||
gpios = <&pio4 1>;
|
||||
linux,default-trigger = "heartbeat";
|
||||
};
|
||||
green {
|
||||
gpios = <&PIO1 3>;
|
||||
gpios = <&pio1 3>;
|
||||
default-state = "off";
|
||||
};
|
||||
};
|
||||
|
||||
ethernet1: dwmac@fef08000 {
|
||||
snps,reset-gpio = <&PIO0 7>;
|
||||
snps,reset-gpio = <&pio0 7>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -35,7 +35,7 @@
|
||||
fp_led {
|
||||
#gpio-cells = <1>;
|
||||
label = "Front Panel LED";
|
||||
gpios = <&PIO105 7>;
|
||||
gpios = <&pio105 7>;
|
||||
linux,default-trigger = "heartbeat";
|
||||
};
|
||||
};
|
||||
@@ -55,7 +55,7 @@
|
||||
phy-mode = "mii";
|
||||
pinctrl-0 = <&pinctrl_mii0>;
|
||||
|
||||
snps,reset-gpio = <&PIO106 2>;
|
||||
snps,reset-gpio = <&pio106 2>;
|
||||
snps,reset-active-low;
|
||||
snps,reset-delays-us = <0 10000 10000>;
|
||||
};
|
||||
@@ -65,7 +65,7 @@
|
||||
phy-mode = "mii";
|
||||
st,tx-retime-src = "txclk";
|
||||
|
||||
snps,reset-gpio = <&PIO4 7>;
|
||||
snps,reset-gpio = <&pio4 7>;
|
||||
snps,reset-active-low;
|
||||
snps,reset-delays-us = <0 10000 10000>;
|
||||
};
|
||||
|
||||
@@ -32,11 +32,11 @@
|
||||
red {
|
||||
#gpio-cells = <1>;
|
||||
label = "Front Panel LED";
|
||||
gpios = <&PIO4 1>;
|
||||
gpios = <&pio4 1>;
|
||||
linux,default-trigger = "heartbeat";
|
||||
};
|
||||
green {
|
||||
gpios = <&PIO4 7>;
|
||||
gpios = <&pio4 7>;
|
||||
default-state = "off";
|
||||
};
|
||||
};
|
||||
@@ -68,7 +68,7 @@
|
||||
phy-mode = "rgmii-id";
|
||||
max-speed = <1000>;
|
||||
st,tx-retime-src = "clk_125";
|
||||
snps,reset-gpio = <&PIO3 0>;
|
||||
snps,reset-gpio = <&pio3 0>;
|
||||
snps,reset-active-low;
|
||||
snps,reset-delays-us = <0 10000 10000>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user