Message ID | 20191206134202.18784-7-chris.brandt@renesas.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Series | spi: Add Renesas SPIBSC controller | expand |
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"; +}; + ðer { pinctrl-names = "default"; pinctrl-0 = <ðer_pins>;
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(+)