Skip to content

Commit 2ea1eec

Browse files
Graham MooreDinh Nguyen
authored andcommitted
FogBugz #168684: Disable NAND driver in devicetree
On our CycloneV, sometimes a NAND chip is detected even though there isn't one on the board. The Denali NAND driver already has code to prevent erroneous detections, but apparently it's not working as well as it could. Our solution is to disable the NAND driver by default for socfpga. Signed-off-by: Graham Moore <[email protected]>
1 parent 6da5912 commit 2ea1eec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/socfpga.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@
615615
dma-mask = <0xffffffff>;
616616
clocks = <&nand_clk>;
617617
have-hw-ecc-fixup;
618+
status = "disabled";
618619

619620
partition@nand-boot {
620621
/* 8MB for raw data. */

0 commit comments

Comments
 (0)