On 16/09/24 10:41 PM, Rob Herring wrote:
On Wed, Sep 11, 2024 at 07:17:21AM +0000, Rohit Agarwal wrote:
Add power domain binding for MT8195 DP_INTF that resolves the following
error and many more similar ones:
arch/arm64/boot/dts/mediatek/mt8195-cherry-dojo-r1.dtb: dp-intf@1c113000:
power-domains: False schema does not allow [[55, 18]]
Reported-by: kernel test robot <lkp@xxxxxxxxx>
Closes: https://lore.kernel.org/oe-kbuild-all/202409102119.AYvaTjUi-lkp@xxxxxxxxx/
Fixes?
Will add in the next version.
Signed-off-by: Rohit Agarwal <rohiagar@xxxxxxxxxxxx>
---
.../devicetree/bindings/display/mediatek/mediatek,dpi.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
index 3a82aec9021c..07acc8a76bfc 100644
--- a/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
+++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
@@ -89,6 +89,7 @@ allOf:
- mediatek,mt6795-dpi
- mediatek,mt8173-dpi
- mediatek,mt8186-dpi
+ - mediatek,mt8195-dp-intf
mt8183 is also missing. There's a patch[1] to fix it, but it's wrong
given the recent changes. It would be best to fix both in one
patch/series as 2 separate patches will have conflicts.
Rob
[1] https://lore.kernel.org/all/20240912144430.3161717-2-treapking@xxxxxxxxxxxx/
Ok, Sure will have a new (separate) patch added here to include the
compatible strings. Thanks for pointing out.
Thanks,
Rohit.