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

clk: samsung: dt-bindings: Document Exynos5433 IMEM CMU

Document DT bindings of the IMEM CMU providing clocks for the Exynos5433
Security SubSystem (SSS) and SlimSSS IPs.

Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Kamil Konieczny <k.konieczny@partner.samsung.com>
[s.nawrocki@samsung.com: edited commit description]
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

authored by

Kamil Konieczny and committed by
Sylwester Nawrocki
5af01ab3 b80a40c6

+23
+23
Documentation/devicetree/bindings/clock/exynos5433-clock.txt
··· 50 50 IPs. 51 51 - "samsung,exynos5433-cmu-cam1" - clock controller compatible for CMU_CAM1 52 52 which generates clocks for Cortex-A5/MIPI_CSIS2/FIMC-LITE_C/FIMC-FD IPs. 53 + - "samsung,exynos5433-cmu-imem" - clock controller compatible for CMU_IMEM 54 + which generates clocks for SSS (Security SubSystem) and SlimSSS IPs. 53 55 54 56 - reg: physical base address of the controller and length of memory mapped 55 57 region. ··· 169 167 - aclk_cam1_333 170 168 - aclk_cam1_400 171 169 - aclk_cam1_552 170 + 171 + Input clocks for imem clock controller: 172 + - oscclk 173 + - aclk_imem_sssx_266 174 + - aclk_imem_266 175 + - aclk_imem_200 172 176 173 177 Optional properties: 174 178 - power-domains: a phandle to respective power domain node as described by ··· 475 467 <&cmu_top CLK_ACLK_CAM1_400>, 476 468 <&cmu_top CLK_ACLK_CAM1_552>; 477 469 power-domains = <&pd_cam1>; 470 + }; 471 + 472 + cmu_imem: clock-controller@11060000 { 473 + compatible = "samsung,exynos5433-cmu-imem"; 474 + reg = <0x11060000 0x1000>; 475 + #clock-cells = <1>; 476 + 477 + clock-names = "oscclk", 478 + "aclk_imem_sssx_266", 479 + "aclk_imem_266", 480 + "aclk_imem_200"; 481 + clocks = <&xxti>, 482 + <&cmu_top CLK_DIV_ACLK_IMEM_SSSX_266>, 483 + <&cmu_top CLK_DIV_ACLK_IMEM_266>, 484 + <&cmu_top CLK_DIV_ACLK_IMEM_200>; 478 485 }; 479 486 480 487 Example 3: UART controller node that consumes the clock generated by the clock