Commit ca348298 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman

ARM: dts: lager: Name serial port pfc subnodes after device names

Name the Pin Function Controller subnodes for SCIF0 and SCIFA1 after
their device names, instead of after the serial port aliases.

This avoids conflicts when enabling support for more serial ports later,
either here or in a DT overlay.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 46344361
......@@ -317,7 +317,7 @@ du_pins: du {
function = "du";
};
scif0_pins: serial0 {
scif0_pins: scif0 {
groups = "scif0_data";
function = "scif0";
};
......@@ -337,7 +337,7 @@ phy1_pins: phy1 {
function = "intc";
};
scifa1_pins: serial1 {
scifa1_pins: scifa1 {
groups = "scifa1_data";
function = "scifa1";
};
......
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