Re: [PATCH v1 1/3] dt-bindings: pci: qcom: Add binding for operating-points-v2

From: Krishna Chaitanya Chundru
Date: Wed Aug 16 2023 - 04:51:00 EST



On 8/15/2023 6:00 PM, Krzysztof Kozlowski wrote:
On 15/08/2023 14:26, Krishna chaitanya chundru wrote:
This adds a binding documenting operating-points-v2.
1. Missing blank line. Don't write patches by yourself, but use tools
which create proper commit automatically. Every decent editor does it.

2. Please do not use "This commit/patch", but imperative mood. See
longer explanation here:
https://elixir.bootlin.com/linux/v5.17.1/source/Documentation/process/submitting-patches.rst#L95

3. A nit, subject: drop second/last, redundant "binding for". The
"dt-bindings" prefix is already stating that these are bindings.


Signed-off-by: Krishna chaitanya chundru <quic_krichai@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml
index 81971be4..6bc99c5 100644
--- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml
@@ -121,6 +121,8 @@ properties:
description: GPIO controlled connection to WAKE# signal
maxItems: 1
+ operating-points-v2: true
phandle without actual table (opp-table) is rather meaningless.

Best regards,
Krzysztof

I will take all your comments and will send next patch

- KC