diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-06-10 16:01:01 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-14 03:10:47 +0300 |
commit | d88f5bc4a92f3a7a825b83708e38dd5c390cfbc6 (patch) | |
tree | 30d8fd9dea1553f71a9375e7dd6a0bdc6c6e4269 /arch/arm/boot/dts/r8a7794-alt.dts | |
parent | 740f5c805f39ccfa3ac95983155ab7410ccadd89 (diff) | |
download | linux-d88f5bc4a92f3a7a825b83708e38dd5c390cfbc6.tar.xz |
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: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7794-alt.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7794-alt.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts index 383ad791f1db..1335664b2f88 100644 --- a/arch/arm/boot/dts/r8a7794-alt.dts +++ b/arch/arm/boot/dts/r8a7794-alt.dts @@ -111,7 +111,7 @@ function = "du"; }; - scif2_pins: serial2 { + scif2_pins: scif2 { groups = "scif2_data"; function = "scif2"; }; |