Message ID | 20240703035735.2182165-2-quic_tengfan@quicinc.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Herbert Xu |
Headers | show |
Series | [01/47] dt-bindings: arm: qcom: Document QCS9100 SoC and RIDE board | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 3 Jul 2024 11:56:49 +0800 you wrote: > Document the QCS9100 SoC and RIDE board. > > Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 3 +++ > 1 file changed, 3 insertions(+) Here is the summary with links: - [01/47] dt-bindings: arm: qcom: Document QCS9100 SoC and RIDE board (no matching commit) - [02/47] arm64: dts: qcom: qcs9100: Introduce QCS9100 SoC dtsi (no matching commit) - [03/47] arm64: dts: qcom: qcs9100: Introduce QCS9100 PMIC dtsi https://git.kernel.org/netdev/net-next/c/df18948d331e - [04/47] arm64: dts: qcom: qcs9100: Add QCS9100 RIDE board dts (no matching commit) - [05/47] dt-bindings: firmware: qcom,scm: document SCM on QCS9100 SoC (no matching commit) - [06/47] dt-bindings: interconnect: qcom: document the interconnect compatibles for QCS9100 (no matching commit) - [07/47] dt-bindings: clock: document QCS9100 GCC compatible (no matching commit) - [08/47] dt-bindings: mailbox: qcom-ipcc: Document the QCS9100 IPCC (no matching commit) - [09/47] dt-bindings: phy: Add QMP UFS PHY comptible for QCS9100 (no matching commit) - [10/47] dt-bindings: crypto: ice: Document QCS9100 inline crypto engine (no matching commit) - [11/47] dt-bindings: crypto: qcom,prng: document QCS9100 (no matching commit) - [12/47] dt-bindings: phy: qcom,usb-snps-femto-v2: Add bindings for QCS9100 (no matching commit) - [13/47] dt-bindings: ufs: qcom: document QCS9100 UFS (no matching commit) - [14/47] dt-bindings: phy: qcom,qmp-usb: Add QCS9100 USB3 PHY (no matching commit) - [15/47] dt-bindings: usb: dwc3: Add QCS9100 compatible (no matching commit) - [16/47] dt-bindings: clock: qcom: describe the GPUCC clock for QCS9100 (no matching commit) - [17/47] dt-bindings: arm-smmu: Document QCS9100 GPU SMMU (no matching commit) - [18/47] dt-bindings: phy: describe the Qualcomm SGMII PHY for QCS9100 (no matching commit) - [19/47] dt-bindings: cache: qcom,llcc: Add QCS9100 description (no matching commit) - [20/47] dt-bindings: interrupt-controller: qcom,pdc: document pdc on QCS9100 (no matching commit) - [21/47] dt-bindings: thermal: qcom-tsens: document the QCS9100 Temperature Sensor (no matching commit) - [22/47] dt-bindings: soc: qcom,aoss-qmp: Document the QCS9100 AOSS channel (no matching commit) - [23/47] dt-bindings: pinctrl: add qcs9100-tlmm compatible (no matching commit) - [24/47] dt-bindings: soc: qcom: add qcom,qcs9100-imem compatible (no matching commit) - [25/47] dt-bindings: watchdog: qcom-wdt: document QCS9100 (no matching commit) - [26/47] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS9100 (no matching commit) - [27/47] dt-bindings: cpufreq: cpufreq-qcom-hw: Add QCS9100 compatibles (no matching commit) - [28/47] dt-bindings: power: qcom,rpmpd: document the QCS9100 RPMh Power Domains (no matching commit) - [29/47] dt-bindings: net: qcom,ethqos: add description for qcs9100 (no matching commit) You are awesome, thank you!
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index ec1c10a12470..f06543f96026 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -45,6 +45,7 @@ description: | qcs8550 qcm2290 qcm6490 + qcs9100 qdu1000 qrb2210 qrb4210 @@ -894,7 +895,9 @@ properties: - items: - enum: + - qcom,qcs9100-ride - qcom,sa8775p-ride + - const: qcom,qcs9100 - const: qcom,sa8775p - items:
Document the QCS9100 SoC and RIDE board. Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com> --- Documentation/devicetree/bindings/arm/qcom.yaml | 3 +++ 1 file changed, 3 insertions(+)