Skip to content

Commit

Permalink
ARM: dts: add mixer clocks to mixer node for Exynos5250
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sean Paul authored and Kukjin Kim committed Oct 7, 2013
1 parent 6edf22a commit 18fe6ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/exynos5250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,8 @@
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 {
Expand Down

0 comments on commit 18fe6ef

Please sign in to comment.