Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d88f5bc4 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Simon Horman
Browse files

ARM: dts: alt: Name serial port pfc subnode after device name



Name the Pin Function Controller subnode for SCIF2 after its device
name, instead of using some arbitrary name that looks like a serial port
alias, but differs from the actual alias.

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 740f5c80
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -111,7 +111,7 @@
		function = "du";
		function = "du";
	};
	};


	scif2_pins: serial2 {
	scif2_pins: scif2 {
		groups = "scif2_data";
		groups = "scif2_data";
		function = "scif2";
		function = "scif2";
	};
	};