diff options
Diffstat (limited to 'arch/arm/dts/r8a7790-stout-u-boot.dts')
-rw-r--r-- | arch/arm/dts/r8a7790-stout-u-boot.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7790-stout-u-boot.dts b/arch/arm/dts/r8a7790-stout-u-boot.dts index 47982652e8..1396764d32 100644 --- a/arch/arm/dts/r8a7790-stout-u-boot.dts +++ b/arch/arm/dts/r8a7790-stout-u-boot.dts @@ -11,3 +11,10 @@ &scifa0 { u-boot,dm-pre-reloc; }; + +&qspi { + flash@0 { + spi-tx-bus-width = <1>; + spi-rx-bus-width = <1>; + }; +}; |