diff mbox series

[v2,6/6] ARM: dts: gr-peach: Enable SPIBSC

Message ID 20191206134202.18784-7-chris.brandt@renesas.com (mailing list archive)
State Changes Requested
Delegated to: Geert Uytterhoeven
Headers show
Series spi: Add Renesas SPIBSC controller | expand

Commit Message

Chris Brandt Dec. 6, 2019, 1:42 p.m. UTC
The SPIBSC is used to memory map the QSPI device for XIP of the kernel and
root file system.

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
---
 arch/arm/boot/dts/r7s72100-gr-peach.dts | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/r7s72100-gr-peach.dts b/arch/arm/boot/dts/r7s72100-gr-peach.dts
index fe1a4aa4d7cb..df3c37b4fa31 100644
--- a/arch/arm/boot/dts/r7s72100-gr-peach.dts
+++ b/arch/arm/boot/dts/r7s72100-gr-peach.dts
@@ -116,6 +116,11 @@ 
 	status = "okay";
 };
 
+/* Used for XIP of kernel and root file system. */
+&spibsc0 {
+	status = "okay";
+};
+
 &ether {
 	pinctrl-names = "default";
 	pinctrl-0 = <&ether_pins>;