On Thu, May 14, 2026 at 03:01:31PM +0800, Damon Ding wrote: > Expose the inherited properties from the base analogix-dp schema > to satisfy unevaluatedProperties constraints. > > Signed-off-by: Damon Ding Given it's unevaluatedProperties, not addtionalProperties, this patch shouldn't be needed? > --- > .../bindings/display/rockchip/rockchip,analogix-dp.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml > index bb75d898a5c5..896ded87880f 100644 > --- a/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml > +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,analogix-dp.yaml > @@ -50,6 +50,13 @@ properties: > aux-bus: > $ref: /schemas/display/dp-aux-bus.yaml# > > + reg: true > + interrupts: true > + phys: true > + phy-names: true > + force-hpd: true > + ports: true > + > required: > - compatible > - clocks > -- > 2.34.1 > >