As we introduce a new "atmel,sama5d3-nand" compatible string for sama5d3, Apply it for sama5d3 chip. Signed-off-by: Josh Wu <josh.wu@xxxxxxxxx> --- arch/arm/boot/dts/sama5d3.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index c0c3597..7b6c36f 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi @@ -1398,7 +1398,7 @@ }; nand0: nand@60000000 { - compatible = "atmel,at91rm9200-nand"; + compatible = "atmel,sama5d3-nand", "atmel,at91rm9200-nand"; #address-cells = <1>; #size-cells = <1>; ranges; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html