]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: add dt node for sss module for exynos5250/5420
authorNaveen Krishna Chatradhi <ch.naveen@samsung.com>
Mon, 17 Mar 2014 22:38:04 +0000 (07:38 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 17 Mar 2014 22:38:04 +0000 (07:38 +0900)
This patch adds the device tree node for SSS module
found on Exynos5420 and Exynos5250

Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5250.dtsi
arch/arm/boot/dts/exynos5420.dtsi

index 987cfbe9634be1b90e2e8e0816c05972063b1679..9ecffcb1fe912192a194d88d7b605fc00f15926f 100644 (file)
                io-channel-ranges;
                status = "disabled";
        };
+
+       sss@10830000 {
+               compatible = "samsung,exynos4210-secss";
+               reg = <0x10830000 0x10000>;
+               interrupts = <0 112 0>;
+               clocks = <&clock 348>;
+               clock-names = "secss";
+       };
 };
index e3329afbd8c4cea8131cb8cd65fe1efe1aaee0e9..82071154eb848e28c813e1ab9bcf12cbbddca1e1 100644 (file)
                clock-names = "watchdog";
                samsung,syscon-phandle = <&pmu_system_controller>;
         };
+
+       sss@10830000 {
+               compatible = "samsung,exynos4210-secss";
+               reg = <0x10830000 0x10000>;
+               interrupts = <0 112 0>;
+               clocks = <&clock 471>;
+               clock-names = "secss";
+               samsung,power-domain = <&g2d_pd>;
+       };
 };