ARM: dts: ape6evm: Name serial port pfc subnode after device name
Name the Pin Function Controller subnode for SCIFA0 after its device name, instead of after the serial port alias. This avoids conflicts when enabling support for more serial ports later, either here or in a DT overlay. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
b6960f1967
commit
94f58eb2a8
|
@ -188,7 +188,7 @@
|
|||
};
|
||||
|
||||
&pfc {
|
||||
scifa0_pins: serial0 {
|
||||
scifa0_pins: scifa0 {
|
||||
groups = "scifa0_data";
|
||||
function = "scifa0";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue