Commit de16af56 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ &scif0 {
};

&ether {
	pinctrl-0 = <&ether_pins &phy1_pins>;
	pinctrl-0 = <&ether_pins>, <&phy1_pins>;
	pinctrl-names = "default";

	phy-handle = <&phy1>;
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ &scif2 {
};

&ether {
	pinctrl-0 = <&ether_pins &phy1_pins>;
	pinctrl-0 = <&ether_pins>, <&phy1_pins>;
	pinctrl-names = "default";

	phy-handle = <&phy1>;
+2 −2
Original line number Diff line number Diff line
@@ -659,7 +659,7 @@ sound_clk_pins: sound_clk {
};

&ether {
	pinctrl-0 = <&ether_pins &phy1_pins>;
	pinctrl-0 = <&ether_pins>, <&phy1_pins>;
	pinctrl-names = "default";

	phy-handle = <&phy1>;
@@ -908,7 +908,7 @@ vin1ep0: endpoint {
};

&rcar_sound {
	pinctrl-0 = <&sound_pins &sound_clk_pins>;
	pinctrl-0 = <&sound_pins>, <&sound_clk_pins>;
	pinctrl-names = "default";

	/* Single DAI */
+2 −2
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ usb0_pins: usb0 {
};

&ether {
	pinctrl-0 = <&ether_pins &phy1_pins>;
	pinctrl-0 = <&ether_pins>, <&phy1_pins>;
	pinctrl-names = "default";

	phy-handle = <&phy1>;
@@ -321,7 +321,7 @@ adv7511_out: endpoint {

&iic3 {
	pinctrl-names = "default";
	pinctrl-0 = <&iic3_pins &pmic_irq_pins>;
	pinctrl-0 = <&iic3_pins>, <&pmic_irq_pins>;
	status = "okay";

	pmic@58 {
+2 −2
Original line number Diff line number Diff line
@@ -618,7 +618,7 @@ sound_clk_pins: sound_clk {
};

&ether {
	pinctrl-0 = <&ether_pins &phy1_pins>;
	pinctrl-0 = <&ether_pins>, <&phy1_pins>;
	pinctrl-names = "default";

	phy-handle = <&phy1>;
@@ -878,7 +878,7 @@ vin1ep: endpoint {
};

&rcar_sound {
	pinctrl-0 = <&sound_pins &sound_clk_pins>;
	pinctrl-0 = <&sound_pins>, <&sound_clk_pins>;
	pinctrl-names = "default";

	/* Single DAI */
Loading