Message ID | 20220817131415.714340-4-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | ARM/hwlock: qcom: switch TCSR mutex to MMIO | expand |
On 17/08/2022 16:14, Krzysztof Kozlowski wrote: > Document new MSM8974 TCSR compatible. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml > index e1c4936a0352..e7383dcad83b 100644 > --- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml > +++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml > @@ -18,6 +18,7 @@ properties: > oneOf: > - items: > - enum: > + - qcom,msm8974-tcsr There is already qcom,tcsr-msm8974 so the patch can be dropped. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml index e1c4936a0352..e7383dcad83b 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml +++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml @@ -18,6 +18,7 @@ properties: oneOf: - items: - enum: + - qcom,msm8974-tcsr - qcom,msm8998-tcsr - qcom,sc7180-tcsr - qcom,sc7280-tcsr
Document new MSM8974 TCSR compatible. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 1 + 1 file changed, 1 insertion(+)