Message ID | 20210319220802.198215-1-konrad.dybcio@somainline.org (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Daniel Lezcano |
Headers | show |
Series | [RESEND,v4,1/2] dt-bindings: tsens: qcom: Document MDM9607 compatible | expand |
Add the compatible for MDM9607. > Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> > --- > v4: separate from the main patch > > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 2 ++ > 1 file changed, 2 insertions(+) This change was previously a-b Rob Herring, I forgot to add the ack back in after separating the patch, sorry for that. Konrad
On 20/03/2021 20:01, Konrad Dybcio wrote: > Add the compatible for MDM9607. >> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> >> --- >> v4: separate from the main patch >> >> Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 2 ++ >> 1 file changed, 2 insertions(+) > > This change was previously a-b Rob Herring, I forgot to add the ack back in after separating the patch, sorry for that. Can you point it to a lkml@ archive ?
On 20.03.2021 20:47, Daniel Lezcano wrote: > On 20/03/2021 20:01, Konrad Dybcio wrote: >> Add the compatible for MDM9607. >>> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> >>> --- >>> v4: separate from the main patch >>> >>> Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 2 ++ >>> 1 file changed, 2 insertions(+) >> This change was previously a-b Rob Herring, I forgot to add the ack back in after separating the patch, sorry for that. > Can you point it to a lkml@ archive ? > Sure, it's been acked here [1]. [1] https://lore.kernel.org/patchwork/patch/1372052/ Konrad
On Fri, 19 Mar 2021 23:08:01 +0100, Konrad Dybcio wrote: > Add the compatible for MDM9607. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> > --- > v4: separate from the main patch > > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml index 95462e071ab4..8ad9dc139c23 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml @@ -22,6 +22,7 @@ properties: - description: v0.1 of TSENS items: - enum: + - qcom,mdm9607-tsens - qcom,msm8916-tsens - qcom,msm8939-tsens - qcom,msm8974-tsens @@ -94,6 +95,7 @@ allOf: compatible: contains: enum: + - qcom,mdm9607-tsens - qcom,msm8916-tsens - qcom,msm8974-tsens - qcom,msm8976-tsens
Add the compatible for MDM9607. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> --- v4: separate from the main patch Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 2 ++ 1 file changed, 2 insertions(+)