From: Gabriel Fernandez Date: Thu, 14 Feb 2019 10:42:42 +0000 (+0100) Subject: dt-bindings: clock: remove unused definition for stm32mp1 X-Git-Tag: v5.1-rc1~34^2~8^4 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=585fc46bd47a143ee7433768e298a7f94008e5f5;p=linux.git 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 Signed-off-by: Stephen Boyd --- 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_ */