Message ID | 1678164097-13247-3-git-send-email-quic_mmanikan@quicinc.com |
---|---|
State | New |
Headers | show |
Series | Add multipd remoteproc support | expand |
On 3/7/2023 8:51 PM, Krzysztof Kozlowski wrote: > On 07/03/2023 05:41, Manikanta Mylavarapu wrote: >> Add compatible for the Qualcomm IPQ5018 APCS block. > > Is it compatible with ipq6018 or ipq8074? Your driver tells it is... > >> >> Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com> >> --- >> .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 2 ++ >> 1 file changed, 2 insertions(+) >> > > > > Best regards, > Krzysztof > Yeah, it's compatible. I will use fallback mechanism available here https://lore.kernel.org/linux-arm-msm/20230217083308.12017-5-quic_kathirav@quicinc.com/ Thanks & Regards, Manikanta.
diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml index 9a46dbc6d03f..91f4e0454fe3 100644 --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml @@ -23,6 +23,7 @@ properties: - const: qcom,ipq6018-apcs-apps-global - items: - enum: + - qcom,ipq5018-apcs-apps-global - qcom,ipq6018-apcs-apps-global - qcom,ipq8074-apcs-apps-global - qcom,msm8996-apcs-hmss-global @@ -152,6 +153,7 @@ allOf: compatible: contains: enum: + - qcom,ipq5018-apcs-apps-global - qcom,ipq6018-apcs-apps-global - qcom,ipq8074-apcs-apps-global then:
Add compatible for the Qualcomm IPQ5018 APCS block. Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@quicinc.com> --- .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 2 ++ 1 file changed, 2 insertions(+)