From: Geert Uytterhoeven Date: Fri, 10 Jun 2016 13:01:00 +0000 (+0200) Subject: ARM: dts: gose: Name spi pfc subnode after device name X-Git-Tag: v4.8-rc1~66^2^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=740f5c805f39ccfa3ac95983155ab7410ccadd89;p=platform%2Fkernel%2Flinux-exynos.git ARM: dts: gose: 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts index 995e1e0..90af186 100644 --- a/arch/arm/boot/dts/r8a7793-gose.dts +++ b/arch/arm/boot/dts/r8a7793-gose.dts @@ -360,7 +360,7 @@ renesas,function = "sdhi2"; }; - qspi_pins: spi0 { + qspi_pins: qspi { groups = "qspi_ctrl", "qspi_data4"; function = "qspi"; };