2019-02-13 13:44:16

by Gabriel FERNANDEZ

[permalink] [raw]
Subject: [PATCH] dt-bindings: clock: remove unused definition for stm32mp1

From: Gabriel Fernandez <[email protected]>

LTDC_K and ETHMAC_K are not used.

Signed-off-by: Gabriel Fernandez <[email protected]>
---
include/dt-bindings/clock/stm32mp1-clks.h | 3 ---
1 file changed, 3 deletions(-)

diff --git a/include/dt-bindings/clock/stm32mp1-clks.h b/include/dt-bindings/clock/stm32mp1-clks.h
index 90ec780bfc68..4cdaf135829c 100644
--- a/include/dt-bindings/clock/stm32mp1-clks.h
+++ b/include/dt-bindings/clock/stm32mp1-clks.h
@@ -248,7 +248,4 @@

#define STM32MP1_LAST_CLK 232

-#define LTDC_K LTDC_PX
-#define ETHMAC_K ETHCK_K
-
#endif /* _DT_BINDINGS_STM32MP1_CLKS_H_ */
--
2.17.0



2019-02-14 08:34:07

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: clock: remove unused definition for stm32mp1

Quoting [email protected] (2019-02-13 02:07:14)
> From: Gabriel Fernandez <[email protected]>
>
> LTDC_K and ETHMAC_K are not used.

Ok, but do they exist? It's part of the binding so I don't see how it
hurts anything to describe what is there.

Also, please send patches to the linux-clk mailing list so patch
tracking can work.