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,sc8280xp-qmp-usb43dp-phy: Add Glymur compatible

Define a Glymur compatible string for the QMP combo PHY, along with
resource requirements.

Signed-off-by: Wesley Cheng <wesley.cheng@oss.qualcomm.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20251209-linux-next-12825-v8-1-42133596bda0@oss.qualcomm.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Wesley Cheng and committed by
Vinod Koul
2fe80ea2 aecea964

+16
+16
Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml
··· 16 16 properties: 17 17 compatible: 18 18 enum: 19 + - qcom,glymur-qmp-usb3-dp-phy 19 20 - qcom,sar2130p-qmp-usb3-dp-phy 20 21 - qcom,sc7180-qmp-usb3-dp-phy 21 22 - qcom,sc7280-qmp-usb3-dp-phy ··· 63 62 vdda-phy-supply: true 64 63 65 64 vdda-pll-supply: true 65 + 66 + refgen-supply: true 66 67 67 68 "#clock-cells": 68 69 const: 1 ··· 198 195 properties: 199 196 compatible: 200 197 enum: 198 + - qcom,glymur-qmp-usb3-dp-phy 201 199 - qcom,sar2130p-qmp-usb3-dp-phy 202 200 - qcom,sc8280xp-qmp-usb43dp-phy 203 201 - qcom,sm6350-qmp-usb3-dp-phy ··· 212 208 else: 213 209 properties: 214 210 power-domains: false 211 + 212 + - if: 213 + properties: 214 + compatible: 215 + enum: 216 + - qcom,glymur-qmp-usb3-dp-phy 217 + then: 218 + required: 219 + - refgen-supply 220 + else: 221 + properties: 222 + refgen-supply: false 215 223 216 224 additionalProperties: false 217 225