projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e79fe5f
)
ARM: dts: stm32: add jedec compatible for nor flash on stm32mp157c-ev1
author
Ludovic Barre
<ludovic.barre@st.com>
Fri, 8 Mar 2019 15:10:23 +0000
(16:10 +0100)
committer
Alexandre Torgue
<alexandre.torgue@st.com>
Tue, 21 May 2019 08:40:37 +0000
(10:40 +0200)
This patch adds jedec compatible for spi-nor flash
on stm32mp157c-ev1 (needed with new spi-mem interface).
Signed-off-by: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32mp157c-ev1.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stm32mp157c-ev1.dts
b/arch/arm/boot/dts/stm32mp157c-ev1.dts
index 0f2f8be0c480cefb7497d9fa9975883effb22bf2..d3acbb78f7540649f7ed5165bb57ddd9b0324f25 100644
(file)
--- a/
arch/arm/boot/dts/stm32mp157c-ev1.dts
+++ b/
arch/arm/boot/dts/stm32mp157c-ev1.dts
@@
-201,6
+201,7
@@
status = "okay";
flash0: mx66l51235l@0 {
+ compatible = "jedec,spi-nor";
reg = <0>;
spi-rx-bus-width = <4>;
spi-max-frequency = <108000000>;
@@
-209,6
+210,7
@@
};
flash1: mx66l51235l@1 {
+ compatible = "jedec,spi-nor";
reg = <1>;
spi-rx-bus-width = <4>;
spi-max-frequency = <108000000>;