[PATCH v2 0/2] arm64: dts: rockchip: Add Radxa ROCK 5B+
Rob Herring (Arm)
robh at kernel.org
Fri Dec 27 07:18:51 PST 2024
On Thu, 26 Dec 2024 00:58:42 +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.
>
> FUKAUMI Naoki (2):
> dt-bindings: arm: rockchip: Add Radxa ROCK 5B+
> arm64: dts: rockchip: Add Radxa ROCK 5B+
>
> .../devicetree/bindings/arm/rockchip.yaml | 5 +
> arch/arm64/boot/dts/rockchip/Makefile | 1 +
> .../boot/dts/rockchip/rk3588-rock-5.dtsi | 1042 +++++++++++++++++
> .../boot/dts/rockchip/rk3588-rock-5b-plus.dts | 87 ++
> 4 files changed, 1135 insertions(+)
> create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-rock-5.dtsi
> create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus.dts
>
> --
> 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' for 20241226005845.46473-1-naoki at radxa.com:
arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus.dtb: phy at 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: keys-0: 'key-0' does not match any of the regexes: '^button-', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/input/adc-keys.yaml#
arch/arm64/boot/dts/rockchip/rk3588-rock-5b-plus.dtb: keys-1: 'key-1' does not match any of the regexes: '^button-', 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/input/adc-keys.yaml#
More information about the Linux-rockchip
mailing list