ARM: dts: omap3: Fix NAND device nodes
[cascardo/linux.git] / arch / arm / boot / dts / omap3-beagle.dts
index 8ba465d..4602866 100644 (file)
 
        /* Chip select 0 */
        nand@0,0 {
+               compatible = "ti,omap2-nand";
                reg = <0 0 4>;          /* NAND I/O window, 4 bytes */
-               interrupts = <20>;
+               interrupt-parent = <&gpmc>;
+               interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
+                            <1 IRQ_TYPE_NONE>; /* termcount */
                ti,nand-ecc-opt = "ham1";
                nand-bus-width = <16>;
                #address-cells = <1>;