diff mbox series

[3/5] dt-bindings: pci: qcom: Document PCIe bindings for SM8250 SoC

Message ID 20200916132000.1850-4-manivannan.sadhasivam@linaro.org
State New
Headers show
Series Add PCIe support for SM8250 SoC | expand

Commit Message

Manivannan Sadhasivam Sept. 16, 2020, 1:19 p.m. UTC
Document the PCIe DT bindings for SM8250 SoC. The PCIe IP is similar to
the one used on SDM845, hence just add the compatible.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
---
 Documentation/devicetree/bindings/pci/qcom,pcie.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Bjorn Andersson Sept. 16, 2020, 10:55 p.m. UTC | #1
On Wed 16 Sep 08:19 CDT 2020, Manivannan Sadhasivam wrote:

> Document the PCIe DT bindings for SM8250 SoC. The PCIe IP is similar to

> the one used on SDM845, hence just add the compatible.

> 

> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

> ---

>  Documentation/devicetree/bindings/pci/qcom,pcie.txt | 5 +++--

>  1 file changed, 3 insertions(+), 2 deletions(-)

> 

> diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.txt b/Documentation/devicetree/bindings/pci/qcom,pcie.txt

> index 02bc81bb8b2d..7fc328c54c39 100644

> --- a/Documentation/devicetree/bindings/pci/qcom,pcie.txt

> +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.txt

> @@ -13,6 +13,7 @@

>  			- "qcom,pcie-ipq8074" for ipq8074

>  			- "qcom,pcie-qcs404" for qcs404

>  			- "qcom,pcie-sdm845" for sdm845

> +			- "qcom,pcie-sm8250" for sm8250

>  

>  - reg:

>  	Usage: required


reg-names is missing "atu"

Regards,
Bjorn

> @@ -131,7 +132,7 @@

>  			- "slave_bus"	AXI Slave clock

>  

>  -clock-names:

> -	Usage: required for sdm845

> +	Usage: required for sdm845 and sm8250

>  	Value type: <stringlist>

>  	Definition: Should contain the following entries

>  			- "aux"		Auxiliary clock

> @@ -206,7 +207,7 @@

>  			- "ahb"			AHB reset

>  

>  - reset-names:

> -	Usage: required for sdm845

> +	Usage: required for sdm845 and sm8250

>  	Value type: <stringlist>

>  	Definition: Should contain the following entries

>  			- "pci"			PCIe core reset

> -- 

> 2.17.1

>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.txt b/Documentation/devicetree/bindings/pci/qcom,pcie.txt
index 02bc81bb8b2d..7fc328c54c39 100644
--- a/Documentation/devicetree/bindings/pci/qcom,pcie.txt
+++ b/Documentation/devicetree/bindings/pci/qcom,pcie.txt
@@ -13,6 +13,7 @@ 
 			- "qcom,pcie-ipq8074" for ipq8074
 			- "qcom,pcie-qcs404" for qcs404
 			- "qcom,pcie-sdm845" for sdm845
+			- "qcom,pcie-sm8250" for sm8250
 
 - reg:
 	Usage: required
@@ -131,7 +132,7 @@ 
 			- "slave_bus"	AXI Slave clock
 
 -clock-names:
-	Usage: required for sdm845
+	Usage: required for sdm845 and sm8250
 	Value type: <stringlist>
 	Definition: Should contain the following entries
 			- "aux"		Auxiliary clock
@@ -206,7 +207,7 @@ 
 			- "ahb"			AHB reset
 
 - reset-names:
-	Usage: required for sdm845
+	Usage: required for sdm845 and sm8250
 	Value type: <stringlist>
 	Definition: Should contain the following entries
 			- "pci"			PCIe core reset