diff options
author | Andreas Kemnade <andreas@kemnade.info> | 2023-03-13 12:04:09 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-05-31 08:23:48 +0300 |
commit | 445d5be64be82c11505c41d75a4bde3af41d619b (patch) | |
tree | 039919546c346382323a734dc8632d0143b941b4 /arch/arm/boot/dts/Makefile | |
parent | 17ff149eee01110e5d545ad7b936d48aff43407f (diff) |
ARM: dts: omap4: add initial support for Epson Moverio BT-200
Add the devices working with current drivers for the
Epson Moverio BT-200 AR glasses consisting of a control unit
and the glasses itself.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Message-Id: <20230313110409.2294154-1-andreas@kemnade.info>
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 59829fc90315..cbc177ce50fd 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -983,6 +983,7 @@ dtb-$(CONFIG_ARCH_OMAP4) += \ omap4-droid-bionic-xt875.dtb \ omap4-droid4-xt894.dtb \ omap4-duovero-parlor.dtb \ + omap4-epson-embt2ws.dtb \ omap4-kc1.dtb \ omap4-panda.dtb \ omap4-panda-a4.dtb \ |