summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInha Song <ideal.song@samsung.com>2014-09-02 11:12:39 +0900
committerChanho Park <cometzero@review.tizen.org>2014-10-09 17:51:28 -0700
commit562121569d8913ebc185a948e9c9740c374562c7 (patch)
tree25e180f1622fb4f16145bebadda6060b4fd742b3
parentf33f84c4bb1819adaee23480d661a45a3d5aed66 (diff)
downloadlinux-3.10-562121569d8913ebc185a948e9c9740c374562c7.tar.gz
linux-3.10-562121569d8913ebc185a948e9c9740c374562c7.tar.bz2
linux-3.10-562121569d8913ebc185a948e9c9740c374562c7.zip
ARM: dts: Fix i2s2 node to support sound in Exynos3250 SoC
This patch Fix i2s2 node to support sound in Exynos3250 SoC. Change-Id: I96791f9c13935c4b87e1fc632e59f11dfb498fd7 Signed-off-by: Inha Song <ideal.song@samsung.com>
-rw-r--r--arch/arm/boot/dts/exynos3250.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index b5733393417..d7cb851d7f6 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -718,7 +718,7 @@
};
i2s2: i2s@13970000 {
- compatible = "samsung,i2s-v5";
+ compatible = "samsung,s3c6410-i2s";
reg = <0x13970000 0x100>;
interrupts = <0 126 0>;
clocks = <&cmu CLK_I2S>, <&cmu CLK_SCLK_I2S>;