[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <171821317822.3213383.11527359300023322395.robh@kernel.org>
Date: Wed, 12 Jun 2024 11:26:18 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Shresth Prasad <shresthprasad7@...il.com>
Cc: skhan@...uxfoundation.org, linux-phy@...ts.infradead.org,
linux-kernel@...r.kernel.org, cristian.ciocaltea@...labora.com,
javier.carrasco.cruz@...il.com, krzk+dt@...nel.org,
sebastian.reichel@...labora.com, heiko@...ech.de,
devicetree@...r.kernel.org, linux-rockchip@...ts.infradead.org,
conor+dt@...nel.org, linux-arm-kernel@...ts.infradead.org,
s.hauer@...gutronix.de, vkoul@...nel.org, andy.yan@...k-chips.com,
kishon@...nel.org
Subject: Re: [PATCH v2] dt-bindings: phy: rockchip-emmc-phy: Convert to
dtschema
On Wed, 12 Jun 2024 21:33:37 +0530, Shresth Prasad wrote:
> Convert txt bindings of Rockchip EMMC PHY to dtschema to allow
> for validation.
>
> Signed-off-by: Shresth Prasad <shresthprasad7@...il.com>
> ---
> Changes in v2:
> - Fixed example
> - Changed file referenced in grf.yaml
>
> Tested against `rockchip/rk3399-firefly.dtb`, `rockchip/rk3399-orangepi.dtb`
> and `rockchip/rk3399-pinebook-pro.dtb`.
>
> .../bindings/phy/rockchip,emmc-phy.yaml | 79 +++++++++++++++++++
> .../bindings/phy/rockchip-emmc-phy.txt | 43 ----------
> .../devicetree/bindings/soc/rockchip/grf.yaml | 2 +-
> 3 files changed, 80 insertions(+), 44 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/phy/rockchip,emmc-phy.yaml
> delete mode 100644 Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/phy/rockchip,emmc-phy.example.dtb: syscon@...70000: reg: [[0, 4285988864], [0, 65536]] is too long
from schema $id: http://devicetree.org/schemas/soc/rockchip/grf.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/phy/rockchip,emmc-phy.example.dtb: syscon@...70000: reg: [[0, 4285988864], [0, 65536]] is too long
from schema $id: http://devicetree.org/schemas/mfd/syscon.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240612160336.5132-2-shresthprasad7@gmail.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists