mirror of https://gitee.com/openkylin/linux.git
ARM: dts: armadillo800eva: Name serial port pfc subnode after device name
Name the Pin Function Controller subnode for SCIFA1 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
8b68d53ec2
commit
94667b193c
|
@ -232,7 +232,7 @@ ether_pins: ether {
|
|||
function = "gether";
|
||||
};
|
||||
|
||||
scifa1_pins: serial1 {
|
||||
scifa1_pins: scifa1 {
|
||||
groups = "scifa1_data";
|
||||
function = "scifa1";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue