diff options
author | Olof Johansson <olof@lixom.net> | 2016-10-29 21:09:11 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-10-29 21:09:11 +0300 |
commit | bb70e53e92a219f149a50ad1b870ad046e3e1fd6 (patch) | |
tree | 555dc84a6d648c567b47b0eb35af5504556e7583 | |
parent | fbaff059c29e4002d8cf5dbb71ad812c1f3d976e (diff) | |
parent | 963d790468a2f581abf039b45edac79af5e16e55 (diff) | |
download | linux-bb70e53e92a219f149a50ad1b870ad046e3e1fd6.tar.xz |
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: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm64/boot/dts/broadcom/ns2-svk.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/broadcom/ns2-svk.dts b/arch/arm64/boot/dts/broadcom/ns2-svk.dts index 2d7872a36b91..b09f3bc5c6c1 100644 --- a/arch/arm64/boot/dts/broadcom/ns2-svk.dts +++ b/arch/arm64/boot/dts/broadcom/ns2-svk.dts @@ -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>; }; |