Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1445666

[PATCH 2/2] arm64: dts: Updated NAND DT properties for NS2 SVK

From Ray Jui <ray.jui@broadcom.com>
Newsgroups linux.kernel
Subject [PATCH 2/2] arm64: dts: Updated NAND DT properties for NS2 SVK
Date 2016-07-18 19:40 +0200
Message-ID <rWkGm-MC-17@gated-at.bofh.it> (permalink)
References <rWkGm-MC-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This patch adds NAND DT properties for NS2 SVK to configure the bus
width width and OOB sector size

Signed-off-by: Prafulla Kota <prafulla.kota@broadcom.com>
Signed-off-by: Ray Jui <ray.jui@broadcom.com>
---
 arch/arm64/boot/dts/broadcom/ns2-svk.dts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/boot/dts/broadcom/ns2-svk.dts b/arch/arm64/boot/dts/broadcom/ns2-svk.dts
index 54ca40c..5ef0407 100644
--- a/arch/arm64/boot/dts/broadcom/ns2-svk.dts
+++ b/arch/arm64/boot/dts/broadcom/ns2-svk.dts
@@ -128,6 +128,8 @@
 		nand-ecc-mode = "hw";
 		nand-ecc-strength = <8>;
 		nand-ecc-step-size = <512>;
+		nand-bus-width = <16>;
+		brcm,nand-oob-sector-size = <16>;
 		#address-cells = <1>;
 		#size-cells = <1>;
 	};
-- 
2.1.4

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH 2/2] arm64: dts: Updated NAND DT properties for NS2 SVK Ray Jui <ray.jui@broadcom.com> - 2016-07-18 19:40 +0200

csiph-web