* [PATCH 0/2] dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw
@ 2024-09-03 10:30 Dhruva Gole
2024-09-03 10:30 ` [PATCH 1/2] " Dhruva Gole
2024-09-03 10:30 ` [PATCH 2/2] dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers Dhruva Gole
0 siblings, 2 replies; 6+ messages in thread
From: Dhruva Gole @ 2024-09-03 10:30 UTC (permalink / raw)
To: Viresh Kumar, Nishanth Menon, Stephen Boyd, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Viresh Kumar, Krzysztof Kozlowski, Vignesh Raghavendra, linux-pm,
devicetree, linux-kernel, Dhruva Gole
dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw
This series tries to bring back the description about what goes into
opp-supported-hw from the older binding.
While at it, also updating the maintainers entry.
Signed-off-by: Dhruva Gole <d-gole@ti.com>
---
Dhruva Gole (2):
dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw
dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers
.../devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
base-commit: ecc768a84f0b8e631986f9ade3118fa37852fef0
change-id: 20240903-b4-opp-dt-binding-fix-73c6829751d2
Best regards,
--
Dhruva Gole <d-gole@ti.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw
2024-09-03 10:30 [PATCH 0/2] dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw Dhruva Gole
@ 2024-09-03 10:30 ` Dhruva Gole
2024-09-03 15:27 ` Rob Herring
2024-09-03 10:30 ` [PATCH 2/2] dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers Dhruva Gole
1 sibling, 1 reply; 6+ messages in thread
From: Dhruva Gole @ 2024-09-03 10:30 UTC (permalink / raw)
To: Viresh Kumar, Nishanth Menon, Stephen Boyd, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Viresh Kumar, Krzysztof Kozlowski, Vignesh Raghavendra, linux-pm,
devicetree, linux-kernel, Dhruva Gole
It seems like we missed migrating the complete information from the old
DT binding where we had described what the opp-supported-hw is supposed
to describe. Hence, bring back the exact description from the previous
binding to the current one.
Fixes: e576a9a8603f ("dt-bindings: cpufreq: Convert ti-cpufreq to json schema")
Signed-off-by: Dhruva Gole <d-gole@ti.com>
---
.../devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml b/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml
index 02d1d2c17129..90855009cb81 100644
--- a/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml
+++ b/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml
@@ -45,7 +45,11 @@ patternProperties:
clock-latency-ns: true
opp-hz: true
opp-microvolt: true
- opp-supported-hw: true
+ opp-supported-hw:
+ description: |
+ Two bitfields indicating:
+ 1. Which revision of the SoC the OPP is supported by
+ 2. Which eFuse bits indicate this OPP is available
opp-suspend: true
turbo-mode: true
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers
2024-09-03 10:30 [PATCH 0/2] dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw Dhruva Gole
2024-09-03 10:30 ` [PATCH 1/2] " Dhruva Gole
@ 2024-09-03 10:30 ` Dhruva Gole
2024-09-03 15:27 ` Rob Herring (Arm)
2024-09-04 6:50 ` Viresh Kumar
1 sibling, 2 replies; 6+ messages in thread
From: Dhruva Gole @ 2024-09-03 10:30 UTC (permalink / raw)
To: Viresh Kumar, Nishanth Menon, Stephen Boyd, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Viresh Kumar, Krzysztof Kozlowski, Vignesh Raghavendra, linux-pm,
devicetree, linux-kernel, Dhruva Gole
Update the maintainers entry since I will be taking over this file from
now.
Signed-off-by: Dhruva Gole <d-gole@ti.com>
---
Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml b/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml
index 90855009cb81..a857ca34c98d 100644
--- a/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml
+++ b/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml
@@ -19,7 +19,7 @@ description:
the hardware description for the scheme mentioned above.
maintainers:
- - Nishanth Menon <nm@ti.com>
+ - Dhruva Gole <d-gole@ti.com>
allOf:
- $ref: opp-v2-base.yaml#
--
2.34.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw
2024-09-03 10:30 ` [PATCH 1/2] " Dhruva Gole
@ 2024-09-03 15:27 ` Rob Herring
0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2024-09-03 15:27 UTC (permalink / raw)
To: Dhruva Gole
Cc: Viresh Kumar, Nishanth Menon, Stephen Boyd, Krzysztof Kozlowski,
Conor Dooley, Viresh Kumar, Krzysztof Kozlowski,
Vignesh Raghavendra, linux-pm, devicetree, linux-kernel
On Tue, Sep 03, 2024 at 04:00:07PM +0530, Dhruva Gole wrote:
> It seems like we missed migrating the complete information from the old
> DT binding where we had described what the opp-supported-hw is supposed
> to describe. Hence, bring back the exact description from the previous
> binding to the current one.
>
> Fixes: e576a9a8603f ("dt-bindings: cpufreq: Convert ti-cpufreq to json schema")
> Signed-off-by: Dhruva Gole <d-gole@ti.com>
> ---
> .../devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml b/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml
> index 02d1d2c17129..90855009cb81 100644
> --- a/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml
> +++ b/Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml
> @@ -45,7 +45,11 @@ patternProperties:
> clock-latency-ns: true
> opp-hz: true
> opp-microvolt: true
> - opp-supported-hw: true
> + opp-supported-hw:
> + description: |
> + Two bitfields indicating:
> + 1. Which revision of the SoC the OPP is supported by
> + 2. Which eFuse bits indicate this OPP is available
This does nothing to tell me how to populate the property.
> opp-suspend: true
> turbo-mode: true
>
>
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers
2024-09-03 10:30 ` [PATCH 2/2] dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers Dhruva Gole
@ 2024-09-03 15:27 ` Rob Herring (Arm)
2024-09-04 6:50 ` Viresh Kumar
1 sibling, 0 replies; 6+ messages in thread
From: Rob Herring (Arm) @ 2024-09-03 15:27 UTC (permalink / raw)
To: Dhruva Gole
Cc: Viresh Kumar, Nishanth Menon, Conor Dooley, devicetree,
linux-kernel, Vignesh Raghavendra, Krzysztof Kozlowski,
Krzysztof Kozlowski, Stephen Boyd, Viresh Kumar, linux-pm
On Tue, 03 Sep 2024 16:00:08 +0530, Dhruva Gole wrote:
> Update the maintainers entry since I will be taking over this file from
> now.
>
> Signed-off-by: Dhruva Gole <d-gole@ti.com>
> ---
> Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers
2024-09-03 10:30 ` [PATCH 2/2] dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers Dhruva Gole
2024-09-03 15:27 ` Rob Herring (Arm)
@ 2024-09-04 6:50 ` Viresh Kumar
1 sibling, 0 replies; 6+ messages in thread
From: Viresh Kumar @ 2024-09-04 6:50 UTC (permalink / raw)
To: Dhruva Gole
Cc: Viresh Kumar, Nishanth Menon, Stephen Boyd, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Krzysztof Kozlowski,
Vignesh Raghavendra, linux-pm, devicetree, linux-kernel
On 03-09-24, 16:00, Dhruva Gole wrote:
> Update the maintainers entry since I will be taking over this file from
> now.
>
> Signed-off-by: Dhruva Gole <d-gole@ti.com>
> ---
> Documentation/devicetree/bindings/opp/operating-points-v2-ti-cpu.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied. Thanks.
--
viresh
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-09-04 6:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03 10:30 [PATCH 0/2] dt-bindings: opp: operating-points-v2-ti-cpu: Describe opp-supported-hw Dhruva Gole
2024-09-03 10:30 ` [PATCH 1/2] " Dhruva Gole
2024-09-03 15:27 ` Rob Herring
2024-09-03 10:30 ` [PATCH 2/2] dt-bindings: opp: operating-points-v2-ti-cpu: Update maintainers Dhruva Gole
2024-09-03 15:27 ` Rob Herring (Arm)
2024-09-04 6:50 ` Viresh Kumar
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).