Commit f493602d authored by Sylwester Nawrocki's avatar Sylwester Nawrocki
Browse files

clk: samsung: Add clk ID definitions for the CPU parent clocks



Add clock ID definitions for the CPU parent clocks for SoCs
which don't have such definitions yet. This will allow us to
reference the parent clocks directly by cached struct clk_hw
pointers in the clock provider, rather than doing clk lookup
by name.

Reviewed-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Acked-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200826171529.23618-1-s.nawrocki@samsung.com


Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
parent 8b066520
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -172,8 +172,10 @@
#define CLK_MOUT_GPLL		1025
#define CLK_MOUT_ACLK200_DISP1_SUB	1026
#define CLK_MOUT_ACLK300_DISP1_SUB	1027
#define CLK_MOUT_APLL		1028
#define CLK_MOUT_MPLL		1029

/* must be greater than maximal clock id */
#define CLK_NR_CLKS		1028
#define CLK_NR_CLKS		1030

#endif /* _DT_BINDINGS_CLOCK_EXYNOS_5250_H */
+5 −0
Original line number Diff line number Diff line
@@ -231,6 +231,11 @@
#define CLK_MOUT_SCLK_SPLL	660
#define CLK_MOUT_MX_MSPLL_CCORE_PHY	661
#define CLK_MOUT_SW_ACLK_G3D	662
#define CLK_MOUT_APLL		663
#define CLK_MOUT_MSPLL_CPU	664
#define CLK_MOUT_KPLL		665
#define CLK_MOUT_MSPLL_KFC	666


/* divider clocks */
#define CLK_DOUT_PIXEL		768