On Thu, Sep 12, 2024 at 9:44 AM Pin-yen Lin <treapking@xxxxxxxxxxxx> wrote: > > The power-domains property is used by most DT nodes using mediatek,dpi > bindings. Add this to the bindings to fix the schema check error. > > Signed-off-by: Pin-yen Lin <treapking@xxxxxxxxxxxx> > --- > > .../bindings/display/mediatek/mediatek,dpi.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml > index 5ca7679d5427..7e0bb88f5856 100644 > --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml > +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml > @@ -42,6 +42,12 @@ properties: > interrupts: > maxItems: 1 > > + power-domains: > + description: > + A phandle and PM domain specifier as defined by bindings > + of the power controller specified by phandle. See > + Documentation/devicetree/bindings/power/power-domain.yaml for details. power-domains was already added recently, but mt8183 was not included. So you'll need to adjust the if/then schema for it. Rob