Linux-Amlogic Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Ferass El Hafidi" <funderscore@postmarketos.org>
To: "Ferass El Hafidi" <funderscore@postmarketos.org>,
	"Neil Armstrong" <neil.armstrong@linaro.org>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Jerome Brunet" <jbrunet@baylibre.com>,
	"Martin Blumenstingl" <martin.blumenstingl@googlemail.com>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	<linux-amlogic@lists.infradead.org>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<~postmarketos/upstreaming@lists.sr.ht>,
	"Artur Weber" <aweber.kernel@gmail.com>,
	"Karl Chan" <exxxxkc@getgoogleoff.me>
Subject: Re: [PATCH 0/2] Add support for Xiaomi Mi TV Stick
Date: Sat, 01 Feb 2025 19:33:56 +0000	[thread overview]
Message-ID: <D7HCZSPU5TZH.MEWHEM6398EB@postmarketos.org> (raw)
In-Reply-To: <20250131200319.19996-1-funderscore@postmarketos.org>

Hi,

On Fri Jan 31, 2025 at 8:03 PM UTC, Ferass El Hafidi wrote:
> From: Ferass El Hafidi <funderscore@postmarketos.org>
>
> 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
>  * Android TV 9, upgradable to Android TV 10
>
> 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, 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.
>
> 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), but testing on the other variants would still be
> appreciated.
>
> The devicetree is based on the Amlogic P241 DTS.
>
> Ferass El Hafidi (2):
>   dt-bindings: arm: amlogic: add Xiaomi Mi TV Stick
>   arm64: dts: amlogic: add support for xiaomi-aquaman/Mi TV Stick
>
>  .../devicetree/bindings/arm/amlogic.yaml      |   1 +
>  arch/arm64/boot/dts/amlogic/Makefile          |   1 +
>  .../meson-gxl-s805y-xiaomi-aquaman.dts        | 311 ++++++++++++++++++
>  3 files changed, 313 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805y-xiaomi-aquaman.dts

Superseded by v2: https://lore.kernel.org/all/20250201193044.28856-1-funderscore@postmarketos.org/

Cheers.

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

      parent reply	other threads:[~2025-02-01 19:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-31 20:03 [PATCH 0/2] Add support for Xiaomi Mi TV Stick Ferass El Hafidi
2025-01-31 20:03 ` [PATCH 1/2] dt-bindings: arm: amlogic: add " Ferass El Hafidi
2025-02-01  5:45   ` Christian Hewitt
2025-02-01 10:36     ` Ferass El Hafidi
2025-01-31 20:03 ` [PATCH 2/2] arm64: dts: amlogic: add support for xiaomi-aquaman/Mi " Ferass El Hafidi
2025-02-01  6:08   ` Christian Hewitt
2025-02-01 10:11     ` Ferass El Hafidi
2025-02-01 11:01   ` Martin Blumenstingl
2025-01-31 21:23 ` [PATCH 0/2] Add support for Xiaomi Mi " Rob Herring (Arm)
2025-02-01 10:14   ` Ferass El Hafidi
2025-02-01 19:33 ` Ferass El Hafidi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D7HCZSPU5TZH.MEWHEM6398EB@postmarketos.org \
    --to=funderscore@postmarketos.org \
    --cc=aweber.kernel@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=exxxxkc@getgoogleoff.me \
    --cc=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=krzk+dt@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=neil.armstrong@linaro.org \
    --cc=robh@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox