mbox series

[v4,0/3] Add Support for Orange Pi 5

Message ID cover.1696878787.git.efectn@6tel.net
Headers show
Series Add Support for Orange Pi 5 | expand

Message

Muhammed Efe Cetin Oct. 9, 2023, 7:27 p.m. UTC
Hi,

These series add initial support for Orange Pi 5 and SFC node for RK3588S.

Changes in v4:
* Update SFC patch commit description.
* Add Reviewed-by tags from Dhruva Gole <d-gole@ti.com>.

Changes in v3:
* Remove cap-mmc-highspeed property from sdmmc.
* Make vcc_1v1_nldo_s3 an alias of dcdc-reg6 and add regulator-max-microvolt, regulator-min-microvolt properties.
* Make press-threshold-microvolt 1800 for recovery button.
* Remove assigned-clocks from sfc node.
* Drop some properties from sfc node in orangepi5 devicetree.
* Move snps reset properties to rgmii_phy1.

Changes in v2:
* Fix CHECK_DTBS warnings and add dtb to makefile.
* Remove assigned-clock-rates from sfc node and fix wrong interrupts property.
* Remove non-existent adc buttons and add button-recovery instead.
* Remove backlight_1, backlight, vcc12v_dcin, vcc5v0_usbdcin, vcc5v0_usb, combophy_avdd0v85, combophy_avdd1v8, sata0, u2phy0, u2phy0_otg nodes.
* Rename vcc3v3_pcie2x1l2 to vcc3v3_pcie20, vbus5v0_typec to vbus_typec.
* Remove regulator-always-on property from vcc_3v3_sd_s0 and vcc3v3_pcie20.

Muhammed Efe Cetin (3):
  dt-bindings: arm: rockchip: Add Orange Pi 5 board
  arm64: dts: rockchip: Add sfc node to rk3588s
  arm64: dts: rockchip: Add Orange Pi 5

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../boot/dts/rockchip/rk3588s-orangepi-5.dts  | 673 ++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi     |  11 +
 4 files changed, 690 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5.dts

Comments

Heiko Stübner Oct. 9, 2023, 11:48 p.m. UTC | #1
On Mon, 9 Oct 2023 22:27:24 +0300, Muhammed Efe Cetin wrote:
> These series add initial support for Orange Pi 5 and SFC node for RK3588S.
> 
> Changes in v4:
> * Update SFC patch commit description.
> * Add Reviewed-by tags from Dhruva Gole <d-gole@ti.com>.
> 
> Changes in v3:
> * Remove cap-mmc-highspeed property from sdmmc.
> * Make vcc_1v1_nldo_s3 an alias of dcdc-reg6 and add regulator-max-microvolt, regulator-min-microvolt properties.
> * Make press-threshold-microvolt 1800 for recovery button.
> * Remove assigned-clocks from sfc node.
> * Drop some properties from sfc node in orangepi5 devicetree.
> * Move snps reset properties to rgmii_phy1.
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: arm: rockchip: Add Orange Pi 5 board
      commit: ce9d927720d642e20296988b6c1c0f877209be8d
[2/3] arm64: dts: rockchip: Add sfc node to rk3588s
      commit: 3eaf2abd11aa7f3b2fb04d60c64b2c756fe030eb
[3/3] arm64: dts: rockchip: Add Orange Pi 5
      commit: f20a420e21644a0f79e0f8108a50b9836306cf23

I've dropped the vendor mem-supply stuff and resorted some properties
and nodes.


Best regards,