summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-06-10 16:01:04 +0300
committerSimon Horman <horms+renesas@verge.net.au>2016-06-14 03:11:26 +0300
commita35cc9d26260aad5b010f247a1dae5dc8dcdf067 (patch)
treef03703b2dd3ffe1cdeb4a4fd51a36e58e096129d
parent092599d69786efd91e874997964a8b2b774d8a27 (diff)
downloadlinux-a35cc9d26260aad5b010f247a1dae5dc8dcdf067.tar.xz
ARM: dts: silk: Name spi pfc subnode after device name
Name the Pin Function Controller subnode for QSPI after its device name, instead of after the spi interface alias. This avoids conflicts when enabling support for more spi interfaces 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>
-rw-r--r--arch/arm/boot/dts/r8a7794-silk.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts
index 7e88f6fe55cd..488de730bee8 100644
--- a/arch/arm/boot/dts/r8a7794-silk.dts
+++ b/arch/arm/boot/dts/r8a7794-silk.dts
@@ -164,7 +164,7 @@
function = "sdhi1";
};
- qspi_pins: spi0 {
+ qspi_pins: qspi {
groups = "qspi_ctrl", "qspi_data4";
function = "qspi";
};