Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,8 @@ nandcs@0 {
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>;
};
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment