Message ID | 20240919112152.2829765-2-rohiagar@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add power domain bindings for MT8183 and MT8195 | expand |
On Thu, Sep 19, 2024 at 11:21:51AM +0000, Rohit Agarwal wrote: > Add power domain binding to the mediatek DPI controller That's DPI controller, how can you add here power domain binding? > for MT8183 that already had the property in DT. Best regards, Krzysztof
On 24/09/24 2:41 PM, Krzysztof Kozlowski wrote: > On Thu, Sep 19, 2024 at 11:21:51AM +0000, Rohit Agarwal wrote: >> Add power domain binding to the mediatek DPI controller > That's DPI controller, how can you add here power domain binding? I think, I messed up in the commit message. I wanted to add a missing compatible string in both the patches. Will update the commit messages in both the patches. Thanks, Rohit. > >> for MT8183 that already had the property in DT. > Best regards, > Krzysztof >
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml index 3a82aec9021c..1e748ee23fc7 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml @@ -88,6 +88,7 @@ allOf: enum: - mediatek,mt6795-dpi - mediatek,mt8173-dpi + - mediatek,mt8183-dpi - mediatek,mt8186-dpi then: properties:
Add power domain binding to the mediatek DPI controller for MT8183 that already had the property in DT. Signed-off-by: Rohit Agarwal <rohiagar@chromium.org> --- .../devicetree/bindings/display/mediatek/mediatek,dpi.yaml | 1 + 1 file changed, 1 insertion(+) --