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:
6242e9a
)
dt: bcm963158: enable nand controller
author
Philippe Reynes
<philippe.reynes@softathome.com>
Fri, 15 Mar 2019 14:14:46 +0000
(15:14 +0100)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Apr 2019 16:06:39 +0000
(12:06 -0400)
Enable the nand controller in the device tree
of the board bcm963158.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
arch/arm/dts/bcm963158.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/bcm963158.dts
b/arch/arm/dts/bcm963158.dts
index b5c825b052bc3181de2634d8729acc55f15a716d..c318fbe04e340d6a6fa782fddde87d76a4f84ef5 100644
(file)
--- a/
arch/arm/dts/bcm963158.dts
+++ b/
arch/arm/dts/bcm963158.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>;
+ };
+};