RE: [PATCH 1/2] dt-bindings: drm/bridge: anx7625: Add right justify property

From: Xin Ji

Date: Wed Aug 19 2026 - 04:19:51 EST


> >
> > Add property "analogix,audio-right-justify-enable" to control
> > anx7625 to enable right justify.
>
> No. The standard DAI link format properties ("dai-format" under a "dai-link"
> node) should be used.
>
>
> ChenYu

Hi ChenYu, thanks for the review, I'll try to use dai-format HDMI_RIGHT_J. Thanks!

>
> >
> > Signed-off-by: Xin Ji <xji@xxxxxxxxxxxxxxxx>
> > ---
> > .../devicetree/bindings/display/bridge/analogix,anx7625.yaml | 4
> > ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git
> > a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.ya
> > ml
> > b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.ya
> > ml index 6ad466952c02..f1b08c6b4877 100644
> > ---
> > a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.ya
> > ml
> > +++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx762
> > +++ 5.yaml
> > @@ -82,6 +82,10 @@ properties:
> > type: boolean
> > description: let the driver enable audio HDMI codec function or not.
> >
> > + analogix,audio-right-justify-enable:
> > + type: boolean
> > + description: enable audio data stream right justify.
> > +
> > aux-bus:
> > $ref: /schemas/display/dp-aux-bus.yaml#
> >
> > --
> > 2.25.1
> >