Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rockchip64-6.14: Enabled HDMI1 video and audio on NanoPC T6/LTS #7933

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SuperKali
Copy link
Member

Description

This PR enables HDMI1 and the corresponding audio support on the NanoPC T6/LTS board by updating the device tree file located at arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi. The changes include:

  • Adding the hdmi1-con node with its endpoint to manage the HDMI1 connector.
  • Configuring and enabling audio nodes for HDMI1, alongside the HDMI0 sound configuration.

Activating the necessary nodes for HDMI and audio signal transmission, which includes:

  • Enabling nodes: hdmi1, hdmi1_in, hdmi1_out, and hdmi1_sound.
  • Activating the hdptxphy1 node for the HDMI transmitter.
  • Enabling endpoints i2s5_8ch and i2s6_8ch to support multi-channel audio.
  • Integrating a new video endpoint vp1_out_hdmi1 through the vp1 node, ensuring proper routing of the video signal for HDMI1.

How Has This Been Tested?

  • Verified the display output on HDMI1.
  • Checked the audio output on HDMI0/1.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings

@github-actions github-actions bot added size/medium PR with more then 50 and less then 250 lines Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... labels Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hardware Hardware related like kernel, U-Boot, ... Needs review Seeking for review Patches Patches related to kernel, U-Boot, ... size/medium PR with more then 50 and less then 250 lines
Development

Successfully merging this pull request may close these issues.

1 participant