diff options
author | John Crispin <blogic@openwrt.org> | 2015-02-19 09:07:06 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-02-19 09:07:06 +0000 |
commit | 0e2d6ea8c8b007bb91450531ea190216c23f0dff (patch) | |
tree | 684f04d43c853a4de53dc56ab61e8a67cccb5393 /target/linux/at91/patches | |
parent | 8c120014c194429122aa94fc0e9e59eff44ce296 (diff) | |
download | upstream-0e2d6ea8c8b007bb91450531ea190216c23f0dff.tar.gz upstream-0e2d6ea8c8b007bb91450531ea190216c23f0dff.tar.bz2 upstream-0e2d6ea8c8b007bb91450531ea190216c23f0dff.zip |
at91: Add dts for Exegin Q5x boards.
Signed-off-by: Owen Kirby <osk@exegin.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44492 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91/patches')
-rw-r--r-- | target/linux/at91/patches/101-ARM-at91-build-dtb-for-q5xr5.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/at91/patches/101-ARM-at91-build-dtb-for-q5xr5.patch b/target/linux/at91/patches/101-ARM-at91-build-dtb-for-q5xr5.patch new file mode 100644 index 0000000000..0465552c1b --- /dev/null +++ b/target/linux/at91/patches/101-ARM-at91-build-dtb-for-q5xr5.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -20,6 +20,7 @@ + dtb-$(CONFIG_ARCH_AT91) += usb_a9263.dtb + # sam9g20 + dtb-$(CONFIG_ARCH_AT91) += at91-foxg20.dtb ++dtb-$(CONFIG_ARCH_AT91) += at91-q5xr5.dtb + dtb-$(CONFIG_ARCH_AT91) += at91sam9g20ek.dtb + dtb-$(CONFIG_ARCH_AT91) += at91sam9g20ek_2mmc.dtb + dtb-$(CONFIG_ARCH_AT91) += kizbox.dtb |