projects
/
J-u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ARM: dts: rmobile: Force 1-bit bus width on Gen2 QSPI
[J-u-boot.git]
/
arch
/
arm
/
dts
/
r8a7790-stout-u-boot.dts
diff --git
a/arch/arm/dts/r8a7790-stout-u-boot.dts
b/arch/arm/dts/r8a7790-stout-u-boot.dts
index 47982652e8b211e5f21aef2b93cc9bef3fc0e0d2..1396764d32d82fff7ddea07489431651a6280bc1 100644
(file)
--- 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>;
+ };
+};
This page took
0.027196 seconds
and
4
git commands to generate.