diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-06-10 16:00:57 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-14 03:08:01 +0300 |
commit | a1cd3c55d3fcb0003e1dfc5f87131c6689b52944 (patch) | |
tree | d7e85605a64938cb0815e6605147d01d5ad3c4df /arch/arm/boot/dts/r8a7791-porter.dts | |
parent | a4d98bed5e697333e5dcf74503cdf560229f69bc (diff) | |
download | linux-a1cd3c55d3fcb0003e1dfc5f87131c6689b52944.tar.xz |
ARM: dts: porter: Name serial port pfc subnode after device name
Name the Pin Function Controller subnode for SCIF0 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/r8a7791-porter.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-porter.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index e9151e946da8..85d109a5f43c 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -142,7 +142,7 @@ }; &pfc { - scif0_pins: serial0 { + scif0_pins: scif0 { groups = "scif0_data_d"; function = "scif0"; }; |