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

From: Bartosz Golaszewski

Date: Tue Sep 01 2026 - 04:57:01 EST


On Sun, 30 Aug 2026 12:10:25 +0200, Shawn Guo
<shengchao.guo@xxxxxxxxxxxxxxxx> said:
> From: Dhruvin Rajpura <drajpura@xxxxxxxxxxxxxxxx>
>
> Document MBG temperature monitor on PMAU0102 which is programming-model
> compatible with the one on PM8775.
>
> Signed-off-by: Dhruvin Rajpura <drajpura@xxxxxxxxxxxxxxxx>
> Signed-off-by: Shawn Guo <shengchao.guo@xxxxxxxxxxxxxxxx>
> ---
> .../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@xxxxxxxxxxxxxxxx>