Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: qcom: Add GCC_MSS_RESET support

Add support to use reset control framework for resetting MSS
with hexagon v56 1.5.0.

Signed-off-by: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>

authored by

Avaneesh Kumar Dwivedi and committed by
Stephen Boyd
4263499a edc6da23

+2
+1
drivers/clk/qcom/gcc-msm8996.c
··· 3448 3448 [GCC_MSMPU_BCR] = { 0x8d000 }, 3449 3449 [GCC_MSS_Q6_BCR] = { 0x8e000 }, 3450 3450 [GCC_QREFS_VBG_CAL_BCR] = { 0x88020 }, 3451 + [GCC_MSS_RESTART] = { 0x8f008 }, 3451 3452 }; 3452 3453 3453 3454 static const struct regmap_config gcc_msm8996_regmap_config = {
+1
include/dt-bindings/clock/qcom,gcc-msm8996.h
··· 339 339 #define GCC_PCIE_PHY_COM_NOCSR_BCR 102 340 340 #define GCC_USB3_PHY_BCR 103 341 341 #define GCC_USB3PHY_PHY_BCR 104 342 + #define GCC_MSS_RESTART 105 342 343 343 344 344 345 /* Indexes for GDSCs */