[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <173920411678.476525.17114471153567549022.robh@kernel.org>
Date: Mon, 10 Feb 2025 10:22:40 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Elaine Zhang <zhangqing@...k-chips.com>
Cc: krzk+dt@...nel.org, huangtao@...k-chips.com,
linux-kernel@...r.kernel.org, linux-rockchip@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, kever.yang@...k-chips.com,
devicetree@...r.kernel.org, jonas@...boo.se, heiko@...ech.de,
conor+dt@...nel.org
Subject: Re: [PATCH v3 0/2] clk: rockchip: Fixed some incorrect commits
On Sat, 08 Feb 2025 09:57:55 +0800, Elaine Zhang wrote:
> Change in V3:
> [PATCH v3 0/2]: As discussed in the email, assigned-clock-parents in DT.
> [PATCH v3 1/2]: Merge patches into one.
>
> Change in V2:
> [PATCH v2 0/3]: NO change
> [PATCH v2 1/3]: Update commit message
> [PATCH v2 2/3]: Update commit message
>
> Elaine Zhang (2):
> ARM: dts: rockchip: assigned-clock-parents to SCLK_HDMI_PHY for
> DCLK_VOP
> arm64: dts: rockchip: Increase VOP clk rate on RK3328
>
> arch/arm/boot/dts/rockchip/rk322x.dtsi | 2 ++
> arch/arm64/boot/dts/rockchip/rk3328.dtsi | 10 ++++++----
> 2 files changed, 8 insertions(+), 4 deletions(-)
>
> --
> 2.17.1
>
>
>
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 for arch/arm/boot/dts/rockchip/' for 20250208015757.27594-1-zhangqing@...k-chips.com:
arch/arm/boot/dts/rockchip/rk3228-evb.dtb: vop@...50000: assigned-clocks: [[2, 190]] is too short
from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip-vop.yaml#
arch/arm/boot/dts/rockchip/rk3228-evb.dtb: vop@...50000: 'assigned-clock-parents' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip-vop.yaml#
arch/arm/boot/dts/rockchip/rk3229-xms6.dtb: vop@...50000: assigned-clocks: [[2, 190]] is too short
from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip-vop.yaml#
arch/arm/boot/dts/rockchip/rk3229-xms6.dtb: vop@...50000: 'assigned-clock-parents' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip-vop.yaml#
arch/arm/boot/dts/rockchip/rk3229-evb.dtb: vop@...50000: assigned-clocks: [[2, 190]] is too short
from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip-vop.yaml#
arch/arm/boot/dts/rockchip/rk3229-evb.dtb: vop@...50000: 'assigned-clock-parents' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip-vop.yaml#
Powered by blists - more mailing lists