projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bb9ad2
)
ARM: dts: stm32: Use kernel qspi compatible string for stm32f7-uboot.dtsi
author
Patrice Chotard
<patrice.chotard@st.com>
Fri, 28 Jun 2019 13:02:58 +0000
(15:02 +0200)
committer
Patrick Delaunay
<patrick.delaunay@st.com>
Mon, 22 Jul 2019 09:04:52 +0000
(11:04 +0200)
For STM32 QSPI driver, "st,stm32-qspi" compatible string was first
introduced in U-boot. But later in kernel side, "st,stm32f469-qspi"
was used.
To simplify, align U-boot QSPI compatible string with kernel one.
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
arch/arm/dts/stm32f7-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/stm32f7-u-boot.dtsi
b/arch/arm/dts/stm32f7-u-boot.dtsi
index 3ba7f8410d2b857130f8ef7a975daf2113115d3a..32613c976947734aad65d75de362b1cca4990664 100644
(file)
--- a/
arch/arm/dts/stm32f7-u-boot.dtsi
+++ b/
arch/arm/dts/stm32f7-u-boot.dtsi
@@
-44,7
+44,7
@@
};
qspi: quadspi@A0001000 {
- compatible = "st,stm32-qspi";
+ compatible = "st,stm32
f469
-qspi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0xA0001000 0x1000>, <0x90000000 0x10000000>;