linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: cpu: Document NVIDIA Tegra186 CCPLEX cluster
@ 2023-07-05 15:28 Thierry Reding
  2023-07-05 20:44 ` Rob Herring
  2023-07-21 13:09 ` Thierry Reding
  0 siblings, 2 replies; 4+ messages in thread
From: Thierry Reding @ 2023-07-05 15:28 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Jon Hunter, devicetree, linux-tegra

From: Thierry Reding <treding@nvidia.com>

Add device tree bindings for the CCPLEX cluster found on NVIDIA Tegra186
SoCs.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 .../cpu/nvidia,tegra186-ccplex-cluster.yaml   | 37 +++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml

diff --git a/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml b/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml
new file mode 100644
index 000000000000..4275ff16e8e3
--- /dev/null
+++ b/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml
@@ -0,0 +1,37 @@
+# SPDX-License-Identifier: (GPL-2.0+ 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>;
+    };
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: cpu: Document NVIDIA Tegra186 CCPLEX cluster
  2023-07-05 15:28 [PATCH] dt-bindings: cpu: Document NVIDIA Tegra186 CCPLEX cluster Thierry Reding
@ 2023-07-05 20:44 ` Rob Herring
  2023-07-06 13:29   ` Thierry Reding
  2023-07-21 13:09 ` Thierry Reding
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2023-07-05 20:44 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Krzysztof Kozlowski, Conor Dooley, Jon Hunter, devicetree, linux-tegra

On Wed, Jul 05, 2023 at 05:28:25PM +0200, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> Add device tree bindings for the CCPLEX cluster found on NVIDIA Tegra186
> SoCs.
> 
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
>  .../cpu/nvidia,tegra186-ccplex-cluster.yaml   | 37 +++++++++++++++++++
>  1 file changed, 37 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml
> 
> diff --git a/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml b/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml
> new file mode 100644
> index 000000000000..4275ff16e8e3
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml
> @@ -0,0 +1,37 @@
> +# SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)

Not GPL-2.0-only for some reason? Otherwise,

Reviewed-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: cpu: Document NVIDIA Tegra186 CCPLEX cluster
  2023-07-05 20:44 ` Rob Herring
@ 2023-07-06 13:29   ` Thierry Reding
  0 siblings, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2023-07-06 13:29 UTC (permalink / raw)
  To: Rob Herring
  Cc: Krzysztof Kozlowski, Conor Dooley, Jon Hunter, devicetree, linux-tegra

[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]

On Wed, Jul 05, 2023 at 02:44:01PM -0600, Rob Herring wrote:
> On Wed, Jul 05, 2023 at 05:28:25PM +0200, Thierry Reding wrote:
> > From: Thierry Reding <treding@nvidia.com>
> > 
> > Add device tree bindings for the CCPLEX cluster found on NVIDIA Tegra186
> > SoCs.
> > 
> > Signed-off-by: Thierry Reding <treding@nvidia.com>
> > ---
> >  .../cpu/nvidia,tegra186-ccplex-cluster.yaml   | 37 +++++++++++++++++++
> >  1 file changed, 37 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml
> > 
> > diff --git a/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml b/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml
> > new file mode 100644
> > index 000000000000..4275ff16e8e3
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml
> > @@ -0,0 +1,37 @@
> > +# SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)
> 
> Not GPL-2.0-only for some reason? Otherwise,

No particular reason. I'll change it to GPL-2.0-only OR BSD-2-Clause.

> Reviewed-by: Rob Herring <robh@kernel.org>

Thanks,
Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: cpu: Document NVIDIA Tegra186 CCPLEX cluster
  2023-07-05 15:28 [PATCH] dt-bindings: cpu: Document NVIDIA Tegra186 CCPLEX cluster Thierry Reding
  2023-07-05 20:44 ` Rob Herring
@ 2023-07-21 13:09 ` Thierry Reding
  1 sibling, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2023-07-21 13:09 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Thierry Reding
  Cc: Jon Hunter, devicetree, linux-tegra

From: Thierry Reding <treding@nvidia.com>


On Wed, 05 Jul 2023 17:28:25 +0200, Thierry Reding wrote:
> Add device tree bindings for the CCPLEX cluster found on NVIDIA Tegra186
> SoCs.
> 
> 

Applied, thanks!

[1/1] dt-bindings: cpu: Document NVIDIA Tegra186 CCPLEX cluster
      commit: daa0e17d3e1d79ddaff10cb0a18cb7b43c198e48

Best regards,
-- 
Thierry Reding <treding@nvidia.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-21 13:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-05 15:28 [PATCH] dt-bindings: cpu: Document NVIDIA Tegra186 CCPLEX cluster Thierry Reding
2023-07-05 20:44 ` Rob Herring
2023-07-06 13:29   ` Thierry Reding
2023-07-21 13:09 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).