diff options
author | Marek Vasut <[email protected]> | 2018-05-10 14:52:23 +0200 |
---|---|---|
committer | Dinh Nguyen <[email protected]> | 2018-05-14 10:09:58 -0500 |
commit | d9a695f3c8098ac9684689774a151cff30d8aa25 (patch) | |
tree | 9e29c96c533dc5951bbacd37bf60f00eaa8d04c6 | |
parent | 4eda9b766b042ea38d84df91581b03f6145a2ab0 (diff) |
ARM: dts: socfpga: Fix NAND controller node compatible
The compatible string for the Denali NAND controller is incorrect,
fix it by replacing it with one matching the DT bindings and the
driver.
Cc: [email protected]
Signed-off-by: Marek Vasut <[email protected]>
Fixes: d837a80d19 ("ARM: dts: socfpga: add nand controller nodes")
Cc: Steffen Trumtrar <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index 8fbddc2a5c33..b38f8c240558 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi @@ -748,7 +748,7 @@ nand0: nand@ff900000 { #address-cells = <0x1>; #size-cells = <0x1>; - compatible = "denali,denali-nand-dt"; + compatible = "altr,socfpga-denali-nand"; reg = <0xff900000 0x100000>, <0xffb80000 0x10000>; reg-names = "nand_data", "denali_reg"; |