mbox series

[v5,0/2] Add support for RK3588S Evaluation board

Message ID 20240914095456.2347532-1-damon.ding@rock-chips.com (mailing list archive)
Headers show
Series Add support for RK3588S Evaluation board | expand

Message

Damon Ding Sept. 14, 2024, 9:54 a.m. UTC
RK3588S EVB1 board features:
- Rockchip RK3588S
- PMIC: RK806-2x2pcs+DiscretePower
- RAM: LPDDR4/4x 2pcsx 32bit
- ROM: eMMC5.1+ SPI Falsh

Damon Ding (2):
  dt-bindings: arm: rockchip: Add RK3588S EVB1 board
  arm64: dts: rockchip: Add 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

Changes in v3:
- remove unevaluated properties:
    pcie@fe190000: 'rockchip,skip-scan-in-resume'
    pmic@1: regulators: dcdc-reg*: 'regulator-init-microvolt'
    phy@fed80000: 'svid'

Changes in v4:
- remove unexpected property bootargs which added by mistake in v3
- add cd-gpios property in sdmmc node
- enable combphy2_psu for pcie2x1l1
- improve commit messages
- add proper series title

Changes in v5:
- fix the simple-audio-card,hp-det-gpio to gpio1_d0 in analog-sound node
- replace gpio property with gpios in regulator nodes
- move status property after pinctrl-0 in i2c8 node
- remove status property in usbc0 node
- fix interrupts pin to gpio0_c4 in hym8563 node
- sort properties alphabetically in sdmmc node
- use RK_PA7 instead of 7 in pmic nodes
- move pinctrl-name after pinctrl-0 in pmic@1 node
- add pinctrl-name in uart2 node
- remove dr_mode property in usb_host0_xhci node

 .../devicetree/bindings/arm/rockchip.yaml     |    5 +
 arch/arm64/boot/dts/rockchip/Makefile         |    1 +
 .../boot/dts/rockchip/rk3588s-evb1-v10.dts    | 1128 +++++++++++++++++
 3 files changed, 1134 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dts