Browse Source

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>
Geert Uytterhoeven 9 years ago
parent
commit
a35cc9d262
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/boot/dts/r8a7794-silk.dts

+ 1 - 1
arch/arm/boot/dts/r8a7794-silk.dts

@@ -164,7 +164,7 @@
 		function = "sdhi1";
 		function = "sdhi1";
 	};
 	};
 
 
-	qspi_pins: spi0 {
+	qspi_pins: qspi {
 		groups = "qspi_ctrl", "qspi_data4";
 		groups = "qspi_ctrl", "qspi_data4";
 		function = "qspi";
 		function = "qspi";
 	};
 	};