Re: [PATCH] dt-bindings: Drop type from 'cpus' property

From: Suzuki K Poulose
Date: Mon Nov 14 2022 - 05:30:13 EST


On 11/11/2022 21:28, Rob Herring wrote:
'cpus' is a common property, and it is now defined in dtschema schemas,
so drop the type references in the tree.

Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
---
.../devicetree/bindings/interrupt-controller/apple,aic.yaml | 1 -
Documentation/devicetree/bindings/perf/arm,dsu-pmu.yaml | 3 ---
Documentation/devicetree/bindings/power/renesas,apmu.yaml | 6 ++----
Documentation/devicetree/bindings/thermal/qcom-lmh.yaml | 2 +-
4 files changed, 3 insertions(+), 9 deletions(-)


...

diff --git a/Documentation/devicetree/bindings/perf/arm,dsu-pmu.yaml b/Documentation/devicetree/bindings/perf/arm,dsu-pmu.yaml
index c87821be158b..a740378ed592 100644
--- a/Documentation/devicetree/bindings/perf/arm,dsu-pmu.yaml
+++ b/Documentation/devicetree/bindings/perf/arm,dsu-pmu.yaml
@@ -32,11 +32,8 @@ properties:
- description: nCLUSTERPMUIRQ interrupt
cpus:
- $ref: /schemas/types.yaml#/definitions/phandle-array
minItems: 1
maxItems: 12
- items:
- maxItems: 1
description: List of phandles for the CPUs connected to this DSU instance.
required:

Acked-by: Suzuki K Poulose <suzuki.poulse@xxxxxxx>