drm/verisilicon: hdmi: Add support audio hdmi driver
authorXingyu Wu <xingyu.wu@starfivetech.com>
Mon, 19 Jun 2023 08:57:37 +0000 (17:57 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 24 Jul 2023 23:25:17 +0000 (08:25 +0900)
commit87ed0b94fac0cea443f5b708af86523e515c53fd
treea734a4cf7e8ca0a1a45919ffd7b147eec8eb729e
parentb47ed893f591923a2e8ae940046d1889f50c7ba8
drm/verisilicon: hdmi: Add support audio hdmi driver

Add support hdmi audio driver of starfive JH7110. This driver is from
[1], and the imported patch list[2]. We modified to use struct
starfive_hmdi instead of struct inno_hdmi also added to use
legacy_dai_naming.

[1] https://github.com/starfive-tech/linux

[2] patch list from v5.15.y
  5bec3220a8be drm:verisilicon:hdmi-audio:Adjust when to configure registers
  5a302a7a25fe gpu:drm:Add audio function in inno hdmi

Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
Change-Id: Iae0ec57f2cf588c7ca177f7e284968ca9e68c674
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
drivers/gpu/drm/verisilicon/Makefile
drivers/gpu/drm/verisilicon/starfive_hdmi_audio.c [new file with mode: 0644]