]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/dts/Makefile
stv0991: configure device tree for cadence qspi & flash
[u-boot] / arch / arm / dts / Makefile
index 8ca4bf3ecf403c74f0f5acc7a9cddc2b730c1c69..9c735c672abce4087c7db6052590e6a75529ef5f 100644 (file)
@@ -122,18 +122,24 @@ dtb-$(CONFIG_MACH_SUN7I) += \
        sun7i-a20-wits-pro-a20-dkt.dtb \
        sun7i-a20-yones-toptech-bd1078.dtb
 dtb-$(CONFIG_MACH_SUN8I_A23) += \
+       sun8i-a23-evb.dtb \
        sun8i-a23-ippo-q8h-v5.dtb \
        sun8i-a23-ippo-q8h-v1.2.dtb
 dtb-$(CONFIG_MACH_SUN8I_A33) += \
-       sun8i-a33-astar-mid756.dtb \
+       sun8i-a33-et-q8-v1.6.dtb \
+       sun8i-a33-ga10h-v1.1.dtb \
        sun8i-a33-ippo-q8h-v1.2-lcd1024x600.dtb
 dtb-$(CONFIG_MACH_SUN9I) += \
        sun9i-a80-optimus.dtb \
        sun9i-a80-cubieboard4.dtb
 
+dtb-$(CONFIG_VF610) += vf500-colibri.dtb \
+       vf610-colibri.dtb
+
 targets += $(dtb-y)
 
-DTC_FLAGS += -R 4 -p 0x1000
+# Add any required device tree compiler flags here
+DTC_FLAGS +=
 
 PHONY += dtbs
 dtbs: $(addprefix $(obj)/, $(dtb-y))