[PATCH] dt-bindings: msm: dsi-phy-28nm: Document fam-b compatible

Adam Skladowski posted 1 patch 2 years, 8 months ago
Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: msm: dsi-phy-28nm: Document fam-b compatible
Posted by Adam Skladowski 2 years, 8 months ago
Document omitted 28nm compatible which will be used on MSM8976 SoC.

Signed-off-by: Adam Skladowski <a39.skl@gmail.com>
---
 Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml b/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml
index 3d8540a06fe2..b237abe859f0 100644
--- a/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml
@@ -16,6 +16,7 @@ properties:
   compatible:
     enum:
       - qcom,dsi-phy-28nm-hpm
+      - qcom,dsi-phy-28nm-hpm-fam-b
       - qcom,dsi-phy-28nm-lp
       - qcom,dsi-phy-28nm-8960
 
-- 
2.25.1
Re: [PATCH] dt-bindings: msm: dsi-phy-28nm: Document fam-b compatible
Posted by Dmitry Baryshkov 2 years, 8 months ago
On Sat, 31 Dec 2022 18:05:32 +0100, Adam Skladowski wrote:
> Document omitted 28nm compatible which will be used on MSM8976 SoC.
> 
> 

Applied, thanks!

[1/1] dt-bindings: msm: dsi-phy-28nm: Document fam-b compatible
      https://gitlab.freedesktop.org/lumag/msm/-/commit/852f489b36aa

Best regards,
-- 
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Re: [PATCH] dt-bindings: msm: dsi-phy-28nm: Document fam-b compatible
Posted by Krzysztof Kozlowski 2 years, 8 months ago
On 31/12/2022 18:05, Adam Skladowski wrote:
> Document omitted 28nm compatible which will be used on MSM8976 SoC.
> 

Commit msg is not entirely accurate - this compatible is already used in
the Linux DSI PHY driver.


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof