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/sun5i-a10s-r7-tv-dongle.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/sun5i-a10s-r7-tv-dongle.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a10s-r7-tv-dongle.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s-r7-tv-dongle.dts b/arch/arm/boot/dts/sun5i-a10s-r7-tv-dongle.dts index 1fa2916eafc2..3a0d9dc39914 100644 --- a/arch/arm/boot/dts/sun5i-a10s-r7-tv-dongle.dts +++ b/arch/arm/boot/dts/sun5i-a10s-r7-tv-dongle.dts | |||
@@ -46,8 +46,8 @@ | |||
46 | */ | 46 | */ |
47 | 47 | ||
48 | /dts-v1/; | 48 | /dts-v1/; |
49 | /include/ "sun5i-a10s.dtsi" | 49 | #include "sun5i-a10s.dtsi" |
50 | /include/ "sunxi-common-regulators.dtsi" | 50 | #include "sunxi-common-regulators.dtsi" |
51 | 51 | ||
52 | / { | 52 | / { |
53 | model = "R7 A10s hdmi tv-stick"; | 53 | model = "R7 A10s hdmi tv-stick"; |