Thread (1 message) 1 message, 1 author, 2015-06-24

Re: [PATCH 1/4] MIPS: BMIPS: bcm7346: add nodes for NAND

From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2015-06-24 19:32:07
Also in: linux-devicetree

Possibly related (same subject, not in this thread)

+Brian,

On 23/06/15 23:08, Jaedon Shin wrote:
Add NAND device nodes to BMIPS based BCM7346 platform.

Signed-off-by: Jaedon Shin <redacted>
---
[snip]
+
+&nand0 {
+	status = "okay";
+
+	nandcs@1 {
+		compatible = "brcm,nandcs";
+		reg = <1>;
+		nand-ecc-step-size = <512>;
+		nand-ecc-strength = <8>;
+		nand-on-flash-bbt;
+
+		#size-cells = <2>;
+		#address-cells = <2>;
+
+		flash1.rootfs0@0 {
+			reg = <0x0 0x0 0x0 0x80000000>;
+		};
+
+		flash1.rootfs1@80000000 {
+			reg = <0x0 0x80000000 0x0 0x80000000>;
+		};
+	};
+};
Should we create something like brcmnand-cs1-512-8 to reduce the amount
of duplication between DTS files?
-- 
Florian
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help