[PATCH v2 0/7] arm64: dts: rockchip: Add peripheral support for Khadas Edge 2L

Gray Huang posted 7 patches 1 month, 2 weeks ago
There is a newer version of this series
.../dts/rockchip/rk3576-khadas-edge-2l.dts    | 620 ++++++++++++++++++
1 file changed, 620 insertions(+)
[PATCH v2 0/7] arm64: dts: rockchip: Add peripheral support for Khadas Edge 2L
Posted by Gray Huang 1 month, 2 weeks ago
This patch series adds support for several key peripherals to the
Khadas Edge 2L board, which is based on the Rockchip RK3576 SoC.

These patches build upon the basic board support that was previously
applied to the rockchip tree. This series enables essential
functionalities including power management, RTC, wireless connectivity,
graphics, display output, and USB support.

Summary of changes:
- Enable PMIC (RK806) and configure CPU regulators.
- Enable HYM8563 RTC as the AP6275P Wi-Fi LPO clock source.
- Enable PCIe-based Wi-Fi (AP6275P).
- Enable Mali GPU with proper power supply.
- Enable VOP2 and HDMI display output.
- Enable USB 3.0 Host and USB 2.0 (via internal hub).
- Enable Bluetooth (UART5) for the Ampak module.

Changes in v2:
- Split the former AP6275P wireless patch into separate HYM8563 RTC and
  AP6275P Wi-Fi patches.
- Reorder DTS override nodes to follow the requested placement and
  alphabetical grouping.

Gray Huang (7):
  arm64: dts: rockchip: Add PMIC support for Khadas Edge 2L
  arm64: dts: rockchip: Add HYM8563 RTC for Khadas Edge 2L
  arm64: dts: rockchip: Add AP6275P wireless support for Khadas Edge 2L
  arm64: dts: rockchip: Enable GPU for Khadas Edge 2L
  arm64: dts: rockchip: Add HDMI and VOP support for Khadas Edge 2L
  arm64: dts: rockchip: Enable USB for Khadas Edge 2L
  arm64: dts: rockchip: Add Bluetooth support for Khadas Edge 2L

 .../dts/rockchip/rk3576-khadas-edge-2l.dts    | 620 ++++++++++++++++++
 1 file changed, 620 insertions(+)

-- 
2.34.1
Re: (subset) [PATCH v2 0/7] arm64: dts: rockchip: Add peripheral support for Khadas Edge 2L
Posted by Heiko Stuebner 1 month, 1 week ago
On Wed, 29 Apr 2026 14:37:05 +0800, Gray Huang wrote:
> This patch series adds support for several key peripherals to the
> Khadas Edge 2L board, which is based on the Rockchip RK3576 SoC.
> 
> These patches build upon the basic board support that was previously
> applied to the rockchip tree. This series enables essential
> functionalities including power management, RTC, wireless connectivity,
> graphics, display output, and USB support.
> 
> [...]

Applied, thanks!

[2/7] arm64: dts: rockchip: Add HYM8563 RTC for Khadas Edge 2L
      commit: e477eff6303b3c5cb9bdbe5f6568ce1ef74b5f66
[3/7] arm64: dts: rockchip: Add AP6275P wireless support for Khadas Edge 2L
      commit: 76cf96cd9e21aa6c3846d1449aef991a32d3e13b

Some remarks:
- when individual patches from the previous version were already applied,
  please rebase your patch series on top of the relevant branch:
  https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git/log/?h=for-next
  or just linux-next in general
- I've renamed the rtc node, nodes should always be named generically,
  in this case rtc@51
- as Diederik wrote, please don't do unrelated changes
  I've removed the cpu_l0 / cpu_b0 re-sorting from the wifi patch
- For the cpu nodes, you can do a separate patch with the sorting, and
  also add supplies for the other cores. I.e. while the kernel only "needs"
  the supply from one core for each cluster, each core should have its
  supply declared in the DT.
  - rk3576-evb2-v10.dts does it correctly
  - rk3576-evb1-v10.dts is also mssing the supplies


Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>