projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7276c8
)
arm: dts: dra72-evm: add spi-flash comaptible for flash
author
Mugunthan V N
<mugunthanvnm@ti.com>
Wed, 23 Dec 2015 15:09:44 +0000
(20:39 +0530)
committer
Jagan Teki
<jteki@openedev.com>
Wed, 13 Jan 2016 13:17:28 +0000
(18:47 +0530)
In U-Boot most flashes uses "spi-flash" as compatible to bind the
device to flash driver, so adding "spi-flash" compatible to
m25p80 node.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
arch/arm/dts/dra72-evm.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/dra72-evm.dts
b/arch/arm/dts/dra72-evm.dts
index efb544c6bb6d49d9f9a1dfc311af5a9cd45ef492..a62550f0e02dba58830a420199edd5ae805be018 100644
(file)
--- a/
arch/arm/dts/dra72-evm.dts
+++ b/
arch/arm/dts/dra72-evm.dts
@@
-604,7
+604,7
@@
spi-max-frequency = <48000000>;
m25p80@0 {
- compatible = "s25fl256s1";
+ compatible = "s25fl256s1"
,"spi-flash"
;
spi-max-frequency = <48000000>;
reg = <0>;
spi-tx-bus-width = <1>;