Message ID | 20240806121157.479212-3-virag.david003@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Add USB clocks to Exynos7885 | expand |
On Tue, 06 Aug 2024 14:11:45 +0200, David Virag wrote: > Add indices for missing MUX clocks from PLLs in CMU_TOP. > > Applied, thanks! [2/7] dt-bindings: clock: exynos7885: Add CMU_TOP PLL MUX indices https://git.kernel.org/krzk/linux/c/59baa83e30f82b74b4c7dc07c20eac9899b6c0c6 Best regards,
diff --git a/include/dt-bindings/clock/exynos7885.h b/include/dt-bindings/clock/exynos7885.h index 54cfccff8508..4ce86810b10d 100644 --- a/include/dt-bindings/clock/exynos7885.h +++ b/include/dt-bindings/clock/exynos7885.h @@ -69,6 +69,8 @@ #define CLK_GOUT_FSYS_MMC_EMBD 58 #define CLK_GOUT_FSYS_MMC_SDIO 59 #define CLK_GOUT_FSYS_USB30DRD 60 +#define CLK_MOUT_SHARED0_PLL 61 +#define CLK_MOUT_SHARED1_PLL 62 /* CMU_CORE */ #define CLK_MOUT_CORE_BUS_USER 1
Add indices for missing MUX clocks from PLLs in CMU_TOP. Signed-off-by: David Virag <virag.david003@gmail.com> --- include/dt-bindings/clock/exynos7885.h | 2 ++ 1 file changed, 2 insertions(+)