dt-bindings: clock: add ipq8064 ce5 clk define
Add ipq8064 ce5 clk define needed for CryptoEngine in gcc driver. Define CE5_SRC is not used so it's OK to change and we align it to the QSDK naming. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Tested-by: Jonathan McDowell <noodles@earth.li> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220226135235.10051-12-ansuelsmth@gmail.com
This commit is contained in:
parent
7e726f34c7
commit
b565d66403
|
@ -240,7 +240,7 @@
|
||||||
#define PLL14 232
|
#define PLL14 232
|
||||||
#define PLL14_VOTE 233
|
#define PLL14_VOTE 233
|
||||||
#define PLL18 234
|
#define PLL18 234
|
||||||
#define CE5_SRC 235
|
#define CE5_A_CLK 235
|
||||||
#define CE5_H_CLK 236
|
#define CE5_H_CLK 236
|
||||||
#define CE5_CORE_CLK 237
|
#define CE5_CORE_CLK 237
|
||||||
#define CE3_SLEEP_CLK 238
|
#define CE3_SLEEP_CLK 238
|
||||||
|
@ -283,5 +283,8 @@
|
||||||
#define EBI2_AON_CLK 281
|
#define EBI2_AON_CLK 281
|
||||||
#define NSSTCM_CLK_SRC 282
|
#define NSSTCM_CLK_SRC 282
|
||||||
#define NSSTCM_CLK 283
|
#define NSSTCM_CLK 283
|
||||||
|
#define CE5_A_CLK_SRC 285
|
||||||
|
#define CE5_H_CLK_SRC 286
|
||||||
|
#define CE5_CORE_CLK_SRC 287
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue