* [PATCH v2 0/2] Device tree changes for Tegra186 cpufreq @ 2017-06-01 8:04 Mikko Perttunen 2017-06-01 8:04 ` [PATCH v2 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster Mikko Perttunen 2017-06-01 8:04 ` [PATCH v2 2/2] arm64: tegra: Add CCPLEX_CLUSTER area in Tegra186 Mikko Perttunen 0 siblings, 2 replies; 13+ messages in thread From: Mikko Perttunen @ 2017-06-01 8:04 UTC (permalink / raw) To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, thierry.reding-Re5JQEeQqe8AvxtiuMwx3w, jonathanh-DDmLM1+adcrQT0dZR+AlfA Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Mikko Perttunen Hi, these are the device tree and bindings changes for the Tegra186 cpufreq driver that was recently merged. The patches are the same as those that were originally posted with the driver. Mikko Perttunen (2): dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster arm64: tegra: Add CCPLEX_CLUSTER area in Tegra186 .../arm/tegra/nvidia,tegra186-ccplex-cluster.txt | 17 +++++++++++++++++ arch/arm64/boot/dts/nvidia/tegra186.dtsi | 7 +++++++ 2 files changed, 24 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-ccplex-cluster.txt -- 2.1.4 ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH v2 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster 2017-06-01 8:04 [PATCH v2 0/2] Device tree changes for Tegra186 cpufreq Mikko Perttunen @ 2017-06-01 8:04 ` Mikko Perttunen [not found] ` <1496304245-24024-2-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> 2017-06-01 8:04 ` [PATCH v2 2/2] arm64: tegra: Add CCPLEX_CLUSTER area in Tegra186 Mikko Perttunen 1 sibling, 1 reply; 13+ messages in thread From: Mikko Perttunen @ 2017-06-01 8:04 UTC (permalink / raw) To: robh+dt, mark.rutland, thierry.reding, jonathanh Cc: devicetree, linux-tegra, linux-kernel, Mikko Perttunen The Tegra186 CCPLEX_CLUSTER area contains memory-mapped registers that initiate CPU frequency/voltage transitions. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> --- .../arm/tegra/nvidia,tegra186-ccplex-cluster.txt | 17 +++++++++++++++++ 1 file changed, 17 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..e8fb416c892b --- /dev/null +++ b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-ccplex-cluster.txt @@ -0,0 +1,17 @@ +NVIDIA Tegra CCPLEX_CLUSTER area + +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 ^ permalink raw reply related [flat|nested] 13+ messages in thread
[parent not found: <1496304245-24024-2-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>]
* Re: [PATCH v2 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster [not found] ` <1496304245-24024-2-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> @ 2017-06-07 22:11 ` Rob Herring 2017-06-08 7:32 ` Mikko Perttunen 2017-06-12 10:23 ` [PATCH v3 " Mikko Perttunen 1 sibling, 1 reply; 13+ messages in thread From: Rob Herring @ 2017-06-07 22:11 UTC (permalink / raw) To: Mikko Perttunen Cc: mark.rutland-5wv7dgnIgG8, thierry.reding-Re5JQEeQqe8AvxtiuMwx3w, jonathanh-DDmLM1+adcrQT0dZR+AlfA, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA On Thu, Jun 01, 2017 at 11:04:04AM +0300, Mikko Perttunen wrote: > The Tegra186 CCPLEX_CLUSTER area contains memory-mapped > registers that initiate CPU frequency/voltage transitions. What the block is should also go in the binding doc. With that, Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> > > Signed-off-by: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > --- > .../arm/tegra/nvidia,tegra186-ccplex-cluster.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-ccplex-cluster.txt -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v2 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster 2017-06-07 22:11 ` Rob Herring @ 2017-06-08 7:32 ` Mikko Perttunen [not found] ` <782ec765-f949-3023-93e3-a731f8bb524a-/1wQRMveznE@public.gmane.org> 0 siblings, 1 reply; 13+ messages in thread From: Mikko Perttunen @ 2017-06-08 7:32 UTC (permalink / raw) To: Rob Herring, Mikko Perttunen Cc: mark.rutland, thierry.reding, jonathanh, devicetree, linux-tegra, linux-kernel On 08.06.2017 01:11, Rob Herring wrote: > On Thu, Jun 01, 2017 at 11:04:04AM +0300, Mikko Perttunen wrote: >> The Tegra186 CCPLEX_CLUSTER area contains memory-mapped >> registers that initiate CPU frequency/voltage transitions. > > What the block is should also go in the binding doc. With that, I don't know how to explain it in more detail; this thing is literally just a few magic registers that route into some CPU control logic to trigger frequency/voltage transitions :) Mikko > > Acked-by: Rob Herring <robh@kernel.org> > >> >> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> >> --- >> .../arm/tegra/nvidia,tegra186-ccplex-cluster.txt | 17 +++++++++++++++++ >> 1 file changed, 17 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-ccplex-cluster.txt > -- > To unsubscribe from this list: send the line "unsubscribe linux-tegra" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > ^ permalink raw reply [flat|nested] 13+ messages in thread
[parent not found: <782ec765-f949-3023-93e3-a731f8bb524a-/1wQRMveznE@public.gmane.org>]
* Re: [PATCH v2 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster [not found] ` <782ec765-f949-3023-93e3-a731f8bb524a-/1wQRMveznE@public.gmane.org> @ 2017-06-09 20:54 ` Rob Herring [not found] ` <CAL_JsqJO2XbYjN2Hon_MJm_KO8HoZkx15ZYyhLRjWnhL9opTZg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 13+ messages in thread From: Rob Herring @ 2017-06-09 20:54 UTC (permalink / raw) To: Mikko Perttunen Cc: Mikko Perttunen, Mark Rutland, Thierry Reding, Jon Hunter, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Thu, Jun 8, 2017 at 2:32 AM, Mikko Perttunen <cyndis-/1wQRMveznE@public.gmane.org> wrote: > On 08.06.2017 01:11, Rob Herring wrote: >> >> On Thu, Jun 01, 2017 at 11:04:04AM +0300, Mikko Perttunen wrote: >>> >>> The Tegra186 CCPLEX_CLUSTER area contains memory-mapped >>> registers that initiate CPU frequency/voltage transitions. >> >> >> What the block is should also go in the binding doc. With that, > > > I don't know how to explain it in more detail; this thing is literally just > a few magic registers that route into some CPU control logic to trigger > frequency/voltage transitions :) Copy the commit msg text to the binding doc. That's all I'm asking for. Rob ^ permalink raw reply [flat|nested] 13+ messages in thread
[parent not found: <CAL_JsqJO2XbYjN2Hon_MJm_KO8HoZkx15ZYyhLRjWnhL9opTZg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: [PATCH v2 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster [not found] ` <CAL_JsqJO2XbYjN2Hon_MJm_KO8HoZkx15ZYyhLRjWnhL9opTZg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2017-06-12 8:25 ` Mikko Perttunen 0 siblings, 0 replies; 13+ messages in thread From: Mikko Perttunen @ 2017-06-12 8:25 UTC (permalink / raw) To: Rob Herring Cc: Mikko Perttunen, Mark Rutland, Thierry Reding, Jon Hunter, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 09.06.2017 23:54, Rob Herring wrote: > On Thu, Jun 8, 2017 at 2:32 AM, Mikko Perttunen <cyndis-/1wQRMveznE@public.gmane.org> wrote: >> On 08.06.2017 01:11, Rob Herring wrote: >>> >>> On Thu, Jun 01, 2017 at 11:04:04AM +0300, Mikko Perttunen wrote: >>>> >>>> The Tegra186 CCPLEX_CLUSTER area contains memory-mapped >>>> registers that initiate CPU frequency/voltage transitions. >>> >>> >>> What the block is should also go in the binding doc. With that, >> >> >> I don't know how to explain it in more detail; this thing is literally just >> a few magic registers that route into some CPU control logic to trigger >> frequency/voltage transitions :) > > Copy the commit msg text to the binding doc. That's all I'm asking for. > > Rob > I see. Will do, thanks. Mikko ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH v3 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster [not found] ` <1496304245-24024-2-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> 2017-06-07 22:11 ` Rob Herring @ 2017-06-12 10:23 ` Mikko Perttunen [not found] ` <1497262984-2346-1-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> 1 sibling, 1 reply; 13+ messages in thread From: Mikko Perttunen @ 2017-06-12 10:23 UTC (permalink / raw) To: thierry.reding-Re5JQEeQqe8AvxtiuMwx3w, jonathanh-DDmLM1+adcrQT0dZR+AlfA Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Mikko Perttunen The Tegra186 CCPLEX_CLUSTER area contains memory-mapped registers that initiate CPU frequency/voltage transitions. Signed-off-by: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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 ^ permalink raw reply related [flat|nested] 13+ messages in thread
[parent not found: <1497262984-2346-1-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>]
* Re: [PATCH v3 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster [not found] ` <1497262984-2346-1-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> @ 2017-06-13 12:42 ` Thierry Reding 2017-06-13 12:46 ` Mikko Perttunen 0 siblings, 1 reply; 13+ messages in thread From: Thierry Reding @ 2017-06-13 12:42 UTC (permalink / raw) To: Mikko Perttunen Cc: jonathanh-DDmLM1+adcrQT0dZR+AlfA, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 979 bytes --] On Mon, Jun 12, 2017 at 01:23:04PM +0300, Mikko Perttunen wrote: > The Tegra186 CCPLEX_CLUSTER area contains memory-mapped > registers that initiate CPU frequency/voltage transitions. > > Signed-off-by: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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 The ARM SoC maintainers don't like to pick up device tree bindings, so I'd prefer this to go through the cpufreq tree that also contains the driver patches. Presumably this wasn't merged through that tree because of the missing Acked-by by a device tree maintainer? Given that Rob's acked it now, maybe you can resend this to Viresh, who I think had picked up the driver? Thanks, Thierry [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v3 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster 2017-06-13 12:42 ` Thierry Reding @ 2017-06-13 12:46 ` Mikko Perttunen [not found] ` <9ecb973e-ee57-8c89-df21-4ed0bff4bb38-/1wQRMveznE@public.gmane.org> 0 siblings, 1 reply; 13+ messages in thread From: Mikko Perttunen @ 2017-06-13 12:46 UTC (permalink / raw) To: Thierry Reding, Mikko Perttunen Cc: jonathanh, robh+dt, mark.rutland, devicetree, linux-tegra, linux-kernel On 13.06.2017 15:42, Thierry Reding wrote: > On Mon, Jun 12, 2017 at 01:23:04PM +0300, Mikko Perttunen wrote: >> 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 > > The ARM SoC maintainers don't like to pick up device tree bindings, so > I'd prefer this to go through the cpufreq tree that also contains the > driver patches. Presumably this wasn't merged through that tree because > of the missing Acked-by by a device tree maintainer? Given that Rob's > acked it now, maybe you can resend this to Viresh, who I think had > picked up the driver? Sure, I'll do that. I guess the .dts change should then also go in that way? Mikko > > Thanks, > Thierry > ^ permalink raw reply [flat|nested] 13+ messages in thread
[parent not found: <9ecb973e-ee57-8c89-df21-4ed0bff4bb38-/1wQRMveznE@public.gmane.org>]
* Re: [PATCH v3 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster [not found] ` <9ecb973e-ee57-8c89-df21-4ed0bff4bb38-/1wQRMveznE@public.gmane.org> @ 2017-06-13 12:47 ` Mikko Perttunen [not found] ` <a7417c4f-d7d4-e11e-a23c-cd0f2fc4adee-/1wQRMveznE@public.gmane.org> 0 siblings, 1 reply; 13+ messages in thread From: Mikko Perttunen @ 2017-06-13 12:47 UTC (permalink / raw) To: Thierry Reding, Mikko Perttunen Cc: jonathanh-DDmLM1+adcrQT0dZR+AlfA, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA On 13.06.2017 15:46, Mikko Perttunen wrote: > On 13.06.2017 15:42, Thierry Reding wrote: >> On Mon, Jun 12, 2017 at 01:23:04PM +0300, Mikko Perttunen wrote: >>> The Tegra186 CCPLEX_CLUSTER area contains memory-mapped >>> registers that initiate CPU frequency/voltage transitions. >>> >>> Signed-off-by: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> >>> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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 >>> >> >> The ARM SoC maintainers don't like to pick up device tree bindings, so >> I'd prefer this to go through the cpufreq tree that also contains the >> driver patches. Presumably this wasn't merged through that tree because >> of the missing Acked-by by a device tree maintainer? Given that Rob's >> acked it now, maybe you can resend this to Viresh, who I think had >> picked up the driver? > > Sure, I'll do that. > I guess the .dts change should then also go in that > way? Or I guess not, since you applied it :) Cheers, Mikko > > Mikko > >> >> Thanks, >> Thierry >> ^ permalink raw reply [flat|nested] 13+ messages in thread
[parent not found: <a7417c4f-d7d4-e11e-a23c-cd0f2fc4adee-/1wQRMveznE@public.gmane.org>]
* Re: [PATCH v3 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster [not found] ` <a7417c4f-d7d4-e11e-a23c-cd0f2fc4adee-/1wQRMveznE@public.gmane.org> @ 2017-06-13 14:10 ` Thierry Reding 0 siblings, 0 replies; 13+ messages in thread From: Thierry Reding @ 2017-06-13 14:10 UTC (permalink / raw) To: Mikko Perttunen Cc: Mikko Perttunen, jonathanh-DDmLM1+adcrQT0dZR+AlfA, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 1611 bytes --] On Tue, Jun 13, 2017 at 03:47:39PM +0300, Mikko Perttunen wrote: > > > On 13.06.2017 15:46, Mikko Perttunen wrote: > > On 13.06.2017 15:42, Thierry Reding wrote: > > > On Mon, Jun 12, 2017 at 01:23:04PM +0300, Mikko Perttunen wrote: > > > > The Tegra186 CCPLEX_CLUSTER area contains memory-mapped > > > > registers that initiate CPU frequency/voltage transitions. > > > > > > > > Signed-off-by: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > > > > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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 > > > > > > > > > > The ARM SoC maintainers don't like to pick up device tree bindings, so > > > I'd prefer this to go through the cpufreq tree that also contains the > > > driver patches. Presumably this wasn't merged through that tree because > > > of the missing Acked-by by a device tree maintainer? Given that Rob's > > > acked it now, maybe you can resend this to Viresh, who I think had > > > picked up the driver? > > > > Sure, I'll do that. > > > I guess the .dts change should then also go in that > > way? > > Or I guess not, since you applied it :) So the rule of thumb is that .dts changes should go through ARM SoC and device tree binding changes should be going through the same tree as the driver changes that implement the binding. Thierry [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH v2 2/2] arm64: tegra: Add CCPLEX_CLUSTER area in Tegra186 2017-06-01 8:04 [PATCH v2 0/2] Device tree changes for Tegra186 cpufreq Mikko Perttunen 2017-06-01 8:04 ` [PATCH v2 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster Mikko Perttunen @ 2017-06-01 8:04 ` Mikko Perttunen [not found] ` <1496304245-24024-3-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> 1 sibling, 1 reply; 13+ messages in thread From: Mikko Perttunen @ 2017-06-01 8:04 UTC (permalink / raw) To: robh+dt, mark.rutland, thierry.reding, jonathanh Cc: devicetree, linux-tegra, linux-kernel, Mikko Perttunen The Tegra186 CCPLEX_CLUSTER area contains memory-mapped registers that initiate CPU frequency/voltage transitions. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> --- arch/arm64/boot/dts/nvidia/tegra186.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/nvidia/tegra186.dtsi b/arch/arm64/boot/dts/nvidia/tegra186.dtsi index 3ea5e6369bc3..c023af0be43d 100644 --- a/arch/arm64/boot/dts/nvidia/tegra186.dtsi +++ b/arch/arm64/boot/dts/nvidia/tegra186.dtsi @@ -347,6 +347,13 @@ reg-names = "pmc", "wake", "aotag", "scratch"; }; + ccplex@e000000 { + compatible = "nvidia,tegra186-ccplex-cluster"; + reg = <0x0 0x0e000000 0x0 0x3fffff>; + + nvidia,bpmp = <&bpmp>; + }; + sysram@30000000 { compatible = "nvidia,tegra186-sysram", "mmio-sram"; reg = <0x0 0x30000000 0x0 0x50000>; -- 2.1.4 ^ permalink raw reply related [flat|nested] 13+ messages in thread
[parent not found: <1496304245-24024-3-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>]
* Re: [PATCH v2 2/2] arm64: tegra: Add CCPLEX_CLUSTER area in Tegra186 [not found] ` <1496304245-24024-3-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> @ 2017-06-13 12:45 ` Thierry Reding 0 siblings, 0 replies; 13+ messages in thread From: Thierry Reding @ 2017-06-13 12:45 UTC (permalink / raw) To: Mikko Perttunen Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, jonathanh-DDmLM1+adcrQT0dZR+AlfA, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA [-- Attachment #1: Type: text/plain, Size: 409 bytes --] On Thu, Jun 01, 2017 at 11:04:05AM +0300, Mikko Perttunen wrote: > The Tegra186 CCPLEX_CLUSTER area contains memory-mapped > registers that initiate CPU frequency/voltage transitions. > > Signed-off-by: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > --- > arch/arm64/boot/dts/nvidia/tegra186.dtsi | 7 +++++++ > 1 file changed, 7 insertions(+) Applied, thanks. Thierry [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2017-06-13 14:10 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-06-01 8:04 [PATCH v2 0/2] Device tree changes for Tegra186 cpufreq Mikko Perttunen 2017-06-01 8:04 ` [PATCH v2 1/2] dt-bindings: Add bindings for nvidia,tegra186-ccplex-cluster Mikko Perttunen [not found] ` <1496304245-24024-2-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> 2017-06-07 22:11 ` Rob Herring 2017-06-08 7:32 ` Mikko Perttunen [not found] ` <782ec765-f949-3023-93e3-a731f8bb524a-/1wQRMveznE@public.gmane.org> 2017-06-09 20:54 ` Rob Herring [not found] ` <CAL_JsqJO2XbYjN2Hon_MJm_KO8HoZkx15ZYyhLRjWnhL9opTZg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 2017-06-12 8:25 ` Mikko Perttunen 2017-06-12 10:23 ` [PATCH v3 " Mikko Perttunen [not found] ` <1497262984-2346-1-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> 2017-06-13 12:42 ` Thierry Reding 2017-06-13 12:46 ` Mikko Perttunen [not found] ` <9ecb973e-ee57-8c89-df21-4ed0bff4bb38-/1wQRMveznE@public.gmane.org> 2017-06-13 12:47 ` Mikko Perttunen [not found] ` <a7417c4f-d7d4-e11e-a23c-cd0f2fc4adee-/1wQRMveznE@public.gmane.org> 2017-06-13 14:10 ` Thierry Reding 2017-06-01 8:04 ` [PATCH v2 2/2] arm64: tegra: Add CCPLEX_CLUSTER area in Tegra186 Mikko Perttunen [not found] ` <1496304245-24024-3-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> 2017-06-13 12:45 ` 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).