[PATCH 1/5] dt-bindings: clock: exynos850: Add APM_AP MAILBOX clock

Alexey Klimov posted 5 patches 2 weeks ago
There is a newer version of this series
[PATCH 1/5] dt-bindings: clock: exynos850: Add APM_AP MAILBOX clock
Posted by Alexey Klimov 2 weeks ago
Add a constant for APM-to-AP mailbox clock. This clock is needed
to access this mailbox registers.

Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
---
 include/dt-bindings/clock/exynos850.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/clock/exynos850.h b/include/dt-bindings/clock/exynos850.h
index 80dacda57229..95285589615a 100644
--- a/include/dt-bindings/clock/exynos850.h
+++ b/include/dt-bindings/clock/exynos850.h
@@ -126,6 +126,7 @@
 #define CLK_GOUT_GPIO_ALIVE_PCLK	22
 #define CLK_GOUT_PMU_ALIVE_PCLK		23
 #define CLK_GOUT_SYSREG_APM_PCLK	24
+#define CLK_GOUT_MAILBOX_APM_AP_PCLK	25
 
 /* CMU_AUD */
 #define CLK_DOUT_AUD_AUDIF		1

-- 
2.51.0
Re: (subset) [PATCH 1/5] dt-bindings: clock: exynos850: Add APM_AP MAILBOX clock
Posted by Krzysztof Kozlowski 1 week, 3 days ago
On Fri, 20 Mar 2026 21:15:13 +0000, Alexey Klimov wrote:
> Add a constant for APM-to-AP mailbox clock. This clock is needed
> to access this mailbox registers.

Applied, thanks!

[1/5] dt-bindings: clock: exynos850: Add APM_AP MAILBOX clock
      https://git.kernel.org/krzk/linux/c/bf9462c82721e42f49e4a62efe96ef7b41a5e42e

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>