ARM: dts: add mixer clocks to mixer node for Exynos5250
authorSean Paul <seanpaul@chromium.org>
Mon, 7 Oct 2013 21:49:45 +0000 (06:49 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 7 Oct 2013 21:49:45 +0000 (06:49 +0900)
This patch adds the mixer clocks to the mixer node in the
exynos 5250 dts file.

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Rahul Sharma <rahul.sharma@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

index c863113eed3fdf97cb84ffe924455a189bc53aa1..80a6d08e50445bdd15e75e2aebd64002fc30928a 100644 (file)
                compatible = "samsung,exynos5250-mixer";
                reg = <0x14450000 0x10000>;
                interrupts = <0 94 0>;
+               clocks = <&clock 343>, <&clock 136>;
+               clock-names = "mixer", "sclk_hdmi";
        };
 
        dp_phy: video-phy@10040720 {
This page took 0.04377 seconds and 5 git commands to generate.