git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f25a5a
)
arm64: zynqmp: Remove additional compatible string for sc-revB
author
Michal Simek
<michal.simek@amd.com>
Fri, 8 Mar 2024 08:41:23 +0000
(09:41 +0100)
committer
Michal Simek
<michal.simek@amd.com>
Tue, 12 Mar 2024 15:13:00 +0000
(16:13 +0100)
Based on dt schema there is no need to specify flash via additional
compatible string and generic are enough.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link:
https://lore.kernel.org/r/54e77ad480c5de8703cb5b22408dc3bf72f3f431.1709887280.git.michal.simek@amd.com
arch/arm/dts/zynqmp-sc-revB.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp-sc-revB.dts
b/arch/arm/dts/zynqmp-sc-revB.dts
index
de2d784
..
c1d713b
100644
(file)
--- a/
arch/arm/dts/zynqmp-sc-revB.dts
+++ b/
arch/arm/dts/zynqmp-sc-revB.dts
@@
-192,7
+192,7
@@
status = "okay";
/* QSPI should also have PINCTRL setup */
flash@0 {
- compatible = "m
t25qu512a", "m
25p80", "jedec,spi-nor"; /* mt25qu512abb8e12 512Mib */
+ compatible = "m25p80", "jedec,spi-nor"; /* mt25qu512abb8e12 512Mib */
#address-cells = <1>;
#size-cells = <1>;
reg = <0>;