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: qcom,sc7180-qmp-usb3-dp-phy: correct SC7280 compatibles

USB3 DP PHY on SC7280 is used with SM8250 fallback:

sc7280-herobrine-evoker.dtb: phy-wrapper@88e9000: compatible: ['qcom,sc7280-qmp-usb3-dp-phy', 'qcom,sm8250-qmp-usb3-dp-phy'] is too long

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221225115944.55425-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Vinod Koul
9fd4dcd9 b1e96b50

+11 -6
+11 -6
Documentation/devicetree/bindings/phy/qcom,sc7180-qmp-usb3-dp-phy.yaml
··· 19 19 20 20 properties: 21 21 compatible: 22 - enum: 23 - - qcom,sc7180-qmp-usb3-dp-phy 24 - - qcom,sc7280-qmp-usb3-dp-phy 25 - - qcom,sc8180x-qmp-usb3-dp-phy 26 - - qcom,sdm845-qmp-usb3-dp-phy 27 - - qcom,sm8250-qmp-usb3-dp-phy 22 + oneOf: 23 + - enum: 24 + - qcom,sc7180-qmp-usb3-dp-phy 25 + - qcom,sc8180x-qmp-usb3-dp-phy 26 + - qcom,sdm845-qmp-usb3-dp-phy 27 + - qcom,sm8250-qmp-usb3-dp-phy 28 + - items: 29 + - enum: 30 + - qcom,sc7280-qmp-usb3-dp-phy 31 + - const: qcom,sm8250-qmp-usb3-dp-phy 32 + 28 33 reg: 29 34 items: 30 35 - description: Address and length of PHY's USB serdes block.