Message ID | 20220204144645.3016603-2-dmitry.baryshkov@linaro.org |
---|---|
State | New |
Headers | show |
Series | PCI: qcom: add support for PCIe on SM8450 platform | expand |
On Fri, Feb 04, 2022 at 05:46:35PM +0300, Dmitry Baryshkov wrote: > The "pipe" clock is now unused by the PCIe driver. Drop it from the > bindings. Old kernels expect it, so nak. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > Documentation/devicetree/bindings/pci/qcom,pcie.txt | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.txt b/Documentation/devicetree/bindings/pci/qcom,pcie.txt > index a0ae024c2d0c..da08f0f9de96 100644 > --- a/Documentation/devicetree/bindings/pci/qcom,pcie.txt > +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.txt > @@ -154,7 +154,6 @@ > - "bus_slave" Slave AXI clock > - "slave_q2a" Slave Q2A clock > - "tbu" PCIe TBU clock > - - "pipe" PIPE clock > > - clock-names: > Usage: required for sc8180x and sm8250 > @@ -167,7 +166,6 @@ > - "slave_q2a" Slave Q2A clock > - "tbu" PCIe TBU clock > - "ddrss_sf_tbu" PCIe SF TBU clock > - - "pipe" PIPE clock > > - resets: > Usage: required > -- > 2.34.1 > >
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.txt b/Documentation/devicetree/bindings/pci/qcom,pcie.txt index a0ae024c2d0c..da08f0f9de96 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.txt +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.txt @@ -154,7 +154,6 @@ - "bus_slave" Slave AXI clock - "slave_q2a" Slave Q2A clock - "tbu" PCIe TBU clock - - "pipe" PIPE clock - clock-names: Usage: required for sc8180x and sm8250 @@ -167,7 +166,6 @@ - "slave_q2a" Slave Q2A clock - "tbu" PCIe TBU clock - "ddrss_sf_tbu" PCIe SF TBU clock - - "pipe" PIPE clock - resets: Usage: required
The "pipe" clock is now unused by the PCIe driver. Drop it from the bindings. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Documentation/devicetree/bindings/pci/qcom,pcie.txt | 2 -- 1 file changed, 2 deletions(-)