Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: remove unused definition for stm32mp1

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>

authored by

Gabriel Fernandez and committed by
Stephen Boyd
585fc46b 97621d22

-3
-3
include/dt-bindings/clock/stm32mp1-clks.h
··· 248 248 249 249 #define STM32MP1_LAST_CLK 232 250 250 251 - #define LTDC_K LTDC_PX 252 - #define ETHMAC_K ETHCK_K 253 - 254 251 #endif /* _DT_BINDINGS_STM32MP1_CLKS_H_ */