clk: qcom: Add qspi (Quad SPI) clock defines for sdm845 to header
These clocks will need to be defined in the clock driver and referenced in device tree files. Signed-off-by: Douglas Anderson <dianders@chromium.org> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Taniya Das <tdas@codeaurora.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
parent
5b394b2ddf
commit
48735597f7
|
@ -194,6 +194,9 @@
|
||||||
#define GPLL4 184
|
#define GPLL4 184
|
||||||
#define GCC_CPUSS_DVM_BUS_CLK 185
|
#define GCC_CPUSS_DVM_BUS_CLK 185
|
||||||
#define GCC_CPUSS_GNOC_CLK 186
|
#define GCC_CPUSS_GNOC_CLK 186
|
||||||
|
#define GCC_QSPI_CORE_CLK_SRC 187
|
||||||
|
#define GCC_QSPI_CORE_CLK 188
|
||||||
|
#define GCC_QSPI_CNOC_PERIPH_AHB_CLK 189
|
||||||
|
|
||||||
/* GCC Resets */
|
/* GCC Resets */
|
||||||
#define GCC_MMSS_BCR 0
|
#define GCC_MMSS_BCR 0
|
||||||
|
|
Loading…
Reference in New Issue