Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb70e53e authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'arm-soc/for-4.9/devicetree-arm64-fixes' of...

Merge tag 'arm-soc/for-4.9/devicetree-arm64-fixes' of http://github.com/Broadcom/stblinux into fixes

This pull request contains a single fix for Broadcom ARM64-based SoCs:

- Ray adds the required bus width and OOB sector size properties to the
  Northstar 2 SVK reference board in order for the NAND controller to work
  properly

* tag 'arm-soc/for-4.9/devicetree-arm64-fixes' of http://github.com/Broadcom/stblinux

:
  arm64: dts: Updated NAND DT properties for NS2 SVK

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents fbaff059 963d7904
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -164,6 +164,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>;
	};