Message ID | 20240910124055.3981648-1-damon.ding@rock-chips.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for RK3588S Evaluation board | expand |
On Tue, 10 Sep 2024 20:40:53 +0800, Damon Ding wrote: > Specification: > - Rockchip RK3588S > - RK806-2x2pcs + DiscretePower > - eMMC5.1 + SPI Flash > - Micro SD Card3.0 > - 1 x Typec3.0 + 2 x USB2 HOST > - 1 x 1Lane PCIE2.0 Connector(RC Mode) > - Headphone output > - Array Key(MENU/VOL+/VOL-/ESC), Reset, Power on/off Key > - 6 x SARADC > > Damon Ding (2): > dt-bindings: arm: rockchip: Add rk3588s evb1 board > arm64: dts: rockchip: Add support for rk3588s evb1 board > > Changes in v2: > - rename amplifier nodes to amplifier-headphone and amplifier-speaker > - sort audio and backlight nodes by node name > - format names of regulator nodes to regulator-* > - add CPU/memory regulator coupling > - fix "VOP-" to "VOL-" in commit message > - remove bootargs property in chosen node > > .../devicetree/bindings/arm/rockchip.yaml | 5 + > arch/arm64/boot/dts/rockchip/Makefile | 1 + > .../boot/dts/rockchip/rk3588s-evb1-v10.dts | 1131 +++++++++++++++++ > 3 files changed, 1137 insertions(+) > create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dts > > -- > 2.34.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 rockchip/rk3588s-evb1-v10.dtb' for 20240910124055.3981648-1-damon.ding@rock-chips.com: arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dtb: pcie@fe190000: Unevaluated properties are not allowed ('rockchip,skip-scan-in-resume' was unexpected) from schema $id: http://devicetree.org/schemas/pci/rockchip-dw-pcie.yaml# arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dtb: pmic@1: regulators:dcdc-reg1: Unevaluated properties are not allowed ('regulator-init-microvolt' was unexpected) from schema $id: http://devicetree.org/schemas/mfd/rockchip,rk806.yaml# arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dtb: pmic@1: regulators:dcdc-reg2: Unevaluated properties are not allowed ('regulator-init-microvolt' was unexpected) from schema $id: http://devicetree.org/schemas/mfd/rockchip,rk806.yaml# arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dtb: pmic@1: regulators:dcdc-reg3: Unevaluated properties are not allowed ('regulator-init-microvolt' was unexpected) from schema $id: http://devicetree.org/schemas/mfd/rockchip,rk806.yaml# arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dtb: pmic@1: regulators:dcdc-reg5: Unevaluated properties are not allowed ('regulator-init-microvolt' was unexpected) from schema $id: http://devicetree.org/schemas/mfd/rockchip,rk806.yaml# arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dtb: pmic@1: regulators:dcdc-reg6: Unevaluated properties are not allowed ('regulator-init-microvolt' was unexpected) from schema $id: http://devicetree.org/schemas/mfd/rockchip,rk806.yaml# arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dtb: pmic@1: regulators:dcdc-reg8: Unevaluated properties are not allowed ('regulator-init-microvolt' was unexpected) from schema $id: http://devicetree.org/schemas/mfd/rockchip,rk806.yaml# arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dtb: pmic@1: Unevaluated properties are not allowed ('regulators' was unexpected) from schema $id: http://devicetree.org/schemas/mfd/rockchip,rk806.yaml# arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dtb: phy@fed80000: 'svid' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/phy/phy-rockchip-usbdp.yaml#