diff mbox series

arm64: zynqmp: Update device tree properties for nand flash

Message ID b1c3ac880cc2127cbd64cf4b2f14bc3435abe77a.1614088436.git.michal.simek@xilinx.com
State Accepted
Commit fbf043d7e637378354fdc47369b0f48682d766a3
Delegated to: Michal Simek
Headers show
Series arm64: zynqmp: Update device tree properties for nand flash | expand

Commit Message

Michal Simek Feb. 23, 2021, 1:53 p.m. UTC
From: Amit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>

Update the following device tree properties for nand flash

- Set software ecc mode.
- Set bch as ecc algo.
- Set read block to 0.

Signed-off-by: Amit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Michal Simek March 30, 2021, 7:22 a.m. UTC | #1
Ășt 23. 2. 2021 v 14:53 odesĂ­latel Michal Simek <michal.simek@xilinx.com> napsal:
>
> From: Amit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>
>
> Update the following device tree properties for nand flash
>
> - Set software ecc mode.
> - Set bch as ecc algo.
> - Set read block to 0.
>
> Signed-off-by: Amit Kumar Mahapatra <amit.kumar-mahapatra@xilinx.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>  arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts b/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts
> index 92d938d665d2..3204456e6451 100644
> --- a/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts
> +++ b/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts
> @@ -124,6 +124,10 @@
>                 reg = <0x0>;
>                 #address-cells = <0x2>;
>                 #size-cells = <0x1>;
> +               nand-ecc-mode = "soft";
> +               nand-ecc-algo = "bch";
> +               nand-rb = <0>;
> +               label = "main-storage-0";
>
>                 partition@0 {   /* for testing purpose */
>                         label = "nand-fsbl-uboot";
> @@ -154,6 +158,10 @@
>                 reg = <0x1>;
>                 #address-cells = <0x2>;
>                 #size-cells = <0x1>;
> +               nand-ecc-mode = "soft";
> +               nand-ecc-algo = "bch";
> +               nand-rb = <0>;
> +               label = "main-storage-1";
>
>                 partition@0 {   /* for testing purpose */
>                         label = "nand1-fsbl-uboot";
> --
> 2.30.0
>

Applied.
M
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts b/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts
index 92d938d665d2..3204456e6451 100644
--- a/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts
+++ b/arch/arm/dts/zynqmp-zc1751-xm016-dc2.dts
@@ -124,6 +124,10 @@ 
 		reg = <0x0>;
 		#address-cells = <0x2>;
 		#size-cells = <0x1>;
+		nand-ecc-mode = "soft";
+		nand-ecc-algo = "bch";
+		nand-rb = <0>;
+		label = "main-storage-0";
 
 		partition@0 {	/* for testing purpose */
 			label = "nand-fsbl-uboot";
@@ -154,6 +158,10 @@ 
 		reg = <0x1>;
 		#address-cells = <0x2>;
 		#size-cells = <0x1>;
+		nand-ecc-mode = "soft";
+		nand-ecc-algo = "bch";
+		nand-rb = <0>;
+		label = "main-storage-1";
 
 		partition@0 {	/* for testing purpose */
 			label = "nand1-fsbl-uboot";