From: Josh Wu Date: Thu, 22 Jan 2015 10:41:45 +0000 (+0800) Subject: ARM: at91: sama5d4: dts: change the nand compatible string X-Git-Tag: v4.0-rc1~69^2~13^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fda077c0d6b3a82abfed0d7c56f9e391cd5e5b1e;p=karo-tx-linux.git ARM: at91: sama5d4: dts: change the nand compatible string As we introduce a new "atmel,sama5d4-nand" compatible string for sama5d4, so we need to apply it for sama5d4 chip. Signed-off-by: Josh Wu Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index e7a1d76a9f7e..5d6d0b3f5768 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -273,7 +273,7 @@ }; nand0: nand@80000000 { - compatible = "atmel,at91rm9200-nand"; + compatible = "atmel,sama5d4-nand", "atmel,at91rm9200-nand"; #address-cells = <1>; #size-cells = <1>; ranges;