diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2019-10-22 10:21:29 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-23 19:42:22 +0300 |
commit | 9e4dee95d7eed9163e7177bdd3ca31acfa83be70 (patch) | |
tree | 38c51b1dcbbf73119188a37260c1d8996217eb16 /arch/arm/boot/dts/Makefile | |
parent | 87e6c8d7e9350b90b5a0a575e4364257cc49b199 (diff) | |
download | linux-9e4dee95d7eed9163e7177bdd3ca31acfa83be70.tar.xz |
ARM: dts: add DTS for NetCom Plus 1xx and 2xx device series
This DTS file covers all one and two port NetCom Plus devices.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index a92576e17133..05dae516930c 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -754,6 +754,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-moxa-uc-8100-me-t.dtb \ am335x-nano.dtb \ am335x-netcan-plus-1xx.dtb \ + am335x-netcom-plus-2xx.dtb \ am335x-pdu001.dtb \ am335x-pepper.dtb \ am335x-phycore-rdk.dtb \ |