Commit fda077c0 authored by Josh Wu's avatar Josh Wu Committed by Nicolas Ferre

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: default avatarJosh Wu <josh.wu@atmel.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 1de77b7f
......@@ -273,7 +273,7 @@ L2: cache-controller@00a00000 {
};
nand0: nand@80000000 {
compatible = "atmel,at91rm9200-nand";
compatible = "atmel,sama5d4-nand", "atmel,at91rm9200-nand";
#address-cells = <1>;
#size-cells = <1>;
ranges;
......
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