Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: phy: Add eDP PHY compatible for QCS8300

Add compatible string for the supported eDP PHY on QCS8300 platform.
QCS8300 have the same eDP PHY with SA8775P.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Yongxing Mou <quic_yongmou@quicinc.com>
Link: https://lore.kernel.org/r/20250730072725.1433360-1-quic_yongmou@quicinc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Yongxing Mou and committed by
Vinod Koul
ce489635 5f541344

+12 -7
+12 -7
Documentation/devicetree/bindings/phy/qcom,edp-phy.yaml
··· 16 16 17 17 properties: 18 18 compatible: 19 - enum: 20 - - qcom,sa8775p-edp-phy 21 - - qcom,sc7280-edp-phy 22 - - qcom,sc8180x-edp-phy 23 - - qcom,sc8280xp-dp-phy 24 - - qcom,sc8280xp-edp-phy 25 - - qcom,x1e80100-dp-phy 19 + oneOf: 20 + - enum: 21 + - qcom,sa8775p-edp-phy 22 + - qcom,sc7280-edp-phy 23 + - qcom,sc8180x-edp-phy 24 + - qcom,sc8280xp-dp-phy 25 + - qcom,sc8280xp-edp-phy 26 + - qcom,x1e80100-dp-phy 27 + - items: 28 + - enum: 29 + - qcom,qcs8300-edp-phy 30 + - const: qcom,sa8775p-edp-phy 26 31 27 32 reg: 28 33 items: