arm64: dts: renesas: Drop superfluous pin configuration containers

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
This commit is contained in:
Geert Uytterhoeven
2020-08-19 14:39:10 +02:00
parent 3137852c13
commit c3d91c82c2
2 changed files with 4 additions and 8 deletions

View File

@@ -520,10 +520,8 @@ &pciec0 {
&pfc {
avb_pins: avb {
mux {
groups = "avb_link", "avb_mii";
function = "avb";
};
groups = "avb_link", "avb_mii";
function = "avb";
};
canfd0_pins: canfd0 {

View File

@@ -393,10 +393,8 @@ &ohci0 {
&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 {