Skip to content

Commit 3bd80b6

Browse files
rogerqksacilotto
authored andcommitted
ARM: dts: omap3430-sdp: Fix NAND device node
BugLink: https://bugs.launchpad.net/bugs/1951643 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> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent bceffed commit 3bd80b6

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)