]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: add pwm DT nodes to Exynos5250 and Exynos5420
authorLeela Krishna Amudala <l.krishna@samsung.com>
Wed, 18 Dec 2013 17:41:02 +0000 (02:41 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 18 Dec 2013 17:41:02 +0000 (02:41 +0900)
Add the device-tree binding for the PWM controller to Exynos5250 and Exynos5420

Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Signed-off-by: Olof Johansson <olofj@chromium.org>
Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/boot/dts/exynos5250.dtsi
arch/arm/boot/dts/exynos5420.dtsi

index b98ffc3a5fe289514a661cd5b5b7099c1c044be5..ff416410afd1f4dc1f4d8f9418a1974c4119ac32 100644 (file)
                };
        };
 
+       pwm: pwm@12dd0000 {
+               compatible = "samsung,exynos4210-pwm";
+               reg = <0x12dd0000 0x100>;
+               samsung,pwm-outputs = <0>, <1>, <2>, <3>;
+               #pwm-cells = <3>;
+               clocks = <&clock 311>;
+               clock-names = "timers";
+       };
+
        amba {
                #address-cells = <1>;
                #size-cells = <1>;
index be546f43227378790ebfcb958550385d81d65c15..1c1a6a0db252ba5d4b6bba43dab6179094ee6fa3 100644 (file)
                clock-names = "uart", "clk_uart_baud0";
        };
 
+       pwm: pwm@12dd0000 {
+               compatible = "samsung,exynos4210-pwm";
+               reg = <0x12dd0000 0x100>;
+               samsung,pwm-outputs = <0>, <1>, <2>, <3>;
+               #pwm-cells = <3>;
+               clocks = <&clock 279>;
+               clock-names = "timers";
+       };
+
        dp_phy: video-phy@10040728 {
                compatible = "samsung,exynos5250-dp-video-phy";
                reg = <0x10040728 4>;