ARM: dts: bockw: 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:
parent
94667b193c
commit
c32149c7fd
|
@ -129,7 +129,7 @@
|
|||
pinctrl-0 = <&scif_clk_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
scif0_pins: serial0 {
|
||||
scif0_pins: scif0 {
|
||||
groups = "scif0_data_a", "scif0_ctrl";
|
||||
function = "scif0";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue