.../devicetree/bindings/arm/rockchip.yaml | 5 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../dts/rockchip/rk3576-100ask-dshanpi-a1.dts | 838 ++++++++++++++++++ 3 files changed, 844 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts
This series add support for 100ASK DShanPi A1. Info of device can be found at: https://wiki.dshanpi.org/en/docs/DshanPi-A1/intro/ Changes in v2: - Delete the pwm include file (Chukun Pan, v1) - Fix vcc3v3_pcie gpios (Chukun Pan, v1) - Adjust the order of some nodes (Chukun Pan, v1) - Fix sdmmc (Chukun Pan, v1) - Add phy-supply for u2phy0_otg (Chukun Pan, v1) Changes in v1: - Add support for 100ASK DShanPi A1 Hsun Lai (2): dt-bindings: arm: rockchip: Add 100ASK DShanPi A1 arm64: dts: rockchip: add DTs for 100ASK DShanPi A1 .../devicetree/bindings/arm/rockchip.yaml | 5 + arch/arm64/boot/dts/rockchip/Makefile | 1 + .../dts/rockchip/rk3576-100ask-dshanpi-a1.dts | 838 ++++++++++++++++++ 3 files changed, 844 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dts -- 2.34.1
On Tue, 26 Aug 2025 11:08:15 +0800, Hsun Lai wrote: > This series add support for 100ASK DShanPi A1. > > Info of device can be found at: > https://wiki.dshanpi.org/en/docs/DshanPi-A1/intro/ > > Changes in v2: > - Delete the pwm include file (Chukun Pan, v1) > - Fix vcc3v3_pcie gpios (Chukun Pan, v1) > - Adjust the order of some nodes (Chukun Pan, v1) > - Fix sdmmc (Chukun Pan, v1) > - Add phy-supply for u2phy0_otg (Chukun Pan, v1) > > Changes in v1: > - Add support for 100ASK DShanPi A1 > > Hsun Lai (2): > dt-bindings: arm: rockchip: Add 100ASK DShanPi A1 > arm64: dts: rockchip: add DTs for 100ASK DShanPi A1 > > .../devicetree/bindings/arm/rockchip.yaml | 5 + > arch/arm64/boot/dts/rockchip/Makefile | 1 + > .../dts/rockchip/rk3576-100ask-dshanpi-a1.dts | 838 ++++++++++++++++++ > 3 files changed, 844 insertions(+) > create mode 100644 arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.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 This patch series was applied (using b4) to base: Base: attempting to guess base-commit... Base: tags/v6.17-rc1-22-g7d11b8c260ea (exact match) If this is not the correct base, please add 'base-commit' tag (or use b4 which does this automatically) New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/rockchip/' for 20250826030818.3485927-1-i@chainsx.cn: arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dtb: syscon@26034000 (rockchip,rk3576-dcphy-grf): clocks: False schema does not allow [[21, 492]] from schema $id: http://devicetree.org/schemas/soc/rockchip/grf.yaml# arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dtb: /soc/dsi@27d80000: failed to match any schema with compatible: ['rockchip,rk3576-mipi-dsi2']
Am Dienstag, 26. August 2025, 15:56:43 Mitteleuropäische Sommerzeit schrieb Rob Herring (Arm): > > On Tue, 26 Aug 2025 11:08:15 +0800, Hsun Lai wrote: > > This series add support for 100ASK DShanPi A1. > > > > Info of device can be found at: > > https://wiki.dshanpi.org/en/docs/DshanPi-A1/intro/ > > > > Changes in v2: > > - Delete the pwm include file (Chukun Pan, v1) > > - Fix vcc3v3_pcie gpios (Chukun Pan, v1) > > - Adjust the order of some nodes (Chukun Pan, v1) > > - Fix sdmmc (Chukun Pan, v1) > > - Add phy-supply for u2phy0_otg (Chukun Pan, v1) > > > > Changes in v1: > > - Add support for 100ASK DShanPi A1 > > > > Hsun Lai (2): > > dt-bindings: arm: rockchip: Add 100ASK DShanPi A1 > > arm64: dts: rockchip: add DTs for 100ASK DShanPi A1 > > > > .../devicetree/bindings/arm/rockchip.yaml | 5 + > > arch/arm64/boot/dts/rockchip/Makefile | 1 + > > .../dts/rockchip/rk3576-100ask-dshanpi-a1.dts | 838 ++++++++++++++++++ > > 3 files changed, 844 insertions(+) > > create mode 100644 arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.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 > > > This patch series was applied (using b4) to base: > Base: attempting to guess base-commit... > Base: tags/v6.17-rc1-22-g7d11b8c260ea (exact match) > > If this is not the correct base, please add 'base-commit' tag > (or use b4 which does this automatically) > > New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/rockchip/' for 20250826030818.3485927-1-i@chainsx.cn: both warnings are not the fault of this board addition, but instead come from "unrelated" sources in the main rk3576 dtsi: > arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dtb: syscon@26034000 (rockchip,rk3576-dcphy-grf): clocks: False schema does not allow [[21, 492]] > from schema $id: http://devicetree.org/schemas/soc/rockchip/grf.yaml# I messed up and forgot to add the new syscon to the clocks-required list. Will fix that shortly. > arch/arm64/boot/dts/rockchip/rk3576-100ask-dshanpi-a1.dtb: /soc/dsi@27d80000: failed to match any schema with compatible: ['rockchip,rk3576-mipi-dsi2'] the rk3576 dsi compatible is in drm-misc-next [0], so should hit linux-next shortly. [0] https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/f05530bdaf42aa0e6bb4cde76ba6a081cf473d44
© 2016 - 2025 Red Hat, Inc.