Message ID | 20241215032507.4739-1-shimrrashai@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: rockchip: Add Firefly ITX-3588J Board | expand |
On Sat, 14 Dec 2024 21:24:52 -0600, Shimrra Shai wrote: > This is the 3rd draft of the device tree proposal for the Firefly ITX-3588J > board. The same functionality issues as before are still outstanding; > however I have cleaned up the style and structure as per the comments by > Heiko Stübner on version 2. Of particular note is the splitting of the > device tree source into two files because this platform actually consists > of two boards: the ITX-3588J baseboard and a single Core-3588J compute > module stuck in a slot on it. > > - Shimrra Shai. > > Shimrra Shai (3): > arm64: dts: rockchip: add DTs for Firefly ITX-3588J and its Core-3588J > SoM > dt-bindings: pinctrl: add header for PCA9555 GPIO extender bindings on > some Rockchip-based devices > dt-bindings: arm: rockchip: Add Firefly ITX-3588J board > > .../devicetree/bindings/arm/rockchip.yaml | 7 + > arch/arm64/boot/dts/rockchip/Makefile | 1 + > .../rockchip/rk3588-firefly-core-3588j.dtsi | 453 +++++++++++ > .../dts/rockchip/rk3588-firefly-itx-3588j.dts | 712 ++++++++++++++++++ > .../dt-bindings/pinctrl/rockchip-pca9555.h | 31 + > 5 files changed, 1204 insertions(+) > create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-firefly-core-3588j.dtsi > create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-firefly-itx-3588j.dts > create mode 100644 include/dt-bindings/pinctrl/rockchip-pca9555.h > > -- > 2.45.2 > > 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-firefly-itx-3588j.dtb' for 20241215032507.4739-1-shimrrashai@gmail.com: arch/arm64/boot/dts/rockchip/rk3588-base.dtsi:355.39-358.4: Warning (clocks_property): /display-subsystem: Missing property '#clock-cells' in node /phy@fed60000 or bad phandle (referred from clocks[0]) also defined at arch/arm64/boot/dts/rockchip/rk3588-firefly-itx-3588j.dts:292.20-295.3 arch/arm64/boot/dts/rockchip/rk3588-firefly-itx-3588j.dtb: display-subsystem: 'clock-names', 'clocks' do not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip-drm.yaml# arch/arm64/boot/dts/rockchip/rk3588-firefly-itx-3588j.dtb: pmic@0: Unevaluated properties are not allowed ('rk806_dvs1_pwrdn' was unexpected) from schema $id: http://devicetree.org/schemas/mfd/rockchip,rk806.yaml# arch/arm64/boot/dts/rockchip/rk3588-firefly-itx-3588j.dtb: pcie@fe170000: Unevaluated properties are not allowed ('rockchip,skip-scan-in-resume' was unexpected) from schema $id: http://devicetree.org/schemas/pci/rockchip-dw-pcie.yaml#