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 năm trước cách đây
mục cha
commit
a35cc9d262
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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";
 	};
 
-	qspi_pins: spi0 {
+	qspi_pins: qspi {
 		groups = "qspi_ctrl", "qspi_data4";
 		function = "qspi";
 	};