diff options
author | Peter Rosin <peda@axentia.se> | 2014-10-23 07:52:03 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-11-16 18:12:04 -0500 |
commit | e899dbaf4898efdaf6d1a02ed4ac205d35f54df8 (patch) | |
tree | 6378624da22aecd5e13d47b652c7e46dbbfb0018 /arch/arm/boot/dts/sama5d36.dtsi | |
parent | f7efdad02551c0dd64160c766c37aeddebb42a11 (diff) |
ARM: at91/dt: Fix sama5d3x typos
Some DT files had a typo with a missing "5" in sama5d3x first compatible string.
Signed-off-by: Peter Rosin <peda@axentia.se>
[nicolas.ferre@atmel.com: modify commit log]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/sama5d36.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sama5d36.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama5d36.dtsi b/arch/arm/boot/dts/sama5d36.dtsi index db58cad6acd3..e85139ef40af 100644 --- a/arch/arm/boot/dts/sama5d36.dtsi +++ b/arch/arm/boot/dts/sama5d36.dtsi | |||
@@ -16,5 +16,5 @@ | |||
16 | #include "sama5d3_uart.dtsi" | 16 | #include "sama5d3_uart.dtsi" |
17 | 17 | ||
18 | / { | 18 | / { |
19 | compatible = "atmel,samad36", "atmel,sama5d3", "atmel,sama5"; | 19 | compatible = "atmel,sama5d36", "atmel,sama5d3", "atmel,sama5"; |
20 | }; | 20 | }; |