diff options
author | Olof Johansson <olof@lixom.net> | 2013-05-27 22:36:06 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-05-27 22:43:36 -0700 |
commit | b891e30e55c4d47d6b3c4de1b4f89e7683104c93 (patch) | |
tree | ff32f9e6f7e5b687706d6c7906fd8649994c2727 /arch/arm/boot/dts/tny_a9g20.dts | |
parent | e4aa937ec75df0eea0bee03bffa3303ad36c986b (diff) | |
parent | b3f442b0eedbc20b5ce3f4a96530588d14901199 (diff) | |
download | op-kernel-dev-b891e30e55c4d47d6b3c4de1b4f89e7683104c93.zip op-kernel-dev-b891e30e55c4d47d6b3c4de1b4f89e7683104c93.tar.gz |
Merge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/cleanup
From Nicolas Ferre:
Big update converting pinctrl to use macros and header files. Increases
readability and avoids typos.
Update of AT91 defconfigs and merge of defconfigs for the similar SoCs
sam9260/9g20 and sam9261/9g10.
* tag 'at91-cleanup' of git://github.com/at91linux/linux-at91:
ARM: at91: udpate defconfigs
ARM: at91: dt: switch to standard IRQ flag defines
ARM: at91: dt: switch to pinctrl to pre-processor
ARM: at91: dt: add pinctrl pre-processor define
ARM: at91: dt: switch to standard GPIO flag defines.
ARM: at91: dt: use #include for all device trees
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tny_a9g20.dts')
-rw-r--r-- | arch/arm/boot/dts/tny_a9g20.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tny_a9g20.dts b/arch/arm/boot/dts/tny_a9g20.dts index e1ab64c..8456d70b 100644 --- a/arch/arm/boot/dts/tny_a9g20.dts +++ b/arch/arm/boot/dts/tny_a9g20.dts @@ -6,8 +6,8 @@ * Licensed under GPLv2. */ /dts-v1/; -/include/ "at91sam9g20.dtsi" -/include/ "tny_a9260_common.dtsi" +#include "at91sam9g20.dtsi" +#include "tny_a9260_common.dtsi" / { model = "Calao TNY A9G20"; |