[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251223-nondescript-horned-mouflon-36ba75@quoll>
Date: Tue, 23 Dec 2025 15:23:18 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Tzu-Hao Wei <twei@...ado.com>
Cc: SriNavmani A <srinavmani@...ado.com>,
Prasad Bolisetty <pbolisetty@...ado.com>, Vinod Koul <vkoul@...nel.org>,
Neil Armstrong <neil.armstrong@...aro.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
Harshit Shah <hshah@...ado.com>, Ulf Hansson <ulf.hansson@...aro.org>,
Adrian Hunter <adrian.hunter@...el.com>, Michal Simek <michal.simek@....com>,
linux-phy@...ts.infradead.org, devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-mmc@...r.kernel.org
Subject: Re: [PATCH 1/8] dt-bindings: phy: axiado,ax3000-emmc-phy: add Axiado
eMMC PHY document
On Mon, Dec 22, 2025 at 04:45:00PM +0800, Tzu-Hao Wei wrote:
> From: SriNavmani A <srinavmani@...ado.com>
>
> Add device tree bindings for the Axiado AX3000 eMMC PHY. The bindings
> define the required properties for configuring the external Arasan
> eMMC PHY, including register base addresses and clock references
> needed for HS200 mode operation.
Do not say what the bindings are supposed to do. We can read the diff.
Explain the hardware.
>
> Signed-off-by: SriNavmani A <srinavmani@...ado.com>
> Signed-off-by: Tzu-Hao Wei <twei@...ado.com>
> ---
> .../bindings/phy/axiado,ax3000-emmc-phy.yaml | 46 ++++++++++++++++++++++
> 1 file changed, 46 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/phy/axiado,ax3000-emmc-phy.yaml b/Documentation/devicetree/bindings/phy/axiado,ax3000-emmc-phy.yaml
> new file mode 100644
> index 0000000000000000000000000000000000000000..f88941ce60cbd99a73e8c504e0bf36c626bbf674
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/phy/axiado,ax3000-emmc-phy.yaml
> @@ -0,0 +1,46 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/phy/axiado,ax3000-emmc-phy.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Axiado AX3000 Arasan eMMC PHY
> +
> +maintainers:
> + - SriNavmani A <srinavmani@...ado.com>
> + - Tzu-Hao Wei <twei@...ado.com>
> + - Prasad Bolisetty <pbolisetty@...ado.com>
> +
> +description: |+
> + Bindings for eMMC PHY on Axiado AX3000 SoC.
Irrelevant
> +
> + - compatible: Should be one of the following:
> + "axiado,ax3000-emmc-phy"
> + - reg:
> + maxItems: 1
Entire description is not correct. Do you see any file written like
this/
> +
> +properties:
> + compatible:
> + enum:
> + - axiado,ax3000-emmc-phy
> +
> + "#phy-cells":
> + const: 0
> +
> + reg:
> + maxItems: 1
> +
> +required:
> + - "#phy-cells"
> + - compatible
> + - reg
Wrong order, use the same as in properties.
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + emmc_phy: emmc-phy@...01C00 {
Drop label and node is just phy@
Also, use lowercase hex everywhere.
Read DTS coding style - Axiado already received this feedback, so you
should follow it in all your submissions.
Best regards,
Krzysztof
Powered by blists - more mailing lists