public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Nick Xie <nick@khadas.com>
To: neil.armstrong@linaro.org, khilman@baylibre.com,
	jbrunet@baylibre.com, martin.blumenstingl@googlemail.com,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org
Cc: xianwei.zhao@amlogic.com, christianshewitt@gmail.com,
	krzk+dt@kernel.org, robh@kernel.org, conor+dt@kernel.org,
	nick@xieqinick.com, Nick Xie <nick@khadas.com>
Subject: [PATCH v3 1/3] dt-bindings: arm: amlogic: introduce specific compatibles for S4 family
Date: Thu, 15 Jan 2026 11:00:13 +0800	[thread overview]
Message-ID: <20260115030015.1334517-2-nick@khadas.com> (raw)
In-Reply-To: <20260115030015.1334517-1-nick@khadas.com>

The Amlogic S4 SoC family includes multiple variants, such as the S805X2
and S905Y4. Currently, the bindings only define the generic "amlogic,s4"
compatible.

This patch introduces specific compatibles "amlogic,s805x2" and
"amlogic,s905y4" to properly differentiate these SoCs while keeping
"amlogic,s4" as the family fallback.

This allows for more precise hardware description and future-proofing
if SoC-specific quirks arise.

Signed-off-by: Nick Xie <nick@khadas.com>
---
 Documentation/devicetree/bindings/arm/amlogic.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
index 08d9963fe9259..a885278bc4e2e 100644
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
@@ -245,6 +245,14 @@ properties:
         items:
           - enum:
               - amlogic,aq222
+          - const: amlogic,s805x2
+          - const: amlogic,s4
+
+      - description: Boards with the Amlogic Meson S4 S905Y4 SoC
+        items:
+          - enum:
+              - khadas,vim1s
+          - const: amlogic,s905y4
           - const: amlogic,s4
 
       - description: Boards with the Amlogic S6 S905X5 SoC
-- 
2.34.1



  reply	other threads:[~2026-01-15  3:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-15  3:00 [PATCH v3 0/3] arm64: dts: meson-s4: add support for Khadas VIM1S Nick Xie
2026-01-15  3:00 ` Nick Xie [this message]
2026-01-15  9:27   ` [PATCH v3 1/3] dt-bindings: arm: amlogic: introduce specific compatibles for S4 family Krzysztof Kozlowski
2026-01-15  3:00 ` [PATCH v3 2/3] arm64: dts: meson-s4-aq222: update compatible string with s805x2 Nick Xie
2026-01-15 10:25   ` neil.armstrong
2026-01-15  3:00 ` [PATCH v3 3/3] arm64: dts: meson-s4-s905y4-khadas-vim1s: add initial device tree Nick Xie
2026-01-15 10:25   ` neil.armstrong
2026-01-23 20:40   ` [DMARC error] " George Stark
2026-01-26  9:35     ` 回复: " Nick Xie
2026-01-29 14:48       ` George Stark
     [not found]         ` <CAFBinCDcDy4M79+mM+axsqXLfoQ56Ucd1C-OHkGLxwNkpfZ-zQ@mail.gmail.com>
2026-02-13 11:00           ` George Stark
2026-01-15 10:36 ` [PATCH v3 0/3] arm64: dts: meson-s4: add support for Khadas VIM1S Neil Armstrong

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=20260115030015.1334517-2-nick@khadas.com \
    --to=nick@khadas.com \
    --cc=christianshewitt@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --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=nick@xieqinick.com \
    --cc=robh@kernel.org \
    --cc=xianwei.zhao@amlogic.com \
    /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