arm64: dts: exynos5433-tm2: Add always-on clocks.
authorJonghwa Lee <jonghwa3.lee@samsung.com>
Fri, 3 Apr 2015 05:25:46 +0000 (14:25 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 14 Dec 2016 04:43:13 +0000 (13:43 +0900)
This patch adds following clocks to 'always-on' clock domain.

- CLK_PCLK_UART1
- CLK_SCLK_UART1
- CLK_PCLK_AUD_UART

Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
arch/arm64/boot/dts/exynos/exynos5433-tm2.dts

index da0c788..28fdf9a 100644 (file)
                reg = <0x0 0x20000000 0x0 0xc0000000>;
        };
 
+       always-on-clks {
+               compatible = "clk-always-on";
+               clocks = <&cmu_peric CLK_PCLK_UART1>,
+                       <&cmu_peric CLK_SCLK_UART1>,
+                       <&cmu_aud CLK_PCLK_AUD_UART>;
+       };
+
        charger-manager {
                compatible = "charger-manager";