Message ID | 20240910234422.1042486-1-robh@kernel.org |
---|---|
State | Accepted |
Headers | show |
Series | dt-bindings: cpu: Drop duplicate nvidia,tegra186-ccplex-cluster.yaml | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | warning | total: 0 errors, 1 warnings, 0 lines checked |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On Tue, Sep 10, 2024 at 06:44:21PM -0500, Rob Herring (Arm) wrote: > "nvidia,tegra186-ccplex-cluster" is also documented in > arm/tegra/nvidia,tegra-ccplex-cluster.yaml. As it covers Tegra234 as > well, drop nvidia,tegra186-ccplex-cluster.yaml. Acked-by: Conor Dooley <conor.dooley@microchip.com>
On Tue, 10 Sep 2024 18:44:21 -0500, Rob Herring (Arm) wrote: > "nvidia,tegra186-ccplex-cluster" is also documented in > arm/tegra/nvidia,tegra-ccplex-cluster.yaml. As it covers Tegra234 as > well, drop nvidia,tegra186-ccplex-cluster.yaml. > > Signed-off-by: Rob Herring (Arm) <robh@kernel.org> > --- > .../cpu/nvidia,tegra186-ccplex-cluster.yaml | 37 ------------------- > 1 file changed, 37 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml > Applied, thanks!
diff --git a/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml b/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml deleted file mode 100644 index 16a448974561..000000000000 --- a/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) -%YAML 1.2 ---- -$id: http://devicetree.org/schemas/cpu/nvidia,tegra186-ccplex-cluster.yaml# -$schema: http://devicetree.org/meta-schemas/core.yaml# - -title: NVIDIA Tegra186 CCPLEX Cluster - -maintainers: - - Thierry Reding <thierry.reding@gmail.com> - - Jon Hunter <jonathanh@nvidia.com> - -properties: - compatible: - const: nvidia,tegra186-ccplex-cluster - - reg: - maxItems: 1 - - nvidia,bpmp: - description: phandle to the BPMP used to query CPU frequency tables - $ref: /schemas/types.yaml#/definitions/phandle - -additionalProperties: false - -required: - - compatible - - reg - - nvidia,bpmp - -examples: - - | - ccplex@e000000 { - compatible = "nvidia,tegra186-ccplex-cluster"; - reg = <0x0e000000 0x400000>; - nvidia,bpmp = <&bpmp>; - };
"nvidia,tegra186-ccplex-cluster" is also documented in arm/tegra/nvidia,tegra-ccplex-cluster.yaml. As it covers Tegra234 as well, drop nvidia,tegra186-ccplex-cluster.yaml. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> --- .../cpu/nvidia,tegra186-ccplex-cluster.yaml | 37 ------------------- 1 file changed, 37 deletions(-) delete mode 100644 Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml