2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-03 11:13:56 +08:00

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 <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
Josh Wu 2015-01-22 18:41:45 +08:00 committed by Nicolas Ferre
parent 1de77b7f90
commit fda077c0d6

View File

@ -273,7 +273,7 @@
}; };
nand0: nand@80000000 { nand0: nand@80000000 {
compatible = "atmel,at91rm9200-nand"; compatible = "atmel,sama5d4-nand", "atmel,at91rm9200-nand";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges; ranges;