ARM: dts: ape6evm: Name serial port pfc subnode after device name
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 10 Jun 2016 13:00:47 +0000 (15:00 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 14 Jun 2016 00:04:13 +0000 (09:04 +0900)
Name the Pin Function Controller subnode for SCIFA0 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>
arch/arm/boot/dts/r8a73a4-ape6evm.dts

index 740e5d23f7c708435c20c7f5a9de22c7762a5a68..5bccc7d229d766c7131cb23dedb6418ddc0d276d 100644 (file)
 };
 
 &pfc {
-       scifa0_pins: serial0 {
+       scifa0_pins: scifa0 {
                groups = "scifa0_data";
                function = "scifa0";
        };
This page took 0.026894 seconds and 5 git commands to generate.