Use the new bindings of the reworked Marvell NAND controller driver.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
                        status = "disabled";
                };
 
-               nand0: nand@43100000 {
-                       compatible = "marvell,pxa3xx-nand";
+               nand_controller: nand-controller@43100000 {
+                       compatible = "marvell,pxa3xx-nand-controller";
                        reg = <0x43100000 90>;
                        interrupts = <45>;
                        clocks = <&clks CLK_NAND>;
                        dmas = <&pdma 97 3>;
                        dma-names = "data";
                        #address-cells = <1>;
-                       #size-cells = <1>;      
+                       #size-cells = <0>;
                        status = "disabled";
                };