提交 a10d862e 编写于 作者: L Linus Walleij

ARM: dts: Fix the DNS-313 flash compatible

The flash on the DNS-313 needs to be probed as JEDEC, it does
not conform to the common CFI standard.
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 8cb24590
...@@ -157,8 +157,12 @@ ...@@ -157,8 +157,12 @@
soc { soc {
flash@30000000 { flash@30000000 {
/*
* This is a Eon EN29LV400AB 512 KiB flash with
* three partitions.
*/
compatible = "cortina,gemini-flash", "jedec-flash";
status = "okay"; status = "okay";
/* 512KB of flash */
reg = <0x30000000 0x00080000>; reg = <0x30000000 0x00080000>;
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册