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:
f917438
)
dt: bcm6838: add nand controller
author
Philippe Reynes
<philippe.reynes@softathome.com>
Fri, 15 Mar 2019 14:14:39 +0000
(15:14 +0100)
committer
Tom Rini
<trini@konsulko.com>
Mon, 22 Apr 2019 15:55:58 +0000
(11:55 -0400)
Add the nand controller in the bcm6838 device tree.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
arch/mips/dts/brcm,bcm6838.dtsi
patch
|
blob
|
history
diff --git
a/arch/mips/dts/brcm,bcm6838.dtsi
b/arch/mips/dts/brcm,bcm6838.dtsi
index
c060802
..
6676f83
100644
(file)
--- a/
arch/mips/dts/brcm,bcm6838.dtsi
+++ b/
arch/mips/dts/brcm,bcm6838.dtsi
@@
-125,5
+125,18
@@
status = "disabled";
};
+
+ nand: nand-controller@14e02200 {
+ #address-cells = <1>;
+ #size-cells = <0>;
+ compatible = "brcm,nand-bcm6838",
+ "brcm,brcmnand-v5.0",
+ "brcm,brcmnand";
+ reg-names = "nand", "nand-int-base", "nand-cache";
+ reg = <0x14e02200 0x180>,
+ <0x14e000f0 0x10>,
+ <0x14e02600 0x180>;
+ status = "disabled";
+ };
};
};