Re: [PATCH 3/3] Revert "dt-bindings: marvell,mmp2: Add clock id for the SP clock"

2019-01-24 Thread Stephen Boyd
Quoting Lubomir Rintel (2019-01-20 22:22:56)
> It seems that the kernel has no business managing this clock: once the SP
> clock is disabled, it's not sufficient to just enable it in order to bring
> the SP core back up.
> 
> Pretty sure nothing ever used this and it's safe to remove.
> 
> This reverts commit e8a2c779141415105825e65a4715f1130bba61b1.
> 
> Signed-off-by: Lubomir Rintel 
> ---

Applied to clk-fixes



[PATCH 3/3] Revert "dt-bindings: marvell,mmp2: Add clock id for the SP clock"

2019-01-20 Thread Lubomir Rintel
It seems that the kernel has no business managing this clock: once the SP
clock is disabled, it's not sufficient to just enable it in order to bring
the SP core back up.

Pretty sure nothing ever used this and it's safe to remove.

This reverts commit e8a2c779141415105825e65a4715f1130bba61b1.

Signed-off-by: Lubomir Rintel 
---
 include/dt-bindings/clock/marvell,mmp2.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/dt-bindings/clock/marvell,mmp2.h 
b/include/dt-bindings/clock/marvell,mmp2.h
index 7b24fc791146..228a5e234af0 100644
--- a/include/dt-bindings/clock/marvell,mmp2.h
+++ b/include/dt-bindings/clock/marvell,mmp2.h
@@ -71,7 +71,6 @@
 #define MMP2_CLK_CCIC1_MIX 117
 #define MMP2_CLK_CCIC1_PHY 118
 #define MMP2_CLK_CCIC1_SPHY119
-#define MMP2_CLK_SP120
 
 #define MMP2_NR_CLKS   200
 #endif
-- 
2.20.1