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,qmp: Add QCM2290 USB3 PHY

Add support for USB3 PHY found on Qualcomm QCM2290 SoC.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210927064829.5752-2-shawn.guo@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Shawn Guo and committed by
Vinod Koul
0b7c7ebe 19b6348e

+27
+27
Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml
··· 27 27 - qcom,msm8998-qmp-pcie-phy 28 28 - qcom,msm8998-qmp-ufs-phy 29 29 - qcom,msm8998-qmp-usb3-phy 30 + - qcom,qcm2290-qmp-usb3-phy 30 31 - qcom,sc7180-qmp-usb3-phy 31 32 - qcom,sc8180x-qmp-pcie-phy 32 33 - qcom,sc8180x-qmp-ufs-phy ··· 415 414 items: 416 415 - const: phy 417 416 - const: common 417 + - if: 418 + properties: 419 + compatible: 420 + contains: 421 + enum: 422 + - qcom,qcm2290-qmp-usb3-phy 423 + then: 424 + properties: 425 + clocks: 426 + items: 427 + - description: Phy config clock. 428 + - description: 19.2 MHz ref clk. 429 + - description: Phy common block aux clock. 430 + clock-names: 431 + items: 432 + - const: cfg_ahb 433 + - const: ref 434 + - const: com_aux 435 + resets: 436 + items: 437 + - description: phy_phy reset. 438 + - description: reset of phy block. 439 + reset-names: 440 + items: 441 + - const: phy_phy 442 + - const: phy 418 443 419 444 examples: 420 445 - |