mirror of https://github.com/torvalds/linux.git
dt-bindings: clock: qcom: Add missing bindings on gcc-sc8180x
The multi-media AHB clocks are needed to create HW dependency in the multimedia CC dt blocks and avoid any issues. They were not defined in the initial bindings. Add all the missing clock bindings for gcc-sc8180x. Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250512-sc8180x-camcc-support-v4-1-8fb1d3265f52@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
19272b37aa
commit
19ac3579af
|
|
@ -249,6 +249,16 @@
|
|||
#define GCC_UFS_MEM_CLKREF_EN 239
|
||||
#define GCC_UFS_CARD_CLKREF_EN 240
|
||||
#define GPLL9 241
|
||||
#define GCC_CAMERA_AHB_CLK 242
|
||||
#define GCC_CAMERA_XO_CLK 243
|
||||
#define GCC_CPUSS_DVM_BUS_CLK 244
|
||||
#define GCC_CPUSS_GNOC_CLK 245
|
||||
#define GCC_DISP_AHB_CLK 246
|
||||
#define GCC_DISP_XO_CLK 247
|
||||
#define GCC_GPU_CFG_AHB_CLK 248
|
||||
#define GCC_NPU_CFG_AHB_CLK 249
|
||||
#define GCC_VIDEO_AHB_CLK 250
|
||||
#define GCC_VIDEO_XO_CLK 251
|
||||
|
||||
#define GCC_EMAC_BCR 0
|
||||
#define GCC_GPU_BCR 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue