ARM: dts: porter: Name serial port pfc subnode after device name
Name the Pin Function Controller subnode for SCIF0 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:
Родитель
a4d98bed5e
Коммит
a1cd3c55d3
|
@ -142,7 +142,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&pfc {
|
&pfc {
|
||||||
scif0_pins: serial0 {
|
scif0_pins: scif0 {
|
||||||
groups = "scif0_data_d";
|
groups = "scif0_data_d";
|
||||||
function = "scif0";
|
function = "scif0";
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче