diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2018-02-19 23:35:56 +0100 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-03-02 22:46:23 +0100 |
commit | 0f436ad64bf95781a7f0cdd3a988c8db86d9c081 (patch) | |
tree | f797d807e4f8c7d998e8a1b69865425f02cca0fc | |
parent | e3e44549163539b51056b569013ec69c47b1be0a (diff) | |
download | op-kernel-dev-0f436ad64bf95781a7f0cdd3a988c8db86d9c081.zip op-kernel-dev-0f436ad64bf95781a7f0cdd3a988c8db86d9c081.tar.gz |
arm: dts: pxa: use reworked NAND controller driver
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>
-rw-r--r-- | arch/arm/boot/dts/pxa3xx.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi index 55c75b6..982d1a6 100644 --- a/arch/arm/boot/dts/pxa3xx.dtsi +++ b/arch/arm/boot/dts/pxa3xx.dtsi @@ -117,15 +117,15 @@ 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"; }; |