Add a perporty to indicate whether anx7625 should shift the first audio data bit. The default TDM setting is to shift the first audio data bit. Signed-off-by: Hsin-Te Yuan <yuanhsinte@xxxxxxxxxxxx> --- .../devicetree/bindings/display/bridge/analogix,anx7625.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml index a1ed1004651b9..915d5d54a2160 100644 --- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml +++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml @@ -82,6 +82,10 @@ properties: type: boolean description: let the driver enable audio HDMI codec function or not. + no-shift-audio-data: + type: boolean + description: Disable the first audio data bit shift in the TDM settings. + aux-bus: $ref: /schemas/display/dp-aux-bus.yaml# -- 2.45.0.rc1.225.g2a3ae87e7f-goog