projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a848350
)
arm: mvebu: armada-xp-theadorable.dts: Add "spi-flash" compatible property
author
Stefan Roese
<sr@denx.de>
Tue, 23 Oct 2018 10:25:15 +0000
(12:25 +0200)
committer
Stefan Roese
<sr@denx.de>
Tue, 6 Nov 2018 12:21:13 +0000
(13:21 +0100)
Add the "spi-flash" compatible string so that the generic sf_probe
driver can probe the SPI flash on the theadorable Armada-XP board.
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-xp-theadorable.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/armada-xp-theadorable.dts
b/arch/arm/dts/armada-xp-theadorable.dts
index 7087ccfc2f0f60565b7824233dbb055e2fb1942b..065e4434175a33e03e5c988d80eafc0eb0c99fa6 100644
(file)
--- a/
arch/arm/dts/armada-xp-theadorable.dts
+++ b/
arch/arm/dts/armada-xp-theadorable.dts
@@
-134,7
+134,7
@@
u-boot,dm-pre-reloc;
#address-cells = <1>;
#size-cells = <1>;
- compatible = "n25q128a13", "jedec,spi-nor";
+ compatible = "n25q128a13", "jedec,spi-nor"
, "spi-flash"
;
reg = <0>; /* Chip select 0 */
spi-max-frequency = <27777777>;
};