Message ID | 20230904055010.4118982-4-quic_viswanat@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Fix tcsr_mutex register for IPQ6018 | expand |
On 04/09/2023 07:50, Vignesh Viswanathan wrote: > Drop qcom,ipq6018-tcsr-mutex enum as this is does not map to the correct > config for IPQ6018. IPQ6018 will use qcom,tcsr-mutex compatible string. > > Signed-off-by: Vignesh Viswanathan <quic_viswanat@quicinc.com> > --- > Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml b/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml > index ee2726149cf3..a595396fd3f9 100644 > --- a/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml > +++ b/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml > @@ -22,7 +22,6 @@ properties: > - items: > - enum: > - qcom,apq8084-tcsr-mutex > - - qcom,ipq6018-tcsr-mutex NAK, this is a correct compatible for IPQ6018. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml b/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml index ee2726149cf3..a595396fd3f9 100644 --- a/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml +++ b/Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml @@ -22,7 +22,6 @@ properties: - items: - enum: - qcom,apq8084-tcsr-mutex - - qcom,ipq6018-tcsr-mutex - qcom,msm8226-tcsr-mutex - qcom,msm8994-tcsr-mutex - const: qcom,tcsr-mutex
Drop qcom,ipq6018-tcsr-mutex enum as this is does not map to the correct config for IPQ6018. IPQ6018 will use qcom,tcsr-mutex compatible string. Signed-off-by: Vignesh Viswanathan <quic_viswanat@quicinc.com> --- Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml | 1 - 1 file changed, 1 deletion(-)