]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: lager: Name serial port pfc subnodes after device names
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 10 Jun 2016 13:00:52 +0000 (15:00 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 14 Jun 2016 00:06:37 +0000 (09:06 +0900)
Name the Pin Function Controller subnodes for SCIF0 and SCIFA1 after
their device names, instead of after the serial port aliases.

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>
arch/arm/boot/dts/r8a7790-lager.dts

index 9d20ace33b01d935c3c0d6c1cc9d6b56ee320454..c6803977b427d35409470f4966afc13f1200691b 100644 (file)
                function = "du";
        };
 
-       scif0_pins: serial0 {
+       scif0_pins: scif0 {
                groups = "scif0_data";
                function = "scif0";
        };
                function = "intc";
        };
 
-       scifa1_pins: serial1 {
+       scifa1_pins: scifa1 {
                groups = "scifa1_data";
                function = "scifa1";
        };