Message ID | 1706173452-1017-2-git-send-email-mantas@8devices.com |
---|---|
State | New |
Headers | show |
Series | arm64: dts: qcom: ipq6018: support thermal sensors | expand |
On Thu, Jan 25, 2024 at 11:04:10AM +0200, Mantas Pucka wrote: > IPQ6018 has tsens HW block compatible with IPQ8074. > > Signed-off-by: Mantas Pucka <mantas@8devices.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Cheers, Conor. > --- > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > index 99d9c526c0b6..d6f333a7bcd1 100644 > --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > @@ -76,6 +76,7 @@ properties: > - description: v2 of TSENS with combined interrupt > items: > - enum: > + - qcom,ipq6018-tsens > - qcom,ipq9574-tsens > - const: qcom,ipq8074-tsens > > -- > 2.7.4 >
diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml index 99d9c526c0b6..d6f333a7bcd1 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml @@ -76,6 +76,7 @@ properties: - description: v2 of TSENS with combined interrupt items: - enum: + - qcom,ipq6018-tsens - qcom,ipq9574-tsens - const: qcom,ipq8074-tsens
IPQ6018 has tsens HW block compatible with IPQ8074. Signed-off-by: Mantas Pucka <mantas@8devices.com> --- Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + 1 file changed, 1 insertion(+)