mbox series

[0/3] Add support for LCKFB Taishan Pi RK3566

Message ID 20240826044530.726458-1-bigfoot@classfun.cn (mailing list archive)
Headers show
Series Add support for LCKFB Taishan Pi RK3566 | expand

Message

Junhao Xie Aug. 26, 2024, 4:44 a.m. UTC
LCKFB Taishan Pi is a SBC based on the RK3566 SoC.

This series bring support for:
* UART
* RGB LED
* AP6212 WiFi
* AP6212 Bluetooth
* SD Card
* eMMC
* HDMI
* Mali GPU
* USB Type-C
* USB Type-A

Signed-off-by: Junhao Xie <bigfoot@classfun.cn>
---
Junhao Xie (3):
  dt-bindings: vendor-prefixes: Add Shenzhen JLC Technology Group LCKFB
  dt-bindings: arm: rockchip: Add LCKFB Taishan Pi RK3566
  arm64: dts: rockchip: add dts for LCKFB Taishan Pi RK3566

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../boot/dts/rockchip/rk3566-lckfb-tspi.dts   | 743 ++++++++++++++++++
 4 files changed, 751 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-lckfb-tspi.dts

Comments

Heiko Stuebner Aug. 28, 2024, 3:14 p.m. UTC | #1
On Mon, 26 Aug 2024 12:44:10 +0800, Junhao Xie wrote:
> LCKFB Taishan Pi is a SBC based on the RK3566 SoC.
> 
> This series bring support for:
> * UART
> * RGB LED
> * AP6212 WiFi
> * AP6212 Bluetooth
> * SD Card
> * eMMC
> * HDMI
> * Mali GPU
> * USB Type-C
> * USB Type-A
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: vendor-prefixes: Add Shenzhen JLC Technology Group LCKFB
      commit: d6ec4fefbe9eac0363e9d05c05010686d6790428
[2/3] dt-bindings: arm: rockchip: Add LCKFB Taishan Pi RK3566
      commit: 4d4b28ba3a0f84f641febc9de4252ba0bad2238d

Patch 3/3 was sent as a v2 separately in
https://lore.kernel.org/linux-rockchip/20240826110300.735350-1-bigfoot@classfun.cn/T/#u

Best regards,