As suggested by Krzysztof[1], we can use the fallback compatible to avoid duplicating the same device data. Krzysztof already submitted a series[2] for this by reworking entire binding and driver and it is conflicting with the Dmitry's series as mentioned by Krzysztof[3]. So this series addresses IPQ SoCs alone, as I see no dependency with it. [1] https://lore.kernel.org/linux-arm-msm/1b75ab1a-44c9-c4a8-7fa4-d601fc710d2a@xxxxxxxxxx/ [2] https://lore.kernel.org/linux-arm-msm/20230202161856.385825-1-krzysztof.kozlowski@xxxxxxxxxx/ [3] https://lore.kernel.org/linux-arm-msm/fa6dc60c-3799-d384-da24-f282b7cbd3ef@xxxxxxxxxx/ Kathiravan T (2): dt-bindings: mailbox: qcom: use fallback for IPQ8074 SoC mailbox: qcom-apcs-ipc: drop the IPQ8074 and IPQ5332 compatible Krzysztof Kozlowski (1): arm64: dts: qcom: ipq8074: add compatible fallback to mailbox .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 4 +--- arch/arm64/boot/dts/qcom/ipq8074.dtsi | 3 ++- drivers/mailbox/qcom-apcs-ipc-mailbox.c | 2 -- 3 files changed, 3 insertions(+), 6 deletions(-) -- 2.17.1