On Thu, Sep 26, 2024 at 07:14:49PM +0800, Macpaul Lin wrote:
Add power domain binding to the mediatek DPI controller for MT8185.
This wording is confusing, no binding is being added here, you're just
allowing one property.
The dpi node in mt8195.dtsi was triggering a dtbs_check error:
dp-intf@1c113000: power-domains: False schema does not allow [[44, 18]]
And while it is good to have the warning, it would be better to explain
here that there are actually power domains, since the dts could be wrong
here also.
Otherwise,
Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx>
Fixes: 5474d49b2f79 ("dt-bindings: display: mediatek: dpi: Add power domains")
Signed-off-by: Macpaul Lin <macpaul.lin@xxxxxxxxxxxx>
---
.../devicetree/bindings/display/mediatek/mediatek,dpi.yaml | 1 +
1 file changed, 1 insertion(+)
Changes for v2:
- Because of the corresponding dts fix has been reviewed with a Reviewed-by: tag.
[1] https://lore.kernel.org/all/20240925080515.16377-1-macpaul.lin@xxxxxxxxxxxx/
We still need this change to fix the 2 dtbs_check errors.
So keeps no change here.