Add imem clock for Exynos 5433. This will allow to use SSS and SlimSSS (Security SubSystem) with crypto functions. Changes since v1: - splitted typo patch into two, one of them for stable, suggested by Krzystof Kozlowski - added more registers as suggested by Chanwoo Choi Kamil Konieczny (5): clk: samsung: exynos5433: fix typo in imem divider clk: samsung: exynos5433: fix name typo in sssx arm64: dts: bindings: document imem clock arm64: dts: exynos: add imem clock clk: samsung: exynos5433: add imem clock .../bindings/clock/exynos5433-clock.txt | 23 +++ arch/arm64/boot/dts/exynos/exynos5433.dtsi | 15 ++ drivers/clk/samsung/clk-exynos5433.c | 195 +++++++++++++++++- include/dt-bindings/clock/exynos5433.h | 57 ++++- 4 files changed, 286 insertions(+), 4 deletions(-) -- 2.19.1