[v2,0/6] Misc SOQuartz Enablement

Message ID 20221112160404.70868-1-frattaroli.nicolas@gmail.com
Headers
Series Misc SOQuartz Enablement |

Message

Nicolas Frattaroli Nov. 12, 2022, 4:03 p.m. UTC
  This series enables the following functionality on the SOQuartz CM4
module:

 * GPU (patch 1)
 * Video output (patch 2)
 * HDMI (also patch 2)
 * HDMI audio (patch 3)
 * PCIe2 (patch 4), CM4IO board
 * SOQuartz Blade bindings (patch 5)
 * SOQuartz Blade device tree (patch 6)

In V2, we also add the SOQuartz Blade base board and bindings
definition. The Blade base board allows mounting a SOQuartz CM4
SoM onto a 1U-rackable board with PoE and and M.2 (PCIe 2 x1) slot.

Changes to v1:
 - added pcie-clkreq-h to soquartz pinctrl
 - added blade base board (by Andrew "neggles" Powers-Holmes)

Andrew Powers-Holmes (1):
  arm64: dts: rockchip: Add SOQuartz blade board

Nicolas Frattaroli (5):
  arm64: dts: rockchip: Enable GPU on SOQuartz CM4
  arm64: dts: rockchip: Enable video output and HDMI on SOQuartz
  arm64: dts: rockchip: Enable HDMI sound on SOQuartz
  arm64: dts: rockchip: Enable PCIe 2 on SOQuartz CM4IO
  dt-bindings: arm: rockchip: Add SOQuartz Blade

 .../devicetree/bindings/arm/rockchip.yaml     |   1 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../dts/rockchip/rk3566-soquartz-blade.dts    | 194 ++++++++++++++++++
 .../boot/dts/rockchip/rk3566-soquartz-cm4.dts |  11 +
 .../boot/dts/rockchip/rk3566-soquartz.dtsi    |  75 +++++++
 5 files changed, 282 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-soquartz-blade.dts
  

Comments

Heiko Stübner Nov. 15, 2022, 11:10 a.m. UTC | #1
On Sat, 12 Nov 2022 17:03:57 +0100, Nicolas Frattaroli wrote:
> This series enables the following functionality on the SOQuartz CM4
> module:
> 
>  * GPU (patch 1)
>  * Video output (patch 2)
>  * HDMI (also patch 2)
>  * HDMI audio (patch 3)
>  * PCIe2 (patch 4), CM4IO board
>  * SOQuartz Blade bindings (patch 5)
>  * SOQuartz Blade device tree (patch 6)
> 
> [...]

Applied, thanks!

[1/6] arm64: dts: rockchip: Enable GPU on SOQuartz CM4
      commit: e48824e8a03e5bc3666e9f5461f68d440d9acba0
[2/6] arm64: dts: rockchip: Enable video output and HDMI on SOQuartz
      commit: 36d7a605706d9648526a0574b8e7b0e02fa70c2a
[3/6] arm64: dts: rockchip: Enable HDMI sound on SOQuartz
      commit: 70b620c4ba919a87c607b8d98b08478b213877bd
[4/6] arm64: dts: rockchip: Enable PCIe 2 on SOQuartz CM4IO
      commit: 3736aa7ecc4cd9b4abce30052bad00aba4f0362f

Best regards,