Commit 14ca7d34 authored by Dinh Nguyen's avatar Dinh Nguyen Committed by Greg Kroah-Hartman

ARM: dts: socfpga: Fix NAND controller node compatible for Arria10

commit 3877ef7a upstream.

The NAND compatible "denali,denal-nand-dt" property has never been used and
is obsolete. Remove it.

Cc: stable@vger.kernel.org
Fixes: f549af06("ARM: dts: socfpga: Add NAND device tree for Arria10")
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ae6647c7
......@@ -632,7 +632,7 @@ mmc: dwmmc0@ff808000 {
nand: nand@ffb90000 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "denali,denali-nand-dt", "altr,socfpga-denali-nand";
compatible = "altr,socfpga-denali-nand";
reg = <0xffb90000 0x72000>,
<0xffb80000 0x10000>;
reg-names = "nand_data", "denali_reg";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment