Re: [PATCH 1/2] dt-bindings: drm/bridge: anx7625: Add right justify property
Chen-Yu Tsai <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.comp.video.dri.devel,gmane.linux.drivers.devicetree |
|---|---|
| Message-ID | <CAGXv+5HYKJtC-3Rj9u-9AucAYQiSB4DjR=Z1vv_fRuHobY8Cpg@mail.gmail.com> |
On Tue, Aug 18, 2026 at 10:06 AM Xin Ji <[email protected]> wrote: > > 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 > > Signed-off-by: Xin Ji <[email protected]> > --- > .../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 6ad466952c02..f1b08c6b4877 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. > > + 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 >