ARM: dts: renesas: Group tuples in pin control properties
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 4 Feb 2021 13:05:15 +0000 (14:05 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 8 Mar 2021 09:22:38 +0000 (10:22 +0100)
To improve human readability and enable automatic validation, the tuples
in "pinctrl-*" properties should be grouped using angle brackets.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20210204130517.1647073-4-geert+renesas@glider.be
arch/arm/boot/dts/r8a7743-sk-rzg1m.dts
arch/arm/boot/dts/r8a7745-sk-rzg1e.dts
arch/arm/boot/dts/r8a7790-lager.dts
arch/arm/boot/dts/r8a7790-stout.dts
arch/arm/boot/dts/r8a7791-koelsch.dts
arch/arm/boot/dts/r8a7791-porter.dts
arch/arm/boot/dts/r8a7792-blanche.dts
arch/arm/boot/dts/r8a7792-wheat.dts
arch/arm/boot/dts/r8a7793-gose.dts
arch/arm/boot/dts/r8a7794-alt.dts
arch/arm/boot/dts/r8a7794-silk.dts

index 807e7d0d6b620c83a3e9c3116c82e7bfb501ce64..4ace117470e800f8e8956d92cf49e8a329184658 100644 (file)
@@ -61,7 +61,7 @@
 };
 
 &ether {
-       pinctrl-0 = <&ether_pins &phy1_pins>;
+       pinctrl-0 = <&ether_pins>, <&phy1_pins>;
        pinctrl-names = "default";
 
        phy-handle = <&phy1>;
index db72a801abe548fe9e767098ac6c3f18bae5ec79..59d1a9bfab05a27eeb1401f2c4fe8073c24e8a4e 100644 (file)
@@ -56,7 +56,7 @@
 };
 
 &ether {
-       pinctrl-0 = <&ether_pins &phy1_pins>;
+       pinctrl-0 = <&ether_pins>, <&phy1_pins>;
        pinctrl-names = "default";
 
        phy-handle = <&phy1>;
index 58687f2af3c504a8ec518be7090919ddc47e3f63..26cada66854a51cd9d35d1f9d8f78df20e8e215f 100644 (file)
 };
 
 &ether {
-       pinctrl-0 = <&ether_pins &phy1_pins>;
+       pinctrl-0 = <&ether_pins>, <&phy1_pins>;
        pinctrl-names = "default";
 
        phy-handle = <&phy1>;
 };
 
 &rcar_sound {
-       pinctrl-0 = <&sound_pins &sound_clk_pins>;
+       pinctrl-0 = <&sound_pins>, <&sound_clk_pins>;
        pinctrl-names = "default";
 
        /* Single DAI */
index 6a457bc9280a4949fe750c9aab566a06ca9e0915..d51f23572d7fc7273afb7556565bfbf3644a01b0 100644 (file)
 };
 
 &ether {
-       pinctrl-0 = <&ether_pins &phy1_pins>;
+       pinctrl-0 = <&ether_pins>, <&phy1_pins>;
        pinctrl-names = "default";
 
        phy-handle = <&phy1>;
 
 &iic3 {
        pinctrl-names = "default";
-       pinctrl-0 = <&iic3_pins &pmic_irq_pins>;
+       pinctrl-0 = <&iic3_pins>, <&pmic_irq_pins>;
        status = "okay";
 
        pmic@58 {
index 7f58e56bcf13935e2565dc873daabb5ecc768626..facd703e8336bd5c72086bccd263b5c41bc7c80b 100644 (file)
 };
 
 &ether {
-       pinctrl-0 = <&ether_pins &phy1_pins>;
+       pinctrl-0 = <&ether_pins>, <&phy1_pins>;
        pinctrl-names = "default";
 
        phy-handle = <&phy1>;
 };
 
 &rcar_sound {
-       pinctrl-0 = <&sound_pins &sound_clk_pins>;
+       pinctrl-0 = <&sound_pins>, <&sound_clk_pins>;
        pinctrl-names = "default";
 
        /* Single DAI */
index c6d563fb7ec7c17ff41afcfde07b963c16ebddd7..d4fe360d725ad7208db488146a3eb848aed107cf 100644 (file)
 };
 
 &ether {
-       pinctrl-0 = <&ether_pins &phy1_pins>;
+       pinctrl-0 = <&ether_pins>, <&phy1_pins>;
        pinctrl-names = "default";
 
        phy-handle = <&phy1>;
 };
 
 &rcar_sound {
-       pinctrl-0 = <&ssi_pins &audio_clk_pins>;
+       pinctrl-0 = <&ssi_pins>, <&audio_clk_pins>;
        pinctrl-names = "default";
        status = "okay";
 
index 9368ac2cf5082ff99d692c5c79ee1b44f6e7787e..c100ae903a46bb1c00f241d9efe729cbcc3e394c 100644 (file)
 };
 
 &du {
-       pinctrl-0 = <&du0_pins &du1_pins>;
+       pinctrl-0 = <&du0_pins>, <&du1_pins>;
        pinctrl-names = "default";
 
        clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>, <&x1_clk>, <&x2_clk>;
index ba2d2a58901261f6bf29f8eaf48324046be103de..434e4655be9daff78265280b8da0fef79c67bdcc 100644 (file)
 };
 
 &du {
-       pinctrl-0 = <&du0_pins &du1_pins>;
+       pinctrl-0 = <&du0_pins>, <&du1_pins>;
        pinctrl-names = "default";
 
        clocks = <&cpg CPG_MOD 724>, <&cpg CPG_MOD 723>, <&osc2_clk>;
index 7516811f98e20ae7259750c2c27f87ae8cec7900..45d85505ad717c764f60b4bb4e27aaa2ac520ff9 100644 (file)
 };
 
 &ether {
-       pinctrl-0 = <&ether_pins &phy1_pins>;
+       pinctrl-0 = <&ether_pins>, <&phy1_pins>;
        pinctrl-names = "default";
 
        phy-handle = <&phy1>;
 };
 
 &rcar_sound {
-       pinctrl-0 = <&sound_pins &sound_clk_pins>;
+       pinctrl-0 = <&sound_pins>, <&sound_clk_pins>;
        pinctrl-names = "default";
 
        /* Single DAI */
index 3f1cc5bbf32979e84dc4d5b2f8df8b258478c789..2185c6f383144ffd5d644bf2ae2dae51a2379613 100644 (file)
 };
 
 &ether {
-       pinctrl-0 = <&ether_pins &phy1_pins>;
+       pinctrl-0 = <&ether_pins>, <&phy1_pins>;
        pinctrl-names = "default";
 
        phy-handle = <&phy1>;
index 677596f6c9c9a7d9da31eb75254aed51e0baba04..9c019b8803c2975b4680fd2a1f66d11c26c4921b 100644 (file)
 };
 
 &ether {
-       pinctrl-0 = <&ether_pins &phy1_pins>;
+       pinctrl-0 = <&ether_pins>, <&phy1_pins>;
        pinctrl-names = "default";
 
        phy-handle = <&phy1>;
 };
 
 &du {
-       pinctrl-0 = <&du0_pins &du1_pins>;
+       pinctrl-0 = <&du0_pins>, <&du1_pins>;
        pinctrl-names = "default";
        status = "okay";
 
 };
 
 &rcar_sound {
-       pinctrl-0 = <&ssi_pins &audio_clk_pins>;
+       pinctrl-0 = <&ssi_pins>, <&audio_clk_pins>;
        pinctrl-names = "default";
        status = "okay";