Skip to content

Commit

Permalink
ARM: dts: stm32: add jedec compatible for nor flash on stm32mp157c-ev1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ludovic Barre authored and Alexandre Torgue committed May 21, 2019
1 parent e79fe5f commit 04645a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/stm32mp157c-ev1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
status = "okay";

flash0: mx66l51235l@0 {
compatible = "jedec,spi-nor";
reg = <0>;
spi-rx-bus-width = <4>;
spi-max-frequency = <108000000>;
Expand All @@ -209,6 +210,7 @@
};

flash1: mx66l51235l@1 {
compatible = "jedec,spi-nor";
reg = <1>;
spi-rx-bus-width = <4>;
spi-max-frequency = <108000000>;
Expand Down

0 comments on commit 04645a1

Please sign in to comment.