Message ID | 20240723163311.28654-1-semen.protsenko@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] dt-bindings: clock: exynos850: Add TMU clock | expand |
On Tue, 23 Jul 2024 11:33:10 -0500, Sam Protsenko wrote: > Add a constant for TMU PCLK clock. It acts simultaneously as an > interface clock (to access TMU registers) and an operating clock which > makes TMU IP-core functional. > > Applied, thanks! [1/2] dt-bindings: clock: exynos850: Add TMU clock https://git.kernel.org/krzk/linux/c/01ce1bf22adc0d09d906319787091ce784cb9914 [2/2] clk: samsung: exynos850: Add TMU clock https://git.kernel.org/krzk/linux/c/79b918aa997acd5066c7962502b1daaae76b6911 Best regards,
On 31/07/2024 16:20, Krzysztof Kozlowski wrote: > > On Tue, 23 Jul 2024 11:33:10 -0500, Sam Protsenko wrote: >> Add a constant for TMU PCLK clock. It acts simultaneously as an >> interface clock (to access TMU registers) and an operating clock which >> makes TMU IP-core functional. >> >> > > Applied, thanks! > > [1/2] dt-bindings: clock: exynos850: Add TMU clock > https://git.kernel.org/krzk/linux/c/01ce1bf22adc0d09d906319787091ce784cb9914 > [2/2] clk: samsung: exynos850: Add TMU clock > https://git.kernel.org/krzk/linux/c/79b918aa997acd5066c7962502b1daaae76b6911 Hashes got mixed, but the commits are properly applied: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git/log/?h=next/clk Best regards, Krzysztof
On Wed, Jul 31, 2024 at 9:22 AM Krzysztof Kozlowski <krzk@kernel.org> wrote: > > On 31/07/2024 16:20, Krzysztof Kozlowski wrote: > > > > On Tue, 23 Jul 2024 11:33:10 -0500, Sam Protsenko wrote: > >> Add a constant for TMU PCLK clock. It acts simultaneously as an > >> interface clock (to access TMU registers) and an operating clock which > >> makes TMU IP-core functional. > >> > >> > > > > Applied, thanks! > > > > [1/2] dt-bindings: clock: exynos850: Add TMU clock > > https://git.kernel.org/krzk/linux/c/01ce1bf22adc0d09d906319787091ce784cb9914 > > [2/2] clk: samsung: exynos850: Add TMU clock > > https://git.kernel.org/krzk/linux/c/79b918aa997acd5066c7962502b1daaae76b6911 > > Hashes got mixed, but the commits are properly applied: > https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git/log/?h=next/clk > Thanks for handling this! > Best regards, > Krzysztof >
diff --git a/include/dt-bindings/clock/exynos850.h b/include/dt-bindings/clock/exynos850.h index 7666241520f8..80dacda57229 100644 --- a/include/dt-bindings/clock/exynos850.h +++ b/include/dt-bindings/clock/exynos850.h @@ -358,6 +358,7 @@ #define CLK_GOUT_UART_PCLK 32 #define CLK_GOUT_WDT0_PCLK 33 #define CLK_GOUT_WDT1_PCLK 34 +#define CLK_GOUT_BUSIF_TMU_PCLK 35 /* CMU_CORE */ #define CLK_MOUT_CORE_BUS_USER 1
Add a constant for TMU PCLK clock. It acts simultaneously as an interface clock (to access TMU registers) and an operating clock which makes TMU IP-core functional. Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> --- include/dt-bindings/clock/exynos850.h | 1 + 1 file changed, 1 insertion(+)