Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1663403

[PATCH v3 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster

From Mikko Perttunen <mperttunen@nvidia.com>
Newsgroups linux.kernel
Subject [PATCH v3 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster
Date 2017-06-12 12:30 +0200
Message-ID <tRuLD-Ua-13@gated-at.bofh.it> (permalink)
References <tNtl8-8tU-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The Tegra186 CCPLEX_CLUSTER area contains memory-mapped
registers that initiate CPU frequency/voltage transitions.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Acked-by: Rob Herring <robh@kernel.org>
---
 .../arm/tegra/nvidia,tegra186-ccplex-cluster.txt     | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-ccplex-cluster.txt

diff --git a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-ccplex-cluster.txt b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-ccplex-cluster.txt
new file mode 100644
index 000000000000..0c80cd8ee839
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-ccplex-cluster.txt
@@ -0,0 +1,20 @@
+NVIDIA Tegra CCPLEX_CLUSTER area
+
+The Tegra186 CCPLEX_CLUSTER area contains memory-mapped
+registers that initiate CPU frequency/voltage transitions.
+
+Required properties:
+- compatible: Should contain one of the following:
+  - "nvidia,tegra186-ccplex-cluster": for Tegra186
+- reg: Must contain an (offset, length) pair of the device's MMIO
+  register area
+- nvidia,bpmp: phandle to BPMP device that can be queried for OPP tables
+
+Example:
+
+	ccplex@e000000 {
+		compatible = "nvidia,tegra186-ccplex-cluster";
+		reg = <0x0 0x0e000000 0x0 0x3fffff>,
+
+		nvidia,bpmp = <&bpmp>;
+	};
-- 
2.1.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v3 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster Mikko Perttunen <mperttunen@nvidia.com> - 2017-06-12 12:30 +0200
  Re: [PATCH v3 1/2] dt-bindings: Add bindings for  nvidia,tegra186-ccplex-cluster Mikko Perttunen <cyndis@kapsi.fi> - 2017-06-13 14:50 +0200
    Re: [PATCH v3 1/2] dt-bindings: Add bindings for  nvidia,tegra186-ccplex-cluster Thierry Reding <thierry.reding@gmail.com> - 2017-06-13 16:20 +0200
  Re: [PATCH v3 1/2] dt-bindings: Add bindings for  nvidia,tegra186-ccplex-cluster Mikko Perttunen <cyndis@kapsi.fi> - 2017-06-13 14:50 +0200
  Re: [PATCH v3 1/2] dt-bindings: Add bindings for  nvidia,tegra186-ccplex-cluster Thierry Reding <thierry.reding@gmail.com> - 2017-06-13 14:50 +0200

csiph-web