[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200312054649.GG1098305@builder>
Date: Wed, 11 Mar 2020 22:46:49 -0700
From: Bjorn Andersson <bjorn.andersson@...aro.org>
To: Ansuel Smith <ansuelsmth@...il.com>
Cc: agross@...nel.org, Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] firmware: qcom_scm: add ipq806x with no clock
On Wed 11 Mar 06:09 PDT 2020, Ansuel Smith wrote:
> ipq806x rpm definition was missing for a long time.
> Add this to make this soc support rpm.
>
I merged the dt-binding patch, but please update dts to use:
compatible = "qcom,scm-ipq806x", "qcom,scm";
instead of adding the platform specific compatible in the driver.
Regards,
Bjorn
> Signed-off-by: Ansuel Smith <ansuelsmth@...il.com>
> ---
> drivers/firmware/qcom_scm.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/firmware/qcom_scm.c b/drivers/firmware/qcom_scm.c
> index 059bb0fbae9e..d13ef3cd8cf5 100644
> --- a/drivers/firmware/qcom_scm.c
> +++ b/drivers/firmware/qcom_scm.c
> @@ -1144,6 +1144,7 @@ static const struct of_device_id qcom_scm_dt_match[] = {
> SCM_HAS_BUS_CLK)
> },
> { .compatible = "qcom,scm-ipq4019" },
> + { .compatible = "qcom,scm-ipq806x" },
> { .compatible = "qcom,scm-msm8660", .data = (void *) SCM_HAS_CORE_CLK },
> { .compatible = "qcom,scm-msm8960", .data = (void *) SCM_HAS_CORE_CLK },
> { .compatible = "qcom,scm-msm8916", .data = (void *)(SCM_HAS_CORE_CLK |
> --
> 2.25.0
>
Powered by blists - more mailing lists