[0/2] Add compatible to increase MT8188 audio control

Message ID 1681358785-6930-1-git-send-email-xinlei.lee@mediatek.com
Headers
Series Add compatible to increase MT8188 audio control |

Message

Xinlei Lee (李昕磊) April 13, 2023, 4:06 a.m. UTC
  From: Xinlei Lee <xinlei.lee@mediatek.com>

Add dt-binding documentation of dp-tx for MediaTek MT8188 SoC.
Mainly add the following two flag:

1.The audio packet arrangement function is to only arrange audio
packets into the Hblanking area. In order to align with the HW
default setting of g1200, this function needs to be turned off.

2.Due to the difference of HW, different dividers need to be set.

Base on the branch of linus/master v6.3.

Xinlei Lee (2):
  dt-bindings: display: mediatek: dp: Add compatible for MediaTek MT8188
  drm/mediatek: dp: Add the audio control to mtk_dp_data struct

 .../display/mediatek/mediatek,dp.yaml         |  1 +
 drivers/gpu/drm/mediatek/mtk_dp.c             | 32 ++++++++++++++++++-
 drivers/gpu/drm/mediatek/mtk_dp_reg.h         |  5 +++
 3 files changed, 37 insertions(+), 1 deletion(-)