mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-06 04:41:28 +00: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:
parent
8cb2459087
commit
a10d862e58
@ -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>;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user