projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24e27a1
)
dt: bcm968580xref: enable nand controller
author
Philippe Reynes
<philippe.reynes@softathome.com>
Fri, 15 Mar 2019 14:14:43 +0000
(15:14 +0100)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Apr 2019 16:06:38 +0000
(12:06 -0400)
Enable the nand controller in the device tree
of the board bcm968580xref.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
arch/arm/dts/bcm968580xref.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/bcm968580xref.dts
b/arch/arm/dts/bcm968580xref.dts
index
15febb0
..
8ef9338
100644
(file)
--- a/
arch/arm/dts/bcm968580xref.dts
+++ b/
arch/arm/dts/bcm968580xref.dts
@@
-61,3
+61,18
@@
&gpio7 {
status = "okay";
};
+
+&nand {
+ status = "okay";
+ write-protect = <0>;
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ nandcs@0 {
+ compatible = "brcm,nandcs";
+ reg = <0>;
+ nand-ecc-strength = <4>;
+ nand-ecc-step-size = <512>;
+ brcm,nand-oob-sector-size = <16>;
+ };
+};