[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <172722910449.835930.11480258951992708289.robh@kernel.org>
Date: Tue, 24 Sep 2024 20:56:56 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Sandie Cao <sandie.cao@...pcomputing.io>
Cc: Palmer Dabbelt <palmer@...belt.com>, dhs@...me.work,
Michael Zhu <michael.zhu@...rfivetech.com>, gregkh@...uxfoundation.org,
Neil Armstrong <neil.armstrong@...aro.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, rafal@...ecki.pl,
devicetree@...r.kernel.org, Drew Fustini <drew@...gleboard.org>,
huiming.qiu@...pcomputing.io, linux-riscv@...ts.infradead.org,
Heiko Stuebner <heiko.stuebner@...rry.de>,
Albert Ou <aou@...s.berkeley.edu>, Conor Dooley <conor@...nel.org>,
Paul Walmsley <paul.walmsley@...ive.com>, linux-kernel@...r.kernel.org,
Emil Renner Berthing <kernel@...il.dk>, ams@...me.work,
yuning.liang@...pcomputing.io, Linus Walleij <linus.walleij@...aro.org>
Subject: Re: [patch v2 3/3] riscv: dts: starfive: add framework dts
On Tue, 24 Sep 2024 16:06:50 +0800, Sandie Cao wrote:
> Add framework dts to support RISC-V Framework Laptop 13 Mainboard.
>
> Signed-off-by: Sandie Cao <sandie.cao@...pcomputing.io>
> ---
> arch/riscv/boot/dts/starfive/Makefile | 1 +
> .../boot/dts/starfive/jh7110-framework.dts | 34 +++++++++++++++++++
> 2 files changed, 35 insertions(+)
> create mode 100644 arch/riscv/boot/dts/starfive/jh7110-framework.dts
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
New warnings running 'make CHECK_DTBS=y starfive/jh7110-framework.dtb' for 20240924080650.1345485-4-sandie.cao@...pcomputing.io:
arch/riscv/boot/dts/starfive/jh7110-framework.dtb: /: compatible: 'oneOf' conditional failed, one must be fixed:
'deepcomputing,fm7110' is not one of ['beagle,beaglev-starlight-jh7100-r0', 'starfive,visionfive-v1']
'deepcomputing,fm7110' is not one of ['milkv,mars', 'pine64,star64', 'starfive,visionfive-2-v1.2a', 'starfive,visionfive-2-v1.3b']
'starfive,jh7100' was expected
from schema $id: http://devicetree.org/schemas/riscv/starfive.yaml#
arch/riscv/boot/dts/starfive/jh7110-framework.dtb: /: failed to match any schema with compatible: ['deepcomputing,fm7110', 'starfive,jh7110']
Powered by blists - more mailing lists