diff options
author | Seiya Wang <seiya.wang@mediatek.com> | 2019-02-25 07:51:12 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-02-26 19:17:40 +0100 |
commit | 64f4466c887e2f16cb01467c8064ff1106c980a3 (patch) | |
tree | 7c9668c4bd09e63a5e586818a16b34ea89c8bf5e /include/dt-bindings | |
parent | Linux 5.0-rc1 (diff) | |
download | linux-64f4466c887e2f16cb01467c8064ff1106c980a3.tar.xz linux-64f4466c887e2f16cb01467c8064ff1106c980a3.zip |
clk: mediatek: correct cpu clock name for MT8173 SoC
Correct cpu clock name from ca57 to ca72 since MT8173 does use cortex-a72.
Signed-off-by: Seiya Wang <seiya.wang@mediatek.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/mt8173-clk.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 #define CLK_INFRA_NR_CLK 15 /* PERI_SYS */ |