diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-12-16 16:59:54 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2015-01-21 03:58:55 -0500 |
commit | 7145570159fb20654b507026a8e388f739fffa5c (patch) | |
tree | 0453d71d55b8d5ca6e493359cd90ccd5aeb48589 /arch/arm/boot/dts/sun6i-a31-app4-evb1.dts | |
parent | 721c259a88486c4c686afbf51a19bad556cc385e (diff) |
ARM: sunxi: DT: Convert to device tree includes
Prepare the device trees to use the C preprocessor.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun6i-a31-app4-evb1.dts')
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31-app4-evb1.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts b/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts index c74a63a39531..42a11f4795f7 100644 --- a/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts +++ b/arch/arm/boot/dts/sun6i-a31-app4-evb1.dts | |||
@@ -48,8 +48,8 @@ | |||
48 | */ | 48 | */ |
49 | 49 | ||
50 | /dts-v1/; | 50 | /dts-v1/; |
51 | /include/ "sun6i-a31.dtsi" | 51 | #include "sun6i-a31.dtsi" |
52 | /include/ "sunxi-common-regulators.dtsi" | 52 | #include "sunxi-common-regulators.dtsi" |
53 | 53 | ||
54 | / { | 54 | / { |
55 | model = "Allwinner A31 APP4 EVB1 Evaluation Board"; | 55 | model = "Allwinner A31 APP4 EVB1 Evaluation Board"; |