[PATCH 1/2] dt-bindings: display: mediatek: dpi: Add power-domains to the bindings
Rob Herring
robh at kernel.org
Fri Sep 13 14:39:10 PDT 2024
On Thu, Sep 12, 2024 at 9:44 AM Pin-yen Lin <treapking at chromium.org> 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 at chromium.org>
> ---
>
> .../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
More information about the linux-arm-kernel
mailing list