mbox series

[v4,0/5] Add 2 rk3588 based boards from Cool Pi

Message ID 20231212124202.1897238-1-andyshrk@163.com (mailing list archive)
Headers show
Series Add 2 rk3588 based boards from Cool Pi | expand

Message

Andy Yan Dec. 12, 2023, 12:42 p.m. UTC
This series add support for rk3588s based SBC Cool Pi 4B
and rk3588 based board Cool Pi CM5 EVB

Changes in v4:
- split pi-cm5 as a dtsi

Changes in v3:
- drop ununnecessary property status = "okay" for rtc
- reorder some nodes alphabetical
- remove disabled node
- Add compatible "coolpi,pi-cm5" for CM5
- drop ununnecessary property status = "okay" for backlight
- reorder some nodes alphabetical
- drop ununnecessary blank line

Changes in v2:
- change board compatible from "CoolPi 4 Model B" to "coolpi,pi-4b"
- change board compatible from "CoolPi 4 Model B" to "coolpi,pi-4b"
- drop ununnecessary property status = "okay" for gpio-led
- drop ununnecessary blank line
- change node name to rtc for hym8563
- change board compatible from "CoolPi CM5 EVB" to "coolpi,pi-cm5-evb"
- change board compatible from "CoolPi CM5 EVB" to "coolpi,pi-cm5-evb"

Andy Yan (5):
  dt-bindings: vendor-prefixes: Add Cool Pi
  dt-bindings: arm: rockchip: Add Cool Pi 4B
  arm64: dts: rockchip: Add support for rk3588s based board Cool Pi 4B
  dt-bindings: arm: rockchip: Add Cool Pi CM5
  arm64: dts: rockchip: Add support for rk3588 based board Cool Pi CM5
    EVB

 .../devicetree/bindings/arm/rockchip.yaml     |  12 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/rockchip/Makefile         |   2 +
 .../dts/rockchip/rk3588-coolpi-cm5-evb.dts    | 214 +++++
 .../boot/dts/rockchip/rk3588-coolpi-cm5.dtsi  | 659 ++++++++++++++
 .../boot/dts/rockchip/rk3588s-coolpi-4b.dts   | 823 ++++++++++++++++++
 6 files changed, 1712 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5-evb.dts
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-coolpi-cm5.dtsi
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts

Comments

Heiko Stübner Dec. 15, 2023, 9:10 p.m. UTC | #1
On Tue, 12 Dec 2023 20:42:02 +0800, Andy Yan wrote:
> This series add support for rk3588s based SBC Cool Pi 4B
> and rk3588 based board Cool Pi CM5 EVB
> 
> Changes in v4:
> - split pi-cm5 as a dtsi
> 
> Changes in v3:
> - drop ununnecessary property status = "okay" for rtc
> - reorder some nodes alphabetical
> - remove disabled node
> - Add compatible "coolpi,pi-cm5" for CM5
> - drop ununnecessary property status = "okay" for backlight
> - reorder some nodes alphabetical
> - drop ununnecessary blank line
> 
> [...]

Applied, thanks!

[1/5] dt-bindings: vendor-prefixes: Add Cool Pi
      commit: 40488a16e455ae6000ae1525bdc7e49fcf71d1a4
[2/5] dt-bindings: arm: rockchip: Add Cool Pi 4B
      commit: 473aa86338489daa332933f158f1bb03dcc2c8ee
[3/5] arm64: dts: rockchip: Add support for rk3588s based board Cool Pi 4B
      commit: 2d55c73a407a0e5cec0e97273dc1bf7b4d28cc02
[4/5] dt-bindings: arm: rockchip: Add Cool Pi CM5
      commit: 3b79d71c73c35001205556f9360c3afa4ef6d02d
[5/5] arm64: dts: rockchip: Add support for rk3588 based board Cool Pi CM5 EVB
      commit: aba89738bf7d83e47e5b6e5a4c9f452464746bbb

I've updated both board devicetrees somewhat.
Both in terms of sorting of properties and also to make the dtbs-check happy
and the board conformant to the yaml binding.


Best regards,