Commit de16af56 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

ARM: dts: renesas: Group tuples in pin control properties

To improve human readability and enable automatic validation, the tuples
in "pinctrl-*" properties should be grouped using angle brackets.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20210204130517.1647073-4-geert+renesas@glider.be
parent 23d2ed63
...@@ -61,7 +61,7 @@ &scif0 { ...@@ -61,7 +61,7 @@ &scif0 {
}; };
&ether { &ether {
pinctrl-0 = <&ether_pins &phy1_pins>; pinctrl-0 = <&ether_pins>, <&phy1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
phy-handle = <&phy1>; phy-handle = <&phy1>;
......
...@@ -56,7 +56,7 @@ &scif2 { ...@@ -56,7 +56,7 @@ &scif2 {
}; };
&ether { &ether {
pinctrl-0 = <&ether_pins &phy1_pins>; pinctrl-0 = <&ether_pins>, <&phy1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
phy-handle = <&phy1>; phy-handle = <&phy1>;
......
...@@ -659,7 +659,7 @@ sound_clk_pins: sound_clk { ...@@ -659,7 +659,7 @@ sound_clk_pins: sound_clk {
}; };
&ether { &ether {
pinctrl-0 = <&ether_pins &phy1_pins>; pinctrl-0 = <&ether_pins>, <&phy1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
phy-handle = <&phy1>; phy-handle = <&phy1>;
...@@ -908,7 +908,7 @@ vin1ep0: endpoint { ...@@ -908,7 +908,7 @@ vin1ep0: endpoint {
}; };
&rcar_sound { &rcar_sound {
pinctrl-0 = <&sound_pins &sound_clk_pins>; pinctrl-0 = <&sound_pins>, <&sound_clk_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
/* Single DAI */ /* Single DAI */
......
...@@ -191,7 +191,7 @@ usb0_pins: usb0 { ...@@ -191,7 +191,7 @@ usb0_pins: usb0 {
}; };
&ether { &ether {
pinctrl-0 = <&ether_pins &phy1_pins>; pinctrl-0 = <&ether_pins>, <&phy1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
phy-handle = <&phy1>; phy-handle = <&phy1>;
...@@ -321,7 +321,7 @@ adv7511_out: endpoint { ...@@ -321,7 +321,7 @@ adv7511_out: endpoint {
&iic3 { &iic3 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&iic3_pins &pmic_irq_pins>; pinctrl-0 = <&iic3_pins>, <&pmic_irq_pins>;
status = "okay"; status = "okay";
pmic@58 { pmic@58 {
......
...@@ -618,7 +618,7 @@ sound_clk_pins: sound_clk { ...@@ -618,7 +618,7 @@ sound_clk_pins: sound_clk {
}; };
&ether { &ether {
pinctrl-0 = <&ether_pins &phy1_pins>; pinctrl-0 = <&ether_pins>, <&phy1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
phy-handle = <&phy1>; phy-handle = <&phy1>;
...@@ -878,7 +878,7 @@ vin1ep: endpoint { ...@@ -878,7 +878,7 @@ vin1ep: endpoint {
}; };
&rcar_sound { &rcar_sound {
pinctrl-0 = <&sound_pins &sound_clk_pins>; pinctrl-0 = <&sound_pins>, <&sound_clk_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
/* Single DAI */ /* Single DAI */
......
...@@ -292,7 +292,7 @@ &scif0 { ...@@ -292,7 +292,7 @@ &scif0 {
}; };
&ether { &ether {
pinctrl-0 = <&ether_pins &phy1_pins>; pinctrl-0 = <&ether_pins>, <&phy1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
phy-handle = <&phy1>; phy-handle = <&phy1>;
...@@ -494,7 +494,7 @@ lvds_connector: endpoint { ...@@ -494,7 +494,7 @@ lvds_connector: endpoint {
}; };
&rcar_sound { &rcar_sound {
pinctrl-0 = <&ssi_pins &audio_clk_pins>; pinctrl-0 = <&ssi_pins>, <&audio_clk_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
......
...@@ -334,7 +334,7 @@ wdt { ...@@ -334,7 +334,7 @@ wdt {
}; };
&du { &du {
pinctrl-0 = <&du0_pins &du1_pins>; pinctrl-0 = <&du0_pins>, <&du1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>, <&x1_clk>, <&x2_clk>; clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>, <&x1_clk>, <&x2_clk>;
......
...@@ -307,7 +307,7 @@ adv7513_1_out: endpoint { ...@@ -307,7 +307,7 @@ adv7513_1_out: endpoint {
}; };
&du { &du {
pinctrl-0 = <&du0_pins &du1_pins>; pinctrl-0 = <&du0_pins>, <&du1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>, <&osc2_clk>; clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>, <&osc2_clk>;
......
...@@ -576,7 +576,7 @@ vin1_pins: vin1 { ...@@ -576,7 +576,7 @@ vin1_pins: vin1 {
}; };
&ether { &ether {
pinctrl-0 = <&ether_pins &phy1_pins>; pinctrl-0 = <&ether_pins>, <&phy1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
phy-handle = <&phy1>; phy-handle = <&phy1>;
...@@ -751,7 +751,7 @@ &i2c4 { ...@@ -751,7 +751,7 @@ &i2c4 {
}; };
&rcar_sound { &rcar_sound {
pinctrl-0 = <&sound_pins &sound_clk_pins>; pinctrl-0 = <&sound_pins>, <&sound_clk_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
/* Single DAI */ /* Single DAI */
......
...@@ -330,7 +330,7 @@ qspi_pins: qspi { ...@@ -330,7 +330,7 @@ qspi_pins: qspi {
}; };
&ether { &ether {
pinctrl-0 = <&ether_pins &phy1_pins>; pinctrl-0 = <&ether_pins>, <&phy1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
phy-handle = <&phy1>; phy-handle = <&phy1>;
......
...@@ -379,7 +379,7 @@ &scif_clk { ...@@ -379,7 +379,7 @@ &scif_clk {
}; };
&ether { &ether {
pinctrl-0 = <&ether_pins &phy1_pins>; pinctrl-0 = <&ether_pins>, <&phy1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
phy-handle = <&phy1>; phy-handle = <&phy1>;
...@@ -518,7 +518,7 @@ &usbphy { ...@@ -518,7 +518,7 @@ &usbphy {
}; };
&du { &du {
pinctrl-0 = <&du0_pins &du1_pins>; pinctrl-0 = <&du0_pins>, <&du1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
...@@ -541,7 +541,7 @@ endpoint { ...@@ -541,7 +541,7 @@ endpoint {
}; };
&rcar_sound { &rcar_sound {
pinctrl-0 = <&ssi_pins &audio_clk_pins>; pinctrl-0 = <&ssi_pins>, <&audio_clk_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
status = "okay"; status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment