On Tue, 24 Dec 2024 21:09:09 +0000, FUKAUMI Naoki wrote: > The Radxa ROCK 5B+ is an upgraded version of the Radxa ROCK 5B. > > This patch series introduces a shared .dtsi that can be used on the > new Radxa ROCK 5B+, the existing Radxa ROCK 5B, and the upcoming Radxa > ROCK 5T. > > This patch series includes "arm64: dts: rockchip: Add USB-C support to > ROCK 5B" by Sebastian Reichel[1]. > > [1] https://patchwork.kernel.org/project/linux-rockchip/patch/20241210163615.120594-1-sebastian.reichel@xxxxxxxxxxxxx/ > > FUKAUMI Naoki (3): > dt-bindings: arm: rockchip: Add Radxa ROCK 5B+ > arm64: dts: rockchip: Add Radxa ROCK 5B+ > arm64: dts: rockchip: Convert Radxa ROCK 5B to use shared .dtsi > > .../devicetree/bindings/arm/rockchip.yaml | 5 + > arch/arm64/boot/dts/rockchip/Makefile | 1 + > ...{rk3588-rock-5b.dts => rk3588-rock-5.dtsi} | 555 +++++---- > .../boot/dts/rockchip/rk3588-rock-5b-plus.dts | 97 ++ > .../boot/dts/rockchip/rk3588-rock-5b.dts | 1026 ++--------------- > 5 files changed, 549 insertions(+), 1135 deletions(-) > copy arch/arm64/boot/dts/rockchip/{rk3588-rock-5b.dts => rk3588-rock-5.dtsi} (71%) > create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus.dts > rewrite arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts (93%) > > -- > 2.43.0 > > > 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 rockchip/rk3588-rock-5b-plus.dtb rockchip/rk3588-rock-5b.dtb' for 20241224210912.2121-1-naoki@xxxxxxxxx: arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dtb: phy@fee80000: 'phy-supply' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/phy/rockchip,pcie3-phy.yaml# arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus.dtb: phy@fee80000: 'phy-supply' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/phy/rockchip,pcie3-phy.yaml#