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


Groups > linux.kernel > #1445666 > unrolled thread

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

Started byRay Jui <ray.jui@broadcom.com>
First post2016-07-18 19:40 +0200
Last post2016-07-18 19:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromRay Jui <ray.jui@broadcom.com>
Date2016-07-18 19:40 +0200
Subject[PATCH 2/2] arm64: dts: Updated NAND DT properties for NS2 SVK
Message-ID<rWkGm-MC-17@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web