Re: [PATCH 04/13] dt-bindings: mailbox: qcom: Add clock-name optional property

From: Rob Herring
Date: Thu Dec 20 2018 - 16:37:24 EST


On Mon, 17 Dec 2018 10:46:21 +0100, Jorge Ramirez-Ortiz wrote:
> When the APCS clock is registered (platform dependent), it retrieves
> its parent names from hardcoded values in the driver.
>
> The following commit allows the DT node to provide such clock names to
> the platform data based clock driver therefore avoiding having to
> explicitly embed those names in the clock driver source code.
>
> Co-developed-by: Niklas Cassel <niklas.cassel@xxxxxxxxxx>
> Signed-off-by: Niklas Cassel <niklas.cassel@xxxxxxxxxx>
> Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx>
> ---
> .../bindings/mailbox/qcom,apcs-kpss-global.txt | 21 +++++++++++++++++++++
> 1 file changed, 21 insertions(+)
>

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>