Message ID | 20250407133138.22449-2-bincai.liu@mediatek.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add dsi support for mt8196 | expand |
On Mon, Apr 07, 2025 at 09:31:22PM +0800, Bincai Liu wrote: > Add compatible string to support mipi for MT8196. You need to point out in your commit message here and in the mipi binding patch, why a fallback compatible is not suitable. Cheers, Conor. > > Signed-off-by: Bincai Liu <bincai.liu@mediatek.com> > --- > Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml > index f6e494d0d89b..ed99e959bf4b 100644 > --- a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml > @@ -37,6 +37,7 @@ properties: > - const: mediatek,mt2701-mipi-tx > - const: mediatek,mt8173-mipi-tx > - const: mediatek,mt8183-mipi-tx > + - const: mediatek,mt8196-mipi-tx > > reg: > maxItems: 1 > -- > 2.45.2 >
diff --git a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml index f6e494d0d89b..ed99e959bf4b 100644 --- a/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml +++ b/Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml @@ -37,6 +37,7 @@ properties: - const: mediatek,mt2701-mipi-tx - const: mediatek,mt8173-mipi-tx - const: mediatek,mt8183-mipi-tx + - const: mediatek,mt8196-mipi-tx reg: maxItems: 1
Add compatible string to support mipi for MT8196. Signed-off-by: Bincai Liu <bincai.liu@mediatek.com> --- Documentation/devicetree/bindings/phy/mediatek,dsi-phy.yaml | 1 + 1 file changed, 1 insertion(+)