Skip to content

Commit d8c3ea1

Browse files
rogerqgregkh
authored andcommitted
ARM: dts: omap3430-sdp: Fix NAND device node
commit 80d680f upstream. Nand is on CS1 so reg properties first field should be 1 not 0. Fixes: 44e4716 ("ARM: dts: omap3: Fix NAND device nodes") Cc: stable@vger.kernel.org # v4.6+ Signed-off-by: Roger Quadros <rogerq@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 0bec1ce commit d8c3ea1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

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

0 commit comments

Comments
 (0)