diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-06-10 16:00:59 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-14 03:08:28 +0300 |
commit | 167d34af3d8b3b66dc57f60f473a1a1f4ca3cb9d (patch) | |
tree | 75b2d86066be11961ffafc0001f415bb6ba344a2 /arch | |
parent | 2d3e17013ba58a5f092133794694d2f50a4f0564 (diff) | |
download | linux-167d34af3d8b3b66dc57f60f473a1a1f4ca3cb9d.tar.xz |
ARM: dts: gose: Name serial port pfc subnodes after device names
Name the Pin Function Controller subnodes for SCIF0 and SCIF1 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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/r8a7793-gose.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts index f748360ee857..995e1e0fb1ff 100644 --- a/arch/arm/boot/dts/r8a7793-gose.dts +++ b/arch/arm/boot/dts/r8a7793-gose.dts @@ -320,12 +320,12 @@ function = "du"; }; - scif0_pins: serial0 { + scif0_pins: scif0 { groups = "scif0_data_d"; function = "scif0"; }; - scif1_pins: serial1 { + scif1_pins: scif1 { groups = "scif1_data_d"; function = "scif1"; }; |