]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: dts: renesas: Drop superfluous pin configuration containers
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 19 Aug 2020 12:39:10 +0000 (14:39 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 15 Sep 2020 07:46:13 +0000 (09:46 +0200)
As the pin configuration child nodes for EtherAVB on the Draak and Ebisu
boards contain only a single configuration, there is no need to wrap
them in additional grandchild containers.  Hence remove the superfluous
level.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200819123910.19606-1-geert+renesas@glider.be
arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
arch/arm64/boot/dts/renesas/r8a77995-draak.dts

index 7402cfa8d4e4dfc87e06c015d3813f21a50c54fb..e0ccca2222d2d00c23bc354d3f1ae37dc70fadcf 100644 (file)
 
 &pfc {
        avb_pins: avb {
-               mux {
-                       groups = "avb_link", "avb_mii";
-                       function = "avb";
-               };
+               groups = "avb_link", "avb_mii";
+               function = "avb";
        };
 
        canfd0_pins: canfd0 {
index 79c73a99d2fed77f9b244940894f3325313b460d..8f471881b7a367db646a1d5684f1867dc5f8f2d8 100644 (file)
 
 &pfc {
        avb0_pins: avb {
-               mux {
-                       groups = "avb0_link", "avb0_mdio", "avb0_mii";
-                       function = "avb0";
-               };
+               groups = "avb0_link", "avb0_mdio", "avb0_mii";
+               function = "avb0";
        };
 
        can0_pins: can0 {