mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 21:04:42 -04:00
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: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
@@ -157,8 +157,12 @@ phy0: ethernet-phy@1 {
|
|||||||
|
|
||||||
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>;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user