Skip to content

Commit 80d680f

Browse files
rogerqtmlind
authored andcommitted
ARM: dts: omap3430-sdp: Fix NAND device node
Nand is on CS1 so reg properties first field should be 1 not 0. Fixes: 44e4716 ("ARM: dts: omap3: Fix NAND device nodes") Cc: [email protected] # v4.6+ Signed-off-by: Roger Quadros <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent b13a270 commit 80d680f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/omap3430-sdp.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
nand@1,0 {
103103
compatible = "ti,omap2-nand";
104-
reg = <0 0 4>; /* CS0, offset 0, IO size 4 */
104+
reg = <1 0 4>; /* CS1, offset 0, IO size 4 */
105105
interrupt-parent = <&gpmc>;
106106
interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
107107
<1 IRQ_TYPE_NONE>; /* termcount */

0 commit comments

Comments
 (0)