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@xxxxxxxxxxxxxx: arch/arm/boot/dts/rockchip/rk3228-evb.dtb: vop@20050000: 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@20050000: '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@20050000: 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@20050000: '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@20050000: 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@20050000: '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#