dt-bindings: clock: remove unused definition for stm32mp1
authorGabriel Fernandez <gabriel.fernandez@st.com>
Thu, 14 Feb 2019 10:42:42 +0000 (11:42 +0100)
committerStephen Boyd <sboyd@kernel.org>
Thu, 21 Feb 2019 22:16:27 +0000 (14:16 -0800)
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>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
include/dt-bindings/clock/stm32mp1-clks.h

index 90ec780..4cdaf13 100644 (file)
 
 #define STM32MP1_LAST_CLK 232
 
-#define LTDC_K         LTDC_PX
-#define ETHMAC_K       ETHCK_K
-
 #endif /* _DT_BINDINGS_STM32MP1_CLKS_H_ */