projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1de77b7
)
ARM: at91: sama5d4: dts: change the nand compatible string
author
Josh Wu
<josh.wu@atmel.com>
Thu, 22 Jan 2015 10:41:45 +0000
(18:41 +0800)
committer
Nicolas Ferre
<nicolas.ferre@atmel.com>
Mon, 26 Jan 2015 15:08:34 +0000
(16:08 +0100)
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>
arch/arm/boot/dts/sama5d4.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sama5d4.dtsi
b/arch/arm/boot/dts/sama5d4.dtsi
index
e7a1d76
..
5d6d0b3
100644
(file)
--- 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;