[PATCH 6/8] dt-bindings: clock: qcom,sc8280xp-lpasscc: Reference qcom,gcc.yaml

Satya Priya Kakitapalli posted 8 patches 3 months ago
There is a newer version of this series
[PATCH 6/8] dt-bindings: clock: qcom,sc8280xp-lpasscc: Reference qcom,gcc.yaml
Posted by Satya Priya Kakitapalli 3 months ago
Reference the common qcom,gcc.yaml schema to unify the common
parts of the binding.

Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com>
---
 .../bindings/clock/qcom,sc8280xp-lpasscc.yaml           | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/Documentation/devicetree/bindings/clock/qcom,sc8280xp-lpasscc.yaml b/Documentation/devicetree/bindings/clock/qcom,sc8280xp-lpasscc.yaml
index 273d66e245c5fdc3611a8b0254c2c6434e14cd5e..035d716c19cae0c7fd8a49d46092d2248d821a08 100644
--- a/Documentation/devicetree/bindings/clock/qcom,sc8280xp-lpasscc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,sc8280xp-lpasscc.yaml
@@ -29,22 +29,13 @@ properties:
           - const: qcom,x1e80100-lpasscc
           - const: qcom,sc8280xp-lpasscc
 
-  reg:
-    maxItems: 1
-
-  '#clock-cells':
-    const: 1
-
-  '#reset-cells':
-    const: 1
-
 required:
   - compatible
-  - reg
-  - '#clock-cells'
-  - '#reset-cells'
 
-additionalProperties: false
+allOf:
+  - $ref: qcom,gcc.yaml#
+
+unevaluatedProperties: false
 
 examples:
   - |

-- 
2.25.1
Re: [PATCH 6/8] dt-bindings: clock: qcom,sc8280xp-lpasscc: Reference qcom,gcc.yaml
Posted by Krzysztof Kozlowski 3 months ago
On 09/07/2025 11:37, Satya Priya Kakitapalli wrote:
> Reference the common qcom,gcc.yaml schema to unify the common
> parts of the binding.
> 
> Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com>
> ---
>  .../bindings/clock/qcom,sc8280xp-lpasscc.yaml           | 17 ++++-------------
>  1 file changed, 4 insertions(+), 13 deletions(-)
> 
NAK...

Here and on all other patches.

Best regards,
Krzysztof