Message ID | 20240803-qps615-v2-2-9560b7c71369@quicinc.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Manivannan Sadhasivam |
Headers | show |
Series | PCI: Enable Power and configure the QPS615 PCIe switch | expand |
On 03/08/2024 05:22, Krishna chaitanya chundru wrote: > qps615 is a PCIe switch which is configured through i2c. > > Signed-off-by: Krishna chaitanya chundru <quic_krichai@quicinc.com> > --- > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml > index 5d3dc952770d..7f44add21bf6 100644 > --- a/Documentation/devicetree/bindings/trivial-devices.yaml > +++ b/Documentation/devicetree/bindings/trivial-devices.yaml > @@ -330,6 +330,8 @@ properties: > - renesas,isl29501 > # Rohm DH2228FV > - rohm,dh2228fv > + # Qualcomm QPS615 PCIe switch control > + - qcom,qps615 Don't place entries in random order. The list is alohabetically ordered. Best regards, Krzysztof
On 8/4/2024 2:20 PM, Krzysztof Kozlowski wrote: > On 03/08/2024 05:22, Krishna chaitanya chundru wrote: >> qps615 is a PCIe switch which is configured through i2c. >> >> Signed-off-by: Krishna chaitanya chundru <quic_krichai@quicinc.com> >> --- >> Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml >> index 5d3dc952770d..7f44add21bf6 100644 >> --- a/Documentation/devicetree/bindings/trivial-devices.yaml >> +++ b/Documentation/devicetree/bindings/trivial-devices.yaml >> @@ -330,6 +330,8 @@ properties: >> - renesas,isl29501 >> # Rohm DH2228FV >> - rohm,dh2228fv >> + # Qualcomm QPS615 PCIe switch control >> + - qcom,qps615 > > Don't place entries in random order. The list is alohabetically ordered. > > Best regards, > Krzysztof > Ack - krishna Chaitanya.
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 5d3dc952770d..7f44add21bf6 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -330,6 +330,8 @@ properties: - renesas,isl29501 # Rohm DH2228FV - rohm,dh2228fv + # Qualcomm QPS615 PCIe switch control + - qcom,qps615 # S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power) - samsung,24ad0xd1 # Samsung Exynos SoC SATA PHY I2C device
qps615 is a PCIe switch which is configured through i2c. Signed-off-by: Krishna chaitanya chundru <quic_krichai@quicinc.com> --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)