Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Ansuel Smith and committed by
Bjorn Andersson
b565d664 7e726f34

+4 -1
+4 -1
include/dt-bindings/clock/qcom,gcc-ipq806x.h
··· 240 240 #define PLL14 232 241 241 #define PLL14_VOTE 233 242 242 #define PLL18 234 243 - #define CE5_SRC 235 243 + #define CE5_A_CLK 235 244 244 #define CE5_H_CLK 236 245 245 #define CE5_CORE_CLK 237 246 246 #define CE3_SLEEP_CLK 238 ··· 283 283 #define EBI2_AON_CLK 281 284 284 #define NSSTCM_CLK_SRC 282 285 285 #define NSSTCM_CLK 283 286 + #define CE5_A_CLK_SRC 285 287 + #define CE5_H_CLK_SRC 286 288 + #define CE5_CORE_CLK_SRC 287 286 289 287 290 #endif