diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2018-03-14 18:46:36 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-06 16:11:09 -0400 |
commit | 1e85626788fff96016a76ebab145f3cb95ab3ecf (patch) | |
tree | a4a4bf62de287758b4557d9aa77b06e931665573 /arch/arm/dts/Makefile | |
parent | 1a2131ce050a7d46186243938bb183ccca17e32a (diff) |
at91: vinco: Add FDT support
Sync DTS from Linux and add FDT support for AT91 vinco board.
usb0, usb1, and usb2 nodes removed, since there is no support it.
Cc: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index e983622fea..62a7c05eb2 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -486,6 +486,9 @@ dtb-$(CONFIG_TARGET_SAMA5D4EK) += \ dtb-$(CONFIG_TARGET_SAMA5D4_XPLAINED) += \ at91-sama5d4_xplained.dtb +dtb-$(CONFIG_TARGET_VINCO) += \ + at91-vinco.dtb + dtb-$(CONFIG_ARCH_BCM283X) += \ bcm2835-rpi-a-plus.dtb \ bcm2835-rpi-a.dtb \ |