From 5de629366ea272790e7cac370de1a5b9d5863ee5 Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Tue, 6 Nov 2018 15:58:06 +0100 Subject: mtd: nand_denali: update compatible 190a1c6e47 ("dts: update to v4.18-rc3") changed the compatible of the Denali NAND controller. Update the compatible in the barebox driver accordingly. Signed-off-by: Bastian Krause Signed-off-by: Sascha Hauer --- drivers/mtd/nand/nand_denali_dt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/nand_denali_dt.c b/drivers/mtd/nand/nand_denali_dt.c index 2c6b188094..e3024549cd 100644 --- a/drivers/mtd/nand/nand_denali_dt.c +++ b/drivers/mtd/nand/nand_denali_dt.c @@ -86,7 +86,7 @@ out_disable_clk: static __maybe_unused struct of_device_id denali_nand_compatible[] = { { - .compatible = "denali,denali-nand-dt" + .compatible = "altr,socfpga-denali-nand" }, { /* sentinel */ } -- cgit v1.2.3