diff mbox series

[v2] dt-bindings: clock: remove unused definition for stm32mp1

Message ID 20190214104242.1491-1-gabriel.fernandez@st.com (mailing list archive)
State Accepted, archived
Headers show
Series [v2] dt-bindings: clock: remove unused definition for stm32mp1 | expand

Commit Message

Gabriel FERNANDEZ Feb. 14, 2019, 10:42 a.m. UTC
From: Gabriel Fernandez <gabriel.fernandez@st.com>

A copy of LTDC_PX and ETHCK_K (LTDC_K and ETHMAC_K) was introduced in
stm32mp1 dt-bindings file by mistake.
These bindings are not used and shouldn't be use to be conform with
convention name of the stm32mp1 clock IP.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
---
 include/dt-bindings/clock/stm32mp1-clks.h | 3 ---
 1 file changed, 3 deletions(-)

Comments

Stephen Boyd Feb. 21, 2019, 10:16 p.m. UTC | #1
Quoting gabriel.fernandez@st.com (2019-02-14 02:42:42)
> From: Gabriel Fernandez <gabriel.fernandez@st.com>
> 
> A copy of LTDC_PX and ETHCK_K (LTDC_K and ETHMAC_K) was introduced in
> stm32mp1 dt-bindings file by mistake.
> These bindings are not used and shouldn't be use to be conform with
> convention name of the stm32mp1 clock IP.
> 
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
> ---

Applied to clk-next
diff mbox series

Patch

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_ */