mbox series

[RESEND,v2,0/2] Add Support for the FriendlyElec NanoPC T6

Message ID 20230809112120.99-1-tmckahan@singleboardsolutions.com (mailing list archive)
Headers show
Series Add Support for the FriendlyElec NanoPC T6 | expand

Message

Thomas McKahan Aug. 9, 2023, 11:21 a.m. UTC
Hello,

This adds support for the RK3588-based NanoPC T6 single board computer.
Note this series is dependent on the PCIe 3 support [0] being
upstreamed. The NanoPC T6 uses PCIe3x4 like the Rock 5B and EVB1.

[0] https://lore.kernel.org/all/20230717173512.65169-1-sebastian.reichel@collabora.com/

v2:
 - remove unnecessary "okay" status from sound 
 - add '-regulator' suffix on 2 regulators that were missing them
 - use generic node name for rtc
 - remove extra lines
 - fix alignment in I2S entry
 
v1: https://lore.kernel.org/all/20230802051441.3106-1-tmckahan@singleboardsolutions.com/

Thomas McKahan (2):
  dt-bindings: arm: rockchip: Add NanoPC T6
  arm64: dts: rockchip: Add NanoPC T6

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../boot/dts/rockchip/rk3588-nanopc-t6.dts    | 842 ++++++++++++++++++
 3 files changed, 848 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dts

Comments

Heiko Stübner Aug. 9, 2023, 1:57 p.m. UTC | #1
On Wed, 9 Aug 2023 07:21:15 -0400, Thomas McKahan wrote:
> This adds support for the RK3588-based NanoPC T6 single board computer.
> Note this series is dependent on the PCIe 3 support [0] being
> upstreamed. The NanoPC T6 uses PCIe3x4 like the Rock 5B and EVB1.
> 
> [0] https://lore.kernel.org/all/20230717173512.65169-1-sebastian.reichel@collabora.com/
> 
> v2:
>  - remove unnecessary "okay" status from sound
>  - add '-regulator' suffix on 2 regulators that were missing them
>  - use generic node name for rtc
>  - remove extra lines
>  - fix alignment in I2S entry
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: rockchip: Add NanoPC T6
      commit: 99c81c127408e6b2e4725303fc2e0a09616877ce
[2/2] arm64: dts: rockchip: Add NanoPC T6
      commit: 893c17716d0cf68f5ff4dc71c90e0c2bd1f7da46

Best regards,