Re: [PATCH v2 2/2] clk: mediatek: correct cpu clock name for MT8173 SoC

From: Stephen Boyd
Date: Tue Feb 26 2019 - 13:18:20 EST


Quoting Seiya Wang (2019-02-24 22:51:12)
> diff --git a/include/dt-bindings/clock/mt8173-clk.h b/include/dt-bindings/clock/mt8173-clk.h
> index 8aea623dd518..76e4e5b65353 100644
> --- a/include/dt-bindings/clock/mt8173-clk.h
> +++ b/include/dt-bindings/clock/mt8173-clk.h
> @@ -194,7 +194,8 @@
> #define CLK_INFRA_PMICWRAP 11
> #define CLK_INFRA_CLK_13M 12
> #define CLK_INFRA_CA53SEL 13
> -#define CLK_INFRA_CA57SEL 14
> +#define CLK_INFRA_CA57SEL 14 /* Deprecated. Don't use it. */
> +#define CLK_INFRA_CA72SEL 14

Also, please send a followup patch to remove the deprecated define later
when the dts file is fixed up.