[PATCH] dt-bindings: thermal: qcom,pm8775-mbg-tm: Document PMAU0102

Shawn Guo posted 1 patch 3 weeks, 6 days ago
.../devicetree/bindings/thermal/qcom,pm8775-mbg-tm.yaml    | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
[PATCH] dt-bindings: thermal: qcom,pm8775-mbg-tm: Document PMAU0102
Posted by Shawn Guo 3 weeks, 6 days ago
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
Re: [PATCH] dt-bindings: thermal: qcom,pm8775-mbg-tm: Document PMAU0102
Posted by Daniel Lezcano 1 week, 1 day ago
On 8/30/26 12:10, 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>
> ---

Applied, thanks
Re: [PATCH] dt-bindings: thermal: qcom,pm8775-mbg-tm: Document PMAU0102
Posted by Bartosz Golaszewski 3 weeks, 4 days ago
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>
Re: [PATCH] dt-bindings: thermal: qcom,pm8775-mbg-tm: Document PMAU0102
Posted by Krzysztof Kozlowski 3 weeks, 5 days ago
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