diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2018-03-14 18:46:39 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-06 16:11:09 -0400 |
commit | ca57bd6718366cefb07f15a9eb09ba67f17bde86 (patch) | |
tree | de12e8f2cb83bd99da312dced91d90428e12bd8b /arch/arm/dts/Makefile | |
parent | 4d42f16b9f8f802b20cfc5b4d377a15c35376bdc (diff) |
at91: ma5d4evk: Add FDT support
Sync DTS from Linux and add FDT support for AT91 ma5d4evk board.
usb0, usb1, usb2 and hlcdc_pwm nodes removed, since there is no support it.
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 62a7c05eb2..fa9319ef02 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -480,6 +480,9 @@ dtb-$(CONFIG_TARGET_SAMA5D3XEK) += \ dtb-$(CONFIG_TARGET_SAMA5D3_XPLAINED) += \ at91-sama5d3_xplained.dtb +dtb-$(CONFIG_TARGET_MA5D4EK) += \ + at91-sama5d4_ma5d4evk.dts.dtb + dtb-$(CONFIG_TARGET_SAMA5D4EK) += \ at91-sama5d4ek.dtb |