mbox series

[V3,0/3] Indiedroid Nova Audio/HDMI Updates

Message ID 20241031150505.967909-1-macroalpha82@gmail.com (mailing list archive)
Headers show
Series Indiedroid Nova Audio/HDMI Updates | expand

Message

Chris Morgan Oct. 31, 2024, 3:05 p.m. UTC
From: Chris Morgan <macromorgan@hotmail.com>

This series is for a handful of fixes and updates for the Indiedroid
Nova. This series corrects the device name of the audio card to stop
a kernel log error, and adds support for both the HDMI and GPU (now
that HDMI support has been queued for linux-next).

Changes since v1:
 - Corrected HDMI port from mini HDMI (c) to micro HDMI (d).
 - Explained why I enable hdmim0_rx_hpdin in contrast to the other
   rk3588 boards.
 - Split HDMI0 and GPU patches into different patches.

Changes since v2:
 - Removed hdmim0_rx_hpdin as it is not necessary.

Chris Morgan (3):
  arm64: dts: rockchip: correct analog audio name on Indiedroid Nova
  arm64: dts: rockchip: Enable GPU on Indiedroid Nova
  arm64: dts: rockchip: Enable HDMI0 on Indiedroid Nova

 .../dts/rockchip/rk3588s-indiedroid-nova.dts  | 57 ++++++++++++++++++-
 1 file changed, 56 insertions(+), 1 deletion(-)

Comments

Heiko Stuebner Nov. 9, 2024, 6:27 p.m. UTC | #1
On Thu, 31 Oct 2024 10:05:02 -0500, Chris Morgan wrote:
> From: Chris Morgan <macromorgan@hotmail.com>
> 
> This series is for a handful of fixes and updates for the Indiedroid
> Nova. This series corrects the device name of the audio card to stop
> a kernel log error, and adds support for both the HDMI and GPU (now
> that HDMI support has been queued for linux-next).
> 
> [...]

Applied, thanks!

[1/3] arm64: dts: rockchip: correct analog audio name on Indiedroid Nova
      commit: 42d85557527266804579bc5d20c101d93f6be3c6
[2/3] arm64: dts: rockchip: Enable GPU on Indiedroid Nova
      commit: 3143ef4f01757b7069d3d7d7b02e4dcb5790d285
[3/3] arm64: dts: rockchip: Enable HDMI0 on Indiedroid Nova
      commit: 2f4a0c2b29c9d82f9c322a641a59fddc41af1289

Best regards,