Message ID | 20230731110012.2913742-4-jagan@edgeble.ai (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm: rockchip: Add RV1126 Display (MIPI DSI) support | expand |
Am Montag, 31. Juli 2023, 13:00:01 CEST schrieb Jagan Teki: > Document a compatible string for the rv1126 dsi-dphy. > > Signed-off-by: Jagan Teki <jagan@edgeble.ai> Acked-by: Heiko Stuebner <heiko@sntech.de> > --- > Cc: linux-phy@lists.infradead.org > Cc: devicetree@vger.kernel.org > Cc: Vinod Koul <vkoul@kernel.org> > Cc: Kishon Vijay Abraham I <kishon@kernel.org> > Cc: Rob Herring <robh+dt@kernel.org> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> > Cc: Conor Dooley <conor+dt@kernel.org> > > .../devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml > index 5c35e5ceec0b..46e64fa293d5 100644 > --- a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml > +++ b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml > @@ -19,6 +19,7 @@ properties: > - rockchip,rk3128-dsi-dphy > - rockchip,rk3368-dsi-dphy > - rockchip,rk3568-dsi-dphy > + - rockchip,rv1126-dsi-dphy > > reg: > maxItems: 1 >
On Mon, 31 Jul 2023 16:30:01 +0530, Jagan Teki wrote: > Document a compatible string for the rv1126 dsi-dphy. > > Signed-off-by: Jagan Teki <jagan@edgeble.ai> > --- > Cc: linux-phy@lists.infradead.org > Cc: devicetree@vger.kernel.org > Cc: Vinod Koul <vkoul@kernel.org> > Cc: Kishon Vijay Abraham I <kishon@kernel.org> > Cc: Rob Herring <robh+dt@kernel.org> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> > Cc: Conor Dooley <conor+dt@kernel.org> > > .../devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml index 5c35e5ceec0b..46e64fa293d5 100644 --- a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml +++ b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml @@ -19,6 +19,7 @@ properties: - rockchip,rk3128-dsi-dphy - rockchip,rk3368-dsi-dphy - rockchip,rk3568-dsi-dphy + - rockchip,rv1126-dsi-dphy reg: maxItems: 1
Document a compatible string for the rv1126 dsi-dphy. Signed-off-by: Jagan Teki <jagan@edgeble.ai> --- Cc: linux-phy@lists.infradead.org Cc: devicetree@vger.kernel.org Cc: Vinod Koul <vkoul@kernel.org> Cc: Kishon Vijay Abraham I <kishon@kernel.org> Cc: Rob Herring <robh+dt@kernel.org> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> Cc: Conor Dooley <conor+dt@kernel.org> .../devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml | 1 + 1 file changed, 1 insertion(+)