Re: [PATCH V2 3/3] mailbox: qcom: Add ipq6018 apcs compatible

From: Jassi Brar
Date: Sun Jun 07 2020 - 16:45:14 EST


On Sat, Jun 6, 2020 at 5:59 AM Sivaprakash Murugesan
<sivaprak@xxxxxxxxxxxxxx> wrote:
>
> The Qualcomm ipq6018 has apcs block, add compatible for the same.
> Also, the apcs provides a clock controller functionality similar
> to msm8916 but the clock driver is different.
>
> Create a child platform device based on the apcs compatible for the
> clock controller functionality.
>
> Signed-off-by: Sivaprakash Murugesan <sivaprak@xxxxxxxxxxxxxx>
> ---
> [V2]
> * created a new structur for driver data.
> * re-arranged compatible strings in sorted order
>
Please break this into two patches, first reorganise and then add new
ipq6018 of_match.

thanks.