Expose the inherited properties from the base analogix-dp schema to satisfy unevaluatedProperties constraints.
Signed-off-by: Damon Ding <[email protected]> --- .../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
