Skip to content

Commit bb70e53

Browse files
committed
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>
2 parents fbaff05 + 963d790 commit bb70e53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/broadcom/ns2-svk.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@
164164
nand-ecc-mode = "hw";
165165
nand-ecc-strength = <8>;
166166
nand-ecc-step-size = <512>;
167+
nand-bus-width = <16>;
168+
brcm,nand-oob-sector-size = <16>;
167169
#address-cells = <1>;
168170
#size-cells = <1>;
169171
};

0 commit comments

Comments
 (0)