diff options
Diffstat (limited to 'target/linux/at91/patches-5.10')
-rw-r--r-- | target/linux/at91/patches-5.10/101-ARM-at91-build-dtb-for-q5xr5.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/at91/patches-5.10/101-ARM-at91-build-dtb-for-q5xr5.patch b/target/linux/at91/patches-5.10/101-ARM-at91-build-dtb-for-q5xr5.patch new file mode 100644 index 0000000000..2bf8ca52ec --- /dev/null +++ b/target/linux/at91/patches-5.10/101-ARM-at91-build-dtb-for-q5xr5.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -41,6 +41,7 @@ dtb-$(CONFIG_SOC_AT91SAM9) += \ + at91-kizboxmini-mb.dtb \ + at91-kizboxmini-rd.dtb \ + at91-smartkiz.dtb \ ++ at91-q5xr5.dtb \ + at91-wb45n.dtb \ + at91sam9g15ek.dtb \ + at91sam9g25-gardena-smart-gateway.dtb \ |