devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: regulator: qcom,rpmh-regulator: allow i and j as RPMh resource name suffix
@ 2023-08-22  9:27 Neil Armstrong
  2023-08-22  9:28 ` Konrad Dybcio
  0 siblings, 1 reply; 5+ messages in thread
From: Neil Armstrong @ 2023-08-22  9:27 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Liam Girdwood,
	Mark Brown, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Krzysztof Kozlowski, linux-arm-msm, linux-kernel, devicetree,
	Neil Armstrong

Add "i" and "j" to the allowed subffix list as they can be used as RPMh
resource name suffixes on new platforms.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml
index e758093365bc..7afffdb91581 100644
--- a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.yaml
@@ -92,7 +92,7 @@ properties:
         RPMh resource name suffix used for the regulators found
         on this PMIC.
     $ref: /schemas/types.yaml#/definitions/string
-    enum: [a, b, c, d, e, f, g, h, k]
+    enum: [a, b, c, d, e, f, g, h, i, j, k]
 
   qcom,always-wait-for-ack:
     description: |

---
base-commit: 28c736b0e92e11bfe2b9997688213dc43cb22182
change-id: 20230822-topic-sm8x50-upstream-rpmh-regulator-suffix-29f2922f5b5c

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>


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

* Re: [PATCH] dt-bindings: regulator: qcom,rpmh-regulator: allow i and j as RPMh resource name suffix
  2023-08-22  9:27 [PATCH] dt-bindings: regulator: qcom,rpmh-regulator: allow i and j as RPMh resource name suffix Neil Armstrong
@ 2023-08-22  9:28 ` Konrad Dybcio
  2023-08-22  9:29   ` Konrad Dybcio
  0 siblings, 1 reply; 5+ messages in thread
From: Konrad Dybcio @ 2023-08-22  9:28 UTC (permalink / raw)
  To: Neil Armstrong, Andy Gross, Bjorn Andersson, Liam Girdwood,
	Mark Brown, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Krzysztof Kozlowski, linux-arm-msm, linux-kernel, devicetree

On 22.08.2023 11:27, Neil Armstrong wrote:
> Add "i" and "j" to the allowed subffix list as they can be used as RPMh
> resource name suffixes on new platforms.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
Also 'n' and 'm' for 8550

Konrad

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

* Re: [PATCH] dt-bindings: regulator: qcom,rpmh-regulator: allow i and j as RPMh resource name suffix
  2023-08-22  9:28 ` Konrad Dybcio
@ 2023-08-22  9:29   ` Konrad Dybcio
  2023-08-22  9:42     ` Konrad Dybcio
  0 siblings, 1 reply; 5+ messages in thread
From: Konrad Dybcio @ 2023-08-22  9:29 UTC (permalink / raw)
  To: Neil Armstrong, Andy Gross, Bjorn Andersson, Liam Girdwood,
	Mark Brown, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Krzysztof Kozlowski, linux-arm-msm, linux-kernel, devicetree

On 22.08.2023 11:28, Konrad Dybcio wrote:
> On 22.08.2023 11:27, Neil Armstrong wrote:
>> Add "i" and "j" to the allowed subffix list as they can be used as RPMh
>> resource name suffixes on new platforms.
>>
>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>> ---
> Also 'n' and 'm' for 8550
Correction, the PMICs are indexed 'n' and 'm' but looks
like there are no RPMh-managed regulators on there

Konrad

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

* Re: [PATCH] dt-bindings: regulator: qcom,rpmh-regulator: allow i and j as RPMh resource name suffix
  2023-08-22  9:29   ` Konrad Dybcio
@ 2023-08-22  9:42     ` Konrad Dybcio
  2023-08-22  9:52       ` Neil Armstrong
  0 siblings, 1 reply; 5+ messages in thread
From: Konrad Dybcio @ 2023-08-22  9:42 UTC (permalink / raw)
  To: Neil Armstrong, Andy Gross, Bjorn Andersson, Liam Girdwood,
	Mark Brown, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Krzysztof Kozlowski, linux-arm-msm, linux-kernel, devicetree

On 22.08.2023 11:29, Konrad Dybcio wrote:
> On 22.08.2023 11:28, Konrad Dybcio wrote:
>> On 22.08.2023 11:27, Neil Armstrong wrote:
>>> Add "i" and "j" to the allowed subffix list as they can be used as RPMh
>>> resource name suffixes on new platforms.
>>>
>>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>>> ---
>> Also 'n' and 'm' for 8550
> Correction, the PMICs are indexed 'n' and 'm' but looks
> like there are no RPMh-managed regulators on there
Correction of the correction ;) there are some

Konrad

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

* Re: [PATCH] dt-bindings: regulator: qcom,rpmh-regulator: allow i and j as RPMh resource name suffix
  2023-08-22  9:42     ` Konrad Dybcio
@ 2023-08-22  9:52       ` Neil Armstrong
  0 siblings, 0 replies; 5+ messages in thread
From: Neil Armstrong @ 2023-08-22  9:52 UTC (permalink / raw)
  To: Konrad Dybcio, Andy Gross, Bjorn Andersson, Liam Girdwood,
	Mark Brown, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Krzysztof Kozlowski, linux-arm-msm, linux-kernel, devicetree

Hi,

On 22/08/2023 11:42, Konrad Dybcio wrote:
> On 22.08.2023 11:29, Konrad Dybcio wrote:
>> On 22.08.2023 11:28, Konrad Dybcio wrote:
>>> On 22.08.2023 11:27, Neil Armstrong wrote:
>>>> Add "i" and "j" to the allowed subffix list as they can be used as RPMh
>>>> resource name suffixes on new platforms.
>>>>
>>>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>>>> ---
>>> Also 'n' and 'm' for 8550
>> Correction, the PMICs are indexed 'n' and 'm' but looks
>> like there are no RPMh-managed regulators on there
> Correction of the correction ;) there are some

Indeed, you're right, let's for for i, j, n & m then !

Neil

> 
> Konrad


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

end of thread, other threads:[~2023-08-22  9:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-22  9:27 [PATCH] dt-bindings: regulator: qcom,rpmh-regulator: allow i and j as RPMh resource name suffix Neil Armstrong
2023-08-22  9:28 ` Konrad Dybcio
2023-08-22  9:29   ` Konrad Dybcio
2023-08-22  9:42     ` Konrad Dybcio
2023-08-22  9:52       ` Neil Armstrong

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).