aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-06-10 15:00:47 +0200
committerSimon Horman <horms+renesas@verge.net.au>2016-06-14 09:04:13 +0900
commit94f58eb2a8e840f5ffe06c8392ca96140fb9390e (patch)
tree3d86ec6b5b40b357df8de892b5a0c5cf1a90242f
parentARM: dts: silk: Fix W=1 dtc warnings (diff)
downloadlinux-dev-94f58eb2a8e840f5ffe06c8392ca96140fb9390e.tar.xz
linux-dev-94f58eb2a8e840f5ffe06c8392ca96140fb9390e.zip
ARM: dts: ape6evm: Name serial port pfc subnode after device name
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>
-rw-r--r--arch/arm/boot/dts/r8a73a4-ape6evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a73a4-ape6evm.dts b/arch/arm/boot/dts/r8a73a4-ape6evm.dts
index 740e5d23f7c7..5bccc7d229d7 100644
--- a/arch/arm/boot/dts/r8a73a4-ape6evm.dts
+++ b/arch/arm/boot/dts/r8a73a4-ape6evm.dts
@@ -188,7 +188,7 @@
};
&pfc {
- scifa0_pins: serial0 {
+ scifa0_pins: scifa0 {
groups = "scifa0_data";
function = "scifa0";
};