diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2013-05-14 13:21:50 -0400 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2013-05-17 05:27:49 -0400 |
commit | 6db64d2978665c9bd70d1054923e00b59a823cc9 (patch) | |
tree | 88ca8483141123d057ae036df224219d518ac6c2 /arch/arm/boot/dts/usb_a9g20.dts | |
parent | f722406faae2d073cc1d01063d1123c35425939e (diff) |
ARM: at91: dt: use #include for all device trees
to prepare the switch to the macro.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/usb_a9g20.dts')
-rw-r--r-- | arch/arm/boot/dts/usb_a9g20.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/usb_a9g20.dts b/arch/arm/boot/dts/usb_a9g20.dts index 2dacb16ce4ae..c979c06cf697 100644 --- a/arch/arm/boot/dts/usb_a9g20.dts +++ b/arch/arm/boot/dts/usb_a9g20.dts | |||
@@ -6,8 +6,8 @@ | |||
6 | * Licensed under GPLv2 or later. | 6 | * Licensed under GPLv2 or later. |
7 | */ | 7 | */ |
8 | /dts-v1/; | 8 | /dts-v1/; |
9 | /include/ "at91sam9g20.dtsi" | 9 | #include "at91sam9g20.dtsi" |
10 | /include/ "usb_a9260_common.dtsi" | 10 | #include "usb_a9260_common.dtsi" |
11 | 11 | ||
12 | / { | 12 | / { |
13 | model = "Calao USB A9G20"; | 13 | model = "Calao USB A9G20"; |