mbox series

[V2,0/5] Add Support for RK3588s Indiedroid Nova

Message ID 20230531161220.280744-1-macroalpha82@gmail.com (mailing list archive)
Headers show
Series Add Support for RK3588s Indiedroid Nova | expand

Message

Chris Morgan May 31, 2023, 4:12 p.m. UTC
From: Chris Morgan <macromorgan@hotmail.com>

Add support for the RK3588s based Indiedroid Nova. Note that this
series is dependent on regulator support for the RK806 being
upstreamed.

https://lore.kernel.org/linux-rockchip/20230515152044.GT10825@google.com/

Changes Since V1:
 - Removed changes to ES8328 codec and added a note that a permanent
   fix will be needed to cope with a 1hz mismatch between requested
   frequency and actual frequency.
 - Fixed vendor-prefixes.yaml change to alphabetical order.

Chris Morgan (5):
  arm64: dts: rockchip: add default pinctrl for rk3588 emmc
  arm64: dts: rockchip: Add sdio node to rk3588
  dt-bindings: vendor-prefixes: add Indiedroid
  dt-bindings: arm: rockchip: Add Indiedroid Nova
  arm64: dts: rockchip: Add Indiedroid Nova board

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../dts/rockchip/rk3588s-indiedroid-nova.dts  | 764 ++++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3588s.dtsi     |  18 +
 5 files changed, 790 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts

Comments

Heiko Stuebner June 6, 2023, 5:07 p.m. UTC | #1
On Wed, 31 May 2023 11:12:15 -0500, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
> 
> Add support for the RK3588s based Indiedroid Nova. Note that this
> series is dependent on regulator support for the RK806 being
> upstreamed.
> 
> https://lore.kernel.org/linux-rockchip/20230515152044.GT10825@google.com/
> 
> [...]

Applied, thanks!

[1/5] arm64: dts: rockchip: add default pinctrl for rk3588 emmc
      commit: 47ecb3905715a73b336103cc8d225877ab50143e
[2/5] arm64: dts: rockchip: Add sdio node to rk3588
      commit: 725c47d78ddefd04a94391fafa5f99414c7f88db
[3/5] dt-bindings: vendor-prefixes: add Indiedroid
      commit: e78a863151ede8725fcb360c627e90f76fa584f3
[4/5] dt-bindings: arm: rockchip: Add Indiedroid Nova
      commit: 81154abafbe88ca7a723e34d67748a6a514ac882
[5/5] arm64: dts: rockchip: Add Indiedroid Nova board
      commit: 3900160e164bcba23a111a3ba80f06aff7764c34

Dropped a double empty line and adapted the fixed regulators
to add the "foo-regulator" suffix to them.


Best regards,