.../devicetree/bindings/arm/amlogic.yaml | 7 + arch/arm64/boot/dts/amlogic/Makefile | 1 + .../meson-gxl-s805y-xiaomi-aquaman.dts | 292 ++++++++++++++++++ .../boot/dts/amlogic/meson-gxl-s805y.dtsi | 10 + 4 files changed, 310 insertions(+) create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805y-xiaomi-aquaman.dts create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805y.dtsi
This patch series aims to add initial support for the Xiaomi Mi TV Stick. Xiaomi Mi TV Stick is a small Amlogic-based Android TV stick released in 2020, and known as `xiaomi-aquaman` internally (in the downstream kernel, u-boot, ...) Its specifications are as follows: * Amlogic S805Y SoC (believed to be mostly identical to S805X) * 8 GB eMMC * 1 GB of RAM * Wi-Fi + Bluetooth * Android TV 9, upgradable to Android TV 10 * Google-certified There are multiple variants: * 1. Green PCB, manufactured in 2020, known UART pinout (helpfully labeled on the board) * 2. Blue PCB, not much documentation about it, presumably manufactured between 2021 and 2023 * 3. Green PCB, manufactured in 2023/2024, known UART pinout, some layout changes compared to the 2020 variant Among these variants, there are many boards using multiple different Wi-Fi chips. Supporting all of them is out of scope for this patch series. However, there has been some work identifying Wi-Fi/Bluetooth since v4. Some variants use a Realtek module while others use an Amlogic module. As of the time of writing this has only been tested on the 3rd variant. It is believed that software-wise all three work mostly the same (if we don't count Wi-Fi/BT), but testing on the other variants would still be appreciated. Sadly, booting Mainline linux is slightly more challenging on some versions of the original firmware. The devicetree is based on the Amlogic P241 DTS. Changes since v4 [1]: * add Acked-by from krzk * Wi-Fi on sd_emmc_b Changes since v3 [2]: * typo fix (`vbus-supply` in `&usb`) Changes since v2 [3]: * fix SoB/From mismatch Changes since v1 [4]: * remove useless nodes: cvbs-connector, ethmac, internal_phy, ir * add `amlogic,s805y` DT binding section * add S805Y dtsi: meson-gxl-s805y.dtsi * adjust DT `model` to "Xiaomi Mi TV Stick (Aquaman)" * explain the changes being done a bit more in the commit message for the DT patch * drop `clocks` and `clock-names` from pwm_ef (background: [5]) * change sound `model` to "XIAOMI-AQUAMAN" More information is available on the postmarketOS wiki page [6]. [1]: https://lore.kernel.org/all/20250203174346.13737-1-funderscore@postmarketos.org/ [2]: https://lore.kernel.org/all/20250203091453.15751-1-funderscore@postmarketos.org/ [3]: https://lore.kernel.org/all/20250201193044.28856-1-funderscore@postmarketos.org/ [4]: https://lore.kernel.org/all/20250131200319.19996-1-funderscore@postmarketos.org/ [5]: https://lore.kernel.org/linux-amlogic/20241227212514.1376682-1-martin.blumenstingl@googlemail.com/ Ferass El Hafidi (2): dt-bindings: arm: amlogic: add S805Y and Mi TV Stick arm64: dts: amlogic: add support for xiaomi-aquaman/Mi TV Stick .../devicetree/bindings/arm/amlogic.yaml | 7 + arch/arm64/boot/dts/amlogic/Makefile | 1 + .../meson-gxl-s805y-xiaomi-aquaman.dts | 292 ++++++++++++++++++ .../boot/dts/amlogic/meson-gxl-s805y.dtsi | 10 + 4 files changed, 310 insertions(+) create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805y-xiaomi-aquaman.dts create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805y.dtsi -- 2.47.1
Hi,
On Wed, 19 Mar 2025 19:01:48 +0000, Ferass El Hafidi wrote:
> This patch series aims to add initial support for the Xiaomi Mi TV
> Stick.
>
> Xiaomi Mi TV Stick is a small Amlogic-based Android TV stick released in
> 2020, and known as `xiaomi-aquaman` internally (in the downstream kernel,
> u-boot, ...)
> Its specifications are as follows:
> * Amlogic S805Y SoC (believed to be mostly identical to S805X)
> * 8 GB eMMC
> * 1 GB of RAM
> * Wi-Fi + Bluetooth
> * Android TV 9, upgradable to Android TV 10
> * Google-certified
>
> [...]
Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v6.16/arm64-dt)
[1/2] dt-bindings: arm: amlogic: add S805Y and Mi TV Stick
https://git.kernel.org/amlogic/c/4954ec9300cfe7ab6f1de1c93c56c236ac0a07e5
[2/2] arm64: dts: amlogic: add support for xiaomi-aquaman/Mi TV Stick
https://git.kernel.org/amlogic/c/f5d4227c6dcab047579cca7b8e31a476ecdebf7b
These changes has been applied on the intermediate git tree [1].
The v6.16/arm64-dt branch will then be sent via a formal Pull Request to the Linux SoC maintainers
for inclusion in their intermediate git branches in order to be sent to Linus during
the next merge window, or sooner if it's a set of fixes.
In the cases of fixes, those will be merged in the current release candidate
kernel and as soon they appear on the Linux master branch they will be
backported to the previous Stable and Long-Stable kernels [2].
The intermediate git branches are merged daily in the linux-next tree [3],
people are encouraged testing these pre-release kernels and report issues on the
relevant mailing-lists.
If problems are discovered on those changes, please submit a signed-off-by revert
patch followed by a corrective changeset.
[1] https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git
[2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
[3] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
--
Neil
On Wed, 19 Mar 2025 19:01:48 +0000, Ferass El Hafidi wrote: > This patch series aims to add initial support for the Xiaomi Mi TV > Stick. > > Xiaomi Mi TV Stick is a small Amlogic-based Android TV stick released in > 2020, and known as `xiaomi-aquaman` internally (in the downstream kernel, > u-boot, ...) > Its specifications are as follows: > * Amlogic S805Y SoC (believed to be mostly identical to S805X) > * 8 GB eMMC > * 1 GB of RAM > * Wi-Fi + Bluetooth > * Android TV 9, upgradable to Android TV 10 > * Google-certified > > There are multiple variants: > * 1. Green PCB, manufactured in 2020, known UART pinout (helpfully > labeled on the board) > * 2. Blue PCB, not much documentation about it, presumably manufactured > between 2021 and 2023 > * 3. Green PCB, manufactured in 2023/2024, known UART pinout, some layout > changes compared to the 2020 variant > > Among these variants, there are many boards using multiple different > Wi-Fi chips. Supporting all of them is out of scope for this patch > series. However, there has been some work identifying Wi-Fi/Bluetooth > since v4. Some variants use a Realtek module while others use an > Amlogic module. > > As of the time of writing this has only been tested on the 3rd variant. > It is believed that software-wise all three work mostly the same (if we > don't count Wi-Fi/BT), but testing on the other variants would still be > appreciated. Sadly, booting Mainline linux is slightly more > challenging on some versions of the original firmware. > > The devicetree is based on the Amlogic P241 DTS. > > Changes since v4 [1]: > * add Acked-by from krzk > * Wi-Fi on sd_emmc_b > > Changes since v3 [2]: > * typo fix (`vbus-supply` in `&usb`) > > Changes since v2 [3]: > * fix SoB/From mismatch > > Changes since v1 [4]: > * remove useless nodes: cvbs-connector, ethmac, internal_phy, ir > * add `amlogic,s805y` DT binding section > * add S805Y dtsi: meson-gxl-s805y.dtsi > * adjust DT `model` to "Xiaomi Mi TV Stick (Aquaman)" > * explain the changes being done a bit more in the commit message for > the DT patch > * drop `clocks` and `clock-names` from pwm_ef (background: [5]) > * change sound `model` to "XIAOMI-AQUAMAN" > > More information is available on the postmarketOS wiki page [6]. > > [1]: https://lore.kernel.org/all/20250203174346.13737-1-funderscore@postmarketos.org/ > [2]: https://lore.kernel.org/all/20250203091453.15751-1-funderscore@postmarketos.org/ > [3]: https://lore.kernel.org/all/20250201193044.28856-1-funderscore@postmarketos.org/ > [4]: https://lore.kernel.org/all/20250131200319.19996-1-funderscore@postmarketos.org/ > [5]: https://lore.kernel.org/linux-amlogic/20241227212514.1376682-1-martin.blumenstingl@googlemail.com/ > > > Ferass El Hafidi (2): > dt-bindings: arm: amlogic: add S805Y and Mi TV Stick > arm64: dts: amlogic: add support for xiaomi-aquaman/Mi TV Stick > > .../devicetree/bindings/arm/amlogic.yaml | 7 + > arch/arm64/boot/dts/amlogic/Makefile | 1 + > .../meson-gxl-s805y-xiaomi-aquaman.dts | 292 ++++++++++++++++++ > .../boot/dts/amlogic/meson-gxl-s805y.dtsi | 10 + > 4 files changed, 310 insertions(+) > create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805y-xiaomi-aquaman.dts > create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805y.dtsi > > -- > 2.47.1 > > > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/amlogic/' for 20250319190150.31529-2-funderscore@postmarketos.org: Error: arch/arm64/boot/dts/amlogic/meson-gxl-s805y-xiaomi-aquaman.dts:243.1-2 syntax error FATAL ERROR: Unable to parse input tree make[3]: *** [scripts/Makefile.dtbs:131: arch/arm64/boot/dts/amlogic/meson-gxl-s805y-xiaomi-aquaman.dtb] Error 1 make[2]: *** [scripts/Makefile.build:461: arch/arm64/boot/dts/amlogic] Error 2 make[2]: Target 'arch/arm64/boot/dts/amlogic/meson-gxl-s805y-xiaomi-aquaman.dtb' not remade because of errors. make[1]: *** [/home/rob/proj/linux-dt-testing/Makefile:1475: amlogic/meson-gxl-s805y-xiaomi-aquaman.dtb] Error 2 make: *** [Makefile:248: __sub-make] Error 2 make: Target 'amlogic/meson-gxl-s905x-hwacom-amazetv.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905d-sml5442tw.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905d-phicomm-n1.dtb' not remade because of errors. make: Target 'amlogic/meson-s4-s805x2-aq222.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905w-p281.dtb' not remade because of errors. make: Target 'amlogic/meson-gxm-s912-libretech-pc.dtb' not remade because of errors. make: Target 'amlogic/meson-g12a-sei510.dtb' not remade because of errors. make: Target 'amlogic/meson-gxm-q200.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905x-khadas-vim.dtb' not remade because of errors. make: Target 'amlogic/meson-gxlx-s905l-p271.dtb' not remade because of errors. make: Target 'amlogic/meson-gxm-mecool-kiii-pro.dtb' not remade because of errors. make: Target 'amlogic/meson-gxm-vega-s96.dtb' not remade because of errors. make: Target 'amlogic/meson-g12a-fbx8am.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-bananapi-cm4-cm4io.dtb' not remade because of errors. make: Target 'amlogic/amlogic-c3-c308l-aw419.dtb' not remade because of errors. make: Target 'amlogic/meson-axg-s400.dtb' not remade because of errors. make: Target 'amlogic/meson-gxm-nexbox-a1.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-dreambox-one.dtb' not remade because of errors. make: Target 'amlogic/meson-gxm-khadas-vim2.dtb' not remade because of errors. make: Target 'amlogic/meson-gxm-wetek-core2.dtb' not remade because of errors. make: Target 'amlogic/meson-g12a-radxa-zero.dtb' not remade because of errors. make: Target 'amlogic/meson-gxbb-vega-s95-telos.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905x-libretech-cc-v2.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-a311d-khadas-vim3.dtb' not remade because of errors. make: Target 'amlogic/meson-axg-jethome-jethub-j100.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-gsking-x.dtb' not remade because of errors. make: Target 'amlogic/meson-gxbb-vega-s95-pro.dtb' not remade because of errors. make: Target 'amlogic/meson-gxm-q201.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905d-p230.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-a311d-bananapi-m2s.dtb' not remade because of errors. make: Target 'amlogic/meson-gxbb-wetek-play2.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905d-mecool-kii-pro.dtb' not remade because of errors. make: Target 'amlogic/meson-axg-jethome-jethub-j110-rev-2.dtb' not remade because of errors. make: Target 'amlogic/meson-gxbb-odroidc2.dtb' not remade because of errors. make: Target 'amlogic/meson-gxm-gt1-ultimate.dtb' not remade because of errors. make: Target 'amlogic/meson-g12a-x96-max.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905d-libretech-pc.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905d-p231.dtb' not remade because of errors. make: Target 'amlogic/meson-sm1-x96-air.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905x-vero4k.dtb' not remade because of errors. make: Target 'amlogic/meson-gxbb-vega-s95-meta.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905w-tx3-mini.dtb' not remade because of errors. make: Target 'amlogic/meson-gxm-minix-neo-u9h.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s805x-libretech-ac.dtb' not remade because of errors. make: Target 'amlogic/meson-sm1-a95xf3-air-gbit.dtb' not remade because of errors. make: Target 'amlogic/meson-sm1-khadas-vim3l.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905d-vero4k-plus.dtb' not remade because of errors. make: Target 'amlogic/meson-sm1-h96-max.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-bananapi-cm4-mnt-reform2.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905x-p212.dtb' not remade because of errors. make: Target 'amlogic/meson-a1-ad401.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-odroid-go-ultra.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-radxa-zero2.dtb' not remade because of errors. make: Target 'amlogic/meson-sm1-x96-air-gbit.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-dreambox-two.dtb' not remade because of errors. make: Target 'amlogic/meson-sm1-bananapi-m5.dtb' not remade because of errors. make: Target 'amlogic/meson-g12a-u200.dtb' not remade because of errors. make: Target 'amlogic/meson-gxm-rbox-pro.dtb' not remade because of errors. make: Target 'amlogic/meson-gxbb-p201.dtb' not remade because of errors. make: Target 'amlogic/meson-sm1-a95xf3-air.dtb' not remade because of errors. make: Target 'amlogic/amlogic-a4-a113l2-ba400.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s805y-xiaomi-aquaman.dtb' not remade because of errors. make: Target 'amlogic/meson-sm1-bananapi-m2-pro.dtb' not remade because of errors. make: Target 'amlogic/meson-gxbb-p200.dtb' not remade because of errors. make: Target 'amlogic/meson-sm1-odroid-c4.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-s922x-bananapi-m2s.dtb' not remade because of errors. make: Target 'amlogic/meson-sm1-sei610.dtb' not remade because of errors. make: Target 'amlogic/meson-sm1-odroid-hc4.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-odroid-n2l.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905x-libretech-cc.dtb' not remade because of errors. make: Target 'amlogic/amlogic-c3-c302x-aw409.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905x-nexbox-a95x.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-a311d-libretech-cc.dtb' not remade because of errors. make: Target 'amlogic/amlogic-t7-a311d2-khadas-vim4.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s905w-jethome-jethub-j80.dtb' not remade because of errors. make: Target 'amlogic/meson-sm1-s905d3-libretech-cc.dtb' not remade because of errors. make: Target 'amlogic/amlogic-a5-a113x2-av400.dtb' not remade because of errors. make: Target 'amlogic/meson-gxbb-wetek-hub.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-s922x-khadas-vim3.dtb' not remade because of errors. make: Target 'amlogic/amlogic-t7-a311d2-an400.dtb' not remade because of errors. make: Target 'amlogic/meson-gxbb-kii-pro.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-odroid-n2.dtb' not remade because of errors. make: Target 'amlogic/meson-a1-ad402.dtb' not remade because of errors. make: Target 'amlogic/meson-gxbb-nexbox-a95x.dtb' not remade because of errors. make: Target 'amlogic/meson-axg-jethome-jethub-j110-rev-3.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-odroid-n2-plus.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-gtking-pro.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-ugoos-am6.dtb' not remade because of errors. make: Target 'amlogic/meson-gxl-s805x-p241.dtb' not remade because of errors. make: Target 'amlogic/meson-g12b-gtking.dtb' not remade because of errors. make: Target 'amlogic/meson-gxbb-nanopi-k2.dtb' not remade because of errors.
On Wed Mar 19, 2025 at 7:01 PM UTC, Ferass El Hafidi wrote: <snip> > > More information is available on the postmarketOS wiki page [6]. > Which would be https://wiki.postmarketos.org/wiki/Xiaomi_Mi_TV_Stick_(xiaomi-aquaman) Sorry, forgot to put the link. Regards. > [1]: https://lore.kernel.org/all/20250203174346.13737-1-funderscore@postmarketos.org/ > [2]: https://lore.kernel.org/all/20250203091453.15751-1-funderscore@postmarketos.org/ > [3]: https://lore.kernel.org/all/20250201193044.28856-1-funderscore@postmarketos.org/ > [4]: https://lore.kernel.org/all/20250131200319.19996-1-funderscore@postmarketos.org/ > [5]: https://lore.kernel.org/linux-amlogic/20241227212514.1376682-1-martin.blumenstingl@googlemail.com/ > > > Ferass El Hafidi (2): > dt-bindings: arm: amlogic: add S805Y and Mi TV Stick > arm64: dts: amlogic: add support for xiaomi-aquaman/Mi TV Stick > > .../devicetree/bindings/arm/amlogic.yaml | 7 + > arch/arm64/boot/dts/amlogic/Makefile | 1 + > .../meson-gxl-s805y-xiaomi-aquaman.dts | 292 ++++++++++++++++++ > .../boot/dts/amlogic/meson-gxl-s805y.dtsi | 10 + > 4 files changed, 310 insertions(+) > create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805y-xiaomi-aquaman.dts > create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805y.dtsi
© 2016 - 2025 Red Hat, Inc.