Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121b507 commit df042a6Copy full SHA for df042a6
arch/arm/boot/dts/microchip/Makefile
@@ -13,6 +13,7 @@ DTC_FLAGS_at91-sama5d3_eds := -@
13
DTC_FLAGS_at91-sama5d3_xplained := -@
14
DTC_FLAGS_at91-sama5d4_xplained := -@
15
DTC_FLAGS_at91-sama7d65_curiosity := -@
16
+DTC_FLAGS_at91-sama7d65_curiosity_pro := -@
17
DTC_FLAGS_at91-sama7d65eb := -@
18
DTC_FLAGS_at91-sama7g54_curiosity := -@
19
DTC_FLAGS_at91-sama7g5ek := -@
@@ -97,6 +98,7 @@ dtb-$(CONFIG_SOC_SAM_V7) += \
97
98
at91-vinco.dtb
99
dtb-$(CONFIG_SOC_SAMA7D65) += \
100
at91-sama7d65_curiosity.dtb \
101
+ at91-sama7d65_curiosity_pro.dtb \
102
at91-sama7d65eb.dtb
103
dtb-$(CONFIG_SOC_SAMA7G5) += \
104
at91-sama7g54_curiosity.dtb \
0 commit comments