* [PATCH] dt-bindings: thermal: qcom,pm8775-mbg-tm: Document PMAU0102
@ 2026-08-30 10:10 Shawn Guo
2026-08-31 9:31 ` Krzysztof Kozlowski
2026-09-01 8:40 ` Bartosz Golaszewski
0 siblings, 2 replies; 3+ messages in thread
From: Shawn Guo @ 2026-08-30 10:10 UTC (permalink / raw)
To: Daniel Lezcano
Cc: Rafael J . Wysocki, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Jishnu Prakash, Kamal Wadhwa, Manivannan Sadhasivam,
Bartosz Golaszewski, linux-arm-msm, linux-pm, devicetree,
linux-kernel, Dhruvin Rajpura, Shawn Guo
From: Dhruvin Rajpura <drajpura@qti.qualcomm.com>
Document MBG temperature monitor on PMAU0102 which is programming-model
compatible with the one on PM8775.
Signed-off-by: Dhruvin Rajpura <drajpura@qti.qualcomm.com>
Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
---
.../devicetree/bindings/thermal/qcom,pm8775-mbg-tm.yaml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/thermal/qcom,pm8775-mbg-tm.yaml b/Documentation/devicetree/bindings/thermal/qcom,pm8775-mbg-tm.yaml
index 2e084d040625..ef8361a55389 100644
--- a/Documentation/devicetree/bindings/thermal/qcom,pm8775-mbg-tm.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom,pm8775-mbg-tm.yaml
@@ -21,7 +21,12 @@ description:
properties:
compatible:
- const: qcom,pm8775-mbg-tm
+ oneOf:
+ - const: qcom,pm8775-mbg-tm
+ - items:
+ - enum:
+ - qcom,pmau0102-mbg-tm
+ - const: qcom,pm8775-mbg-tm
reg:
maxItems: 1
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] dt-bindings: thermal: qcom,pm8775-mbg-tm: Document PMAU0102
2026-08-30 10:10 [PATCH] dt-bindings: thermal: qcom,pm8775-mbg-tm: Document PMAU0102 Shawn Guo
@ 2026-08-31 9:31 ` Krzysztof Kozlowski
2026-09-01 8:40 ` Bartosz Golaszewski
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-31 9:31 UTC (permalink / raw)
To: Shawn Guo
Cc: Daniel Lezcano, Rafael J . Wysocki, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Jishnu Prakash, Kamal Wadhwa,
Manivannan Sadhasivam, Bartosz Golaszewski, linux-arm-msm,
linux-pm, devicetree, linux-kernel, Dhruvin Rajpura
On Sun, Aug 30, 2026 at 06:10:25PM +0800, Shawn Guo wrote:
> From: Dhruvin Rajpura <drajpura@qti.qualcomm.com>
>
> Document MBG temperature monitor on PMAU0102 which is programming-model
> compatible with the one on PM8775.
>
> Signed-off-by: Dhruvin Rajpura <drajpura@qti.qualcomm.com>
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> ---
> .../devicetree/bindings/thermal/qcom,pm8775-mbg-tm.yaml | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: thermal: qcom,pm8775-mbg-tm: Document PMAU0102
2026-08-30 10:10 [PATCH] dt-bindings: thermal: qcom,pm8775-mbg-tm: Document PMAU0102 Shawn Guo
2026-08-31 9:31 ` Krzysztof Kozlowski
@ 2026-09-01 8:40 ` Bartosz Golaszewski
1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2026-09-01 8:40 UTC (permalink / raw)
To: Shawn Guo
Cc: Rafael J . Wysocki, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Jishnu Prakash, Kamal Wadhwa, Manivannan Sadhasivam,
Bartosz Golaszewski, linux-arm-msm, linux-pm, devicetree,
linux-kernel, Dhruvin Rajpura, Daniel Lezcano
On Sun, 30 Aug 2026 12:10:25 +0200, Shawn Guo
<shengchao.guo@oss.qualcomm.com> said:
> From: Dhruvin Rajpura <drajpura@qti.qualcomm.com>
>
> Document MBG temperature monitor on PMAU0102 which is programming-model
> compatible with the one on PM8775.
>
> Signed-off-by: Dhruvin Rajpura <drajpura@qti.qualcomm.com>
> Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
> ---
> .../devicetree/bindings/thermal/qcom,pm8775-mbg-tm.yaml | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/thermal/qcom,pm8775-mbg-tm.yaml b/Documentation/devicetree/bindings/thermal/qcom,pm8775-mbg-tm.yaml
> index 2e084d040625..ef8361a55389 100644
> --- a/Documentation/devicetree/bindings/thermal/qcom,pm8775-mbg-tm.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qcom,pm8775-mbg-tm.yaml
> @@ -21,7 +21,12 @@ description:
>
> properties:
> compatible:
> - const: qcom,pm8775-mbg-tm
> + oneOf:
> + - const: qcom,pm8775-mbg-tm
> + - items:
> + - enum:
> + - qcom,pmau0102-mbg-tm
> + - const: qcom,pm8775-mbg-tm
>
> reg:
> maxItems: 1
> --
> 2.43.0
>
>
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-09-01 8:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-30 10:10 [PATCH] dt-bindings: thermal: qcom,pm8775-mbg-tm: Document PMAU0102 Shawn Guo
2026-08-31 9:31 ` Krzysztof Kozlowski
2026-09-01 8:40 ` Bartosz Golaszewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox