aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Raynal <[email protected]>2018-02-19 23:35:56 +0100
committerBoris Brezillon <[email protected]>2018-03-02 22:46:23 +0100
commit0f436ad64bf95781a7f0cdd3a988c8db86d9c081 (patch)
treef797d807e4f8c7d998e8a1b69865425f02cca0fc
parente3e44549163539b51056b569013ec69c47b1be0a (diff)
arm: dts: pxa: use reworked NAND controller driver
Use the new bindings of the reworked Marvell NAND controller driver. Signed-off-by: Miquel Raynal <[email protected]> Acked-by: Robert Jarzmik <[email protected]> Signed-off-by: Boris Brezillon <[email protected]>
-rw-r--r--arch/arm/boot/dts/pxa3xx.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi
index 55c75b67351c..982d1a62661d 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";
};