diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-06-10 15:00:47 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-14 02:04:13 +0200 |
commit | 94f58eb2a8e840f5ffe06c8392ca96140fb9390e (patch) | |
tree | 3d86ec6b5b40b357df8de892b5a0c5cf1a90242f /arch/arm/boot/dts/r8a73a4-ape6evm.dts | |
parent | ARM: dts: silk: Fix W=1 dtc warnings (diff) | |
download | linux-94f58eb2a8e840f5ffe06c8392ca96140fb9390e.tar.xz linux-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>
Diffstat (limited to 'arch/arm/boot/dts/r8a73a4-ape6evm.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a73a4-ape6evm.dts | 2 |
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"; }; |