diff options
author | Soutrik Mukhopadhyay <quic_mukhopad@quicinc.com> | 2024-10-04 16:00:42 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-10-17 20:16:30 +0530 |
commit | 7adb3d221a4d6a4f5e0793c3bd35f1168934035c (patch) | |
tree | 3b8b952be98cd79dfe2af73d3242d761f2c55745 /Documentation | |
parent | a76de028c619dd18f89786805bcc7bb4d379ea9f (diff) |
dt-bindings: phy: Add eDP PHY compatible for sa8775p
Add compatible string for the supported eDP PHY on sa8775p platform.
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Soutrik Mukhopadhyay <quic_mukhopad@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20241004103046.22209-2-quic_mukhopad@quicinc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml index 4e15d90d08b0..293fb6a9b1c3 100644 --- a/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml @@ -17,6 +17,7 @@ description: properties: compatible: enum: + - qcom,sa8775p-edp-phy - qcom,sc7280-edp-phy - qcom,sc8180x-edp-phy - qcom,sc8280xp-dp-phy |