diff options
author | Jeffrey Hugo <jeffrey.l.hugo@gmail.com> | 2019-12-17 17:49:13 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-12-24 03:24:48 +0100 |
commit | db2c7c0a04b11753f5741d00b784b5380ddeee72 (patch) | |
tree | 2945d93a8e37111a82011b93f97c9983743a20db /include/dt-bindings | |
parent | clk: qcom: apcs-msm8916: silently error out on EPROBE_DEFER (diff) | |
download | linux-db2c7c0a04b11753f5741d00b784b5380ddeee72.tar.xz linux-db2c7c0a04b11753f5741d00b784b5380ddeee72.zip |
clk: qcom: Add missing msm8998 gcc_bimc_gfx_clk
gcc_bimc_gfx_clk is a required clock for booting the GPU and GPU SMMU.
Fixes: 4807c71cc688 (arm64: dts: Add msm8998 SoC and MTP board support)
Signed-off-by: Jeffrey Hugo <jeffrey.l.hugo@gmail.com>
Link: https://lkml.kernel.org/r/20191217164913.4783-1-jeffrey.l.hugo@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/qcom,gcc-msm8998.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/qcom,gcc-msm8998.h b/include/dt-bindings/clock/qcom,gcc-msm8998.h index de1d8a1f5966..63e02dc32a0b 100644 --- a/include/dt-bindings/clock/qcom,gcc-msm8998.h +++ b/include/dt-bindings/clock/qcom,gcc-msm8998.h @@ -182,6 +182,7 @@ #define GCC_MSS_GPLL0_DIV_CLK_SRC 173 #define GCC_MSS_SNOC_AXI_CLK 174 #define GCC_MSS_MNOC_BIMC_AXI_CLK 175 +#define GCC_BIMC_GFX_CLK 176 #define PCIE_0_GDSC 0 #define UFS_GDSC 1 |