[PATCH 0/2] Add MagicBox M16S support
Zhang Ning
zhangn1985 at qq.com
Sat Jul 23 08:55:00 PDT 2022
these patches aim to add MagicBox M16S support.
MagicBox M16S is populor Tv box in China, manufacted by Alibaba at 2016,
with below spec:
Amlogic S912-H (S912 with dolby and dts)
2G ddr3
16G emmc
Marvell sd8897 BT/wifi module
100M ethernet
IR reciever
4K HDMI
AV out
Rest hole
5V2A power input
current status with these patches:
HDMI sound and AV out status unknown, others are work.
Wifi/Bt works without DT support.
previouse patch:
v1: http://lists.infradead.org/pipermail/linux-amlogic/2022-July/013022.html
v2: http://lists.infradead.org/pipermail/linux-amlogic/2022-July/013051.html
Changes since V2:
add IR keymap.
update patch title.
Zhang Ning (2):
dts/amlogic: Add MagicBox M16S support
rc/keymap: add keymap for MagicBox M16S
.../devicetree/bindings/arm/amlogic.yaml | 1 +
arch/arm64/boot/dts/amlogic/Makefile | 1 +
.../dts/amlogic/meson-gxm-magicbox-m16s.dts | 40 ++++++++++++++
drivers/media/rc/keymaps/Makefile | 1 +
drivers/media/rc/keymaps/rc-magicbox.c | 55 +++++++++++++++++++
include/media/rc-map.h | 1 +
6 files changed, 99 insertions(+)
create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxm-magicbox-m16s.dts
create mode 100644 drivers/media/rc/keymaps/rc-magicbox.c
--
2.35.1
More information about the linux-amlogic
mailing list