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:
906af4a
)
dt: bcm968580xref: add a spi-nor device
author
Philippe Reynes
<philippe.reynes@softathome.com>
Wed, 14 Aug 2019 13:18:40 +0000
(15:18 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 11 Oct 2019 14:09:16 +0000
(10:09 -0400)
This commit add a spi-nor device in the bcm96850xref device tree.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Reviewed-by: Kursad Oney <kursad.oney@broadcom.com>
arch/arm/dts/bcm968580xref.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/bcm968580xref.dts
b/arch/arm/dts/bcm968580xref.dts
index 861e9891a78371dcbf1cac223ab1b3ae66ebf7da..a034e38318bd6577a4997a919c7e86aa768b3980 100644
(file)
--- a/
arch/arm/dts/bcm968580xref.dts
+++ b/
arch/arm/dts/bcm968580xref.dts
@@
-124,3
+124,15
@@
label = "green:wps";
};
};
+
+&hsspi {
+ status = "okay";
+
+ flash: mt25@0 {
+ compatible = "jedec,spi-nor";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ reg = <0>;
+ spi-max-frequency = <25000000>;
+ };
+};