This is a note to let you know that I've just added the patch titled dt-bindings: clock: imx93: Drop IMX93_CLK_END macro definition to the 6.12-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: dt-bindings-clock-imx93-drop-imx93_clk_end-macro-def.patch and it can be found in the queue-6.12 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 5166f78898b97f7bb4112fa99e4295f11fe06de6 Author: Pengfei Li <pengfei.li_1@xxxxxxx> Date: Wed Oct 23 11:46:48 2024 -0700 dt-bindings: clock: imx93: Drop IMX93_CLK_END macro definition [ Upstream commit c0813ce2e5b0d1174782aff30d366509377abc7b ] IMX93_CLK_END should be dropped as it is not part of the ABI. Signed-off-by: Pengfei Li <pengfei.li_1@xxxxxxx> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Acked-by: Peng Fan <peng.fan@xxxxxxx> Acked-by: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20241023184651.381265-3-pengfei.li_1@xxxxxxx Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx> Stable-dep-of: 32e9dea2645f ("dt-bindings: clock: imx93: Add SPDIF IPG clk") Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/include/dt-bindings/clock/imx93-clock.h b/include/dt-bindings/clock/imx93-clock.h index 787c9e74dc96d..a1d0b326bb6bf 100644 --- a/include/dt-bindings/clock/imx93-clock.h +++ b/include/dt-bindings/clock/imx93-clock.h @@ -204,6 +204,5 @@ #define IMX93_CLK_A55_SEL 199 #define IMX93_CLK_A55_CORE 200 #define IMX93_CLK_PDM_IPG 201 -#define IMX93_CLK_END 202 #endif