[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <512f17bd-b252-462e-ec2f-32983d92356d@nvidia.com>
Date: Thu, 31 Mar 2022 13:28:20 +0530
From: Sumit Gupta <sumitg@...dia.com>
To: Jon Hunter <jonathanh@...dia.com>, <rafael@...nel.org>,
<viresh.kumar@...aro.org>, <robh+dt@...nel.org>,
<krzk+dt@...nel.org>, <treding@...dia.com>,
<linux-pm@...r.kernel.org>, <linux-tegra@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <ksitaraman@...dia.com>, <sanjayc@...dia.com>, <bbasu@...dia.com>,
"Sumit Gupta" <sumitg@...dia.com>
Subject: Re: [Patch v2 2/4] dt-bindings: arm: tegra: Add bindins for
nvidia,tegra-ccplex-cluster
On 31/03/22 12:30, Jon Hunter wrote:
> Please update the subject to be something like ...
>
> "dt-bindings: Document Tegra CCPLEX Cluster"
Ok. will do the change and send v3.
>
> On 30/03/2022 15:38, Sumit Gupta wrote:
>> The Tegra CCPLEX_CLUSTER area contains memory-mapped
>
> Here you have CCPLEX_CLUSTER and ...
>
>> registers that initiate CPU frequency/voltage transitions.
>>
>> Signed-off-by: Sumit Gupta <sumitg@...dia.com>
>> ---
>> .../tegra/nvidia,tegra-ccplex-cluster.yaml | 52 +++++++++++++++++++
>> 1 file changed, 52 insertions(+)
>> create mode 100644
>> Documentation/devicetree/bindings/arm/tegra/nvidia,tegra-ccplex-cluster.yaml
>>
>>
>> diff --git
>> a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra-ccplex-cluster.yaml
>> b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra-ccplex-cluster.yaml
>>
>> new file mode 100644
>> index 000000000000..74afa06f695e
>> --- /dev/null
>> +++
>> b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra-ccplex-cluster.yaml
>>
>> @@ -0,0 +1,52 @@
>> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>> +%YAML 1.2
>> +---
>> +$id:
>> "https://nam11.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevicetree.org%2Fschemas%2Farm%2Ftegra%2Fnvidia%2Ctegra-ccplex-cluster.yaml%23&data=04%7C01%7Csumitg%40nvidia.com%7C15234587dd2e46ad722108da12e42b88%7C43083d15727340c1b7db39efd9ccc17a%7C0%7C0%7C637843068437808995%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=tDheliQYxde7WJ5hqLYUz7dsq4tsUnFe3gHlaTRa7i4%3D&reserved=0"
>>
>> +$schema:
>> "https://nam11.safelinks.protection.outlook.com/?url=http%3A%2F%2Fdevicetree.org%2Fmeta-schemas%2Fcore.yaml%23&data=04%7C01%7Csumitg%40nvidia.com%7C15234587dd2e46ad722108da12e42b88%7C43083d15727340c1b7db39efd9ccc17a%7C0%7C0%7C637843068437808995%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=%2BWDvqJkJKdG0z85Bfn%2F3AMejwHVvi02cVLarmKbZ0iE%3D&reserved=0"
>>
>> +
>> +title: NVIDIA Tegra CPU_CLUSTER area device tree bindings
>
> ... here we have "CPU_CLUSTER" and ...
>
>> +
>> +maintainers:
>> + - Sumit Gupta <sumitg@...dia.com>
>> + - Mikko Perttunen <mperttunen@...dia.com>
>> + - Jon Hunter <jonathanh@...dia.com>
>> + - Thierry Reding <thierry.reding@...il.com>
>> +
>> +description: |+
>> + The Tegra CCPLEX_CLUSTER area contains memory-mapped
>
> .. then we have CCPLEX_CLUSTER again. Let's have a consistent name such
> as 'CPU COMPLEX CLUSTER' (admittedly a mouthful but that is what is
> means). I don't think we need the '_' in the name.
Sure. will update all places to 'CPU COMPLEX CLUSTER' in v3.
>
>> + registers that initiate CPU frequency/voltage transitions.
>> +
>> +properties:
>> + $nodename:
>> + pattern: "ccplex@([0-9a-f]+)$"
>> +
>> + compatible:
>> + enum:
>> + - nvidia,tegra186-ccplex-cluster
>> + - nvidia,tegra234-ccplex-cluster
>> +
>> + reg:
>> + maxItems: 1
>> +
>> + nvidia,bpmp:
>> + $ref: '/schemas/types.yaml#/definitions/phandle'
>> + description: |
>> + Specifies the bpmp node that needs to be queried to get
>
> s/bpmp/BPMP
>
>> + operating point data for all CPUs.
>> +
>> +additionalProperties: true
>> +
>> +required:
>> + - compatible
>> + - reg
>> + - nvidia,bpmp
>> + - status
>> +
>> +examples:
>> + - |
>> + ccplex@...0000 {
>> + compatible = "nvidia,tegra234-ccplex-cluster";
>> + reg = <0x0 0x0e000000 0x0 0x5ffff>;
>> + nvidia,bpmp = <&bpmp>;
>> + status = "okay";
>> + };
>
Powered by blists - more mailing lists