[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6cb0a92b-df60-7b04-775e-d7f0147ce737@starfivetech.com>
Date: Fri, 12 May 2023 15:51:27 +0800
From: Xingyu Wu <xingyu.wu@...rfivetech.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
CC: William Qiu <william.qiu@...rfivetech.com>,
<linux-clk@...r.kernel.org>, Stephen Boyd <sboyd@...nel.org>,
Philipp Zabel <p.zabel@...gutronix.de>,
Conor Dooley <conor@...nel.org>,
Emil Renner Berthing <kernel@...il.dk>,
<devicetree@...r.kernel.org>, <linux-riscv@...ts.infradead.org>,
"Michael Turquette" <mturquette@...libre.com>,
Rob Herring <robh+dt@...nel.org>,
"Palmer Dabbelt" <palmer@...belt.com>,
<linux-kernel@...r.kernel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@...aro.org>,
Hal Feng <hal.feng@...rfivetech.com>,
Paul Walmsley <paul.walmsley@...ive.com>,
"Albert Ou" <aou@...s.berkeley.edu>
Subject: Re: [PATCH v4 5/7] dt-bindings: soc: starfive: Add StarFive syscon
module
On 2023/5/12 14:50, Krzysztof Kozlowski wrote:
> On Fri, 12 May 2023 10:20:34 +0800, Xingyu Wu wrote:
>> From: William Qiu <william.qiu@...rfivetech.com>
>>
>> Add documentation to describe StarFive System Controller Registers.
>>
>> Co-developed-by: Xingyu Wu <xingyu.wu@...rfivetech.com>
>> Signed-off-by: Xingyu Wu <xingyu.wu@...rfivetech.com>
>> Reviewed-by: Rob Herring <robh@...nel.org>
>> Signed-off-by: William Qiu <william.qiu@...rfivetech.com>
>> ---
>> .../soc/starfive/starfive,jh7110-syscon.yaml | 67 +++++++++++++++++++
>> MAINTAINERS | 7 ++
>> 2 files changed, 74 insertions(+)
>> create mode 100644 Documentation/devicetree/bindings/soc/starfive/starfive,jh7110-syscon.yaml
>>
>
> My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
> on your patch (DT_CHECKER_FLAGS is new in v5.13):
>
> yamllint warnings/errors:
>
> dtschema/dtc warnings/errors:
> ./Documentation/devicetree/bindings/soc/starfive/starfive,jh7110-syscon.yaml: Unable to find schema file matching $id: http://devicetree.org/schemas/clock/starfive,jh7110-pll.yaml
>
> See https://patchwork.ozlabs.org/patch/1780353
>
> This check can fail if there are any dependencies. The base for a patch
> series is generally the most recent rc1.
>
> 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.
This patch need patch 1 about pll clock driver binding.
Do I need to merge syscon binding and pll binding together?
Best regards,
Xingyu Wu
Powered by blists - more mailing lists