diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-06-10 16:00:55 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-06-14 03:07:31 +0300 |
commit | b71b8346e2a4f007721d0e0373240bda9e939a7b (patch) | |
tree | 426d559102d330cdd2b13350361c4fbec7c54ec2 /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | da84fd93486b4cd2a32c6a2effc5368bcb2269bc (diff) | |
download | linux-b71b8346e2a4f007721d0e0373240bda9e939a7b.tar.xz |
ARM: dts: koelsch: 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/arm/boot/dts/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index 20fbc8c36a78..73e5ecf036e1 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -332,12 +332,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"; }; |