[PATCH v4 05/39] clk/qcom: use upstream compatible properties

Sumit Garg sumit.garg at linaro.org
Tue Feb 20 06:46:53 CET 2024


On Fri, 16 Feb 2024 at 02:22, Caleb Connolly <caleb.connolly at linaro.org> wrote:
>
> Adjust the apq8016 and apq8096 drivers to use the upstream compatible
> properties, and adjust the associated dts files in U-Boot.

It looks like you haven't adjusted the dts file for db820c. However,
later patches drop them completely so I am not too worried about it.

Reviewed-by: Sumit Garg <sumit.garg at linaro.org>

-Sumit

>
> Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>
> Signed-off-by: Caleb Connolly <caleb.connolly at linaro.org>
> ---
>  arch/arm/dts/dragonboard410c.dts | 2 +-
>  drivers/clk/qcom/clock-apq8016.c | 2 +-
>  drivers/clk/qcom/clock-apq8096.c | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/dts/dragonboard410c.dts b/arch/arm/dts/dragonboard410c.dts
> index 6a4e3ccf17b1..02c824d0226c 100644
> --- a/arch/arm/dts/dragonboard410c.dts
> +++ b/arch/arm/dts/dragonboard410c.dts
> @@ -75,7 +75,7 @@
>                         };
>                 };
>                 clkc: qcom,gcc at 1800000 {
> -                       compatible = "qcom,gcc-apq8016";
> +                       compatible = "qcom,gcc-msm8916";
>                         reg = <0x1800000 0x80000>;
>                         #address-cells = <0x1>;
>                         #size-cells = <0x0>;
> diff --git a/drivers/clk/qcom/clock-apq8016.c b/drivers/clk/qcom/clock-apq8016.c
> index c0ce570edc79..0af7191cff52 100644
> --- a/drivers/clk/qcom/clock-apq8016.c
> +++ b/drivers/clk/qcom/clock-apq8016.c
> @@ -145,7 +145,7 @@ static struct msm_clk_data apq8016_clk_data = {
>
>  static const struct udevice_id gcc_apq8016_of_match[] = {
>         {
> -               .compatible = "qcom,gcc-apq8016",
> +               .compatible = "qcom,gcc-msm8916",
>                 .data = (ulong)&apq8016_clk_data,
>         },
>         { }
> diff --git a/drivers/clk/qcom/clock-apq8096.c b/drivers/clk/qcom/clock-apq8096.c
> index cf1a347309a5..1e6fdb5cd42d 100644
> --- a/drivers/clk/qcom/clock-apq8096.c
> +++ b/drivers/clk/qcom/clock-apq8096.c
> @@ -123,7 +123,7 @@ static struct msm_clk_data apq8096_clk_data = {
>
>  static const struct udevice_id gcc_apq8096_of_match[] = {
>         {
> -               .compatible = "qcom,gcc-apq8096",
> +               .compatible = "qcom,gcc-msm8996",
>                 .data = (ulong)&apq8096_clk_data,
>         },
>         { }
>
> --
> 2.43.1
>


More information about the U-Boot mailing list