]> Git Repo - linux.git/commitdiff
clk: stm32mp1: remove ck_apb_dbg clock
authorGabriel Fernandez <[email protected]>
Fri, 6 Apr 2018 06:39:33 +0000 (08:39 +0200)
committerStephen Boyd <[email protected]>
Fri, 6 Apr 2018 20:43:23 +0000 (13:43 -0700)
It's recommended to use only clk_sys_dbg clock instead to activate
debug IP.

Signed-off-by: Gabriel Fernandez <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/clk-stm32mp1.c
include/dt-bindings/clock/stm32mp1-clks.h

index b7b53615b67c31bef3c97845cf31b0bd11b205f6..edd3cf4514010ce9ed66e66199c0b648ecadf8d1 100644 (file)
@@ -1988,10 +1988,6 @@ static const struct clock_config stm32mp1_clock_cfg[] = {
                  _DIV(RCC_MCO2CFGR, 4, 4, 0, NULL)),
 
        /* Debug clocks */
-       FIXED_FACTOR(NO_ID, "ck_axi_div2", "ck_axi", 0, 1, 2),
-
-       GATE(DBG, "ck_apb_dbg", "ck_axi_div2", 0, RCC_DBGCFGR, 8, 0),
-
        GATE(CK_DBG, "ck_sys_dbg", "ck_axi", 0, RCC_DBGCFGR, 8, 0),
 
        COMPOSITE(CK_TRACE, "ck_trace", ck_trace_src, CLK_OPS_PARENT_ENABLE,
index 6c807fd2c8d52af379aa4afcf0eef97af9a97b7f..90ec780bfc68622f264e7e7c7e1e030c3b83cfba 100644 (file)
 #define CK_MCO2                212
 
 /* TRACE & DEBUG clocks */
-#define DBG            213
 #define CK_DBG         214
 #define CK_TRACE       215
 
This page took 0.06156 seconds and 4 git commands to generate.