ARM: dts: Change i2s compatible string on Exynos4 SoC
authorInha Song <ideal.song@samsung.com>
Wed, 13 Aug 2014 02:53:39 +0000 (11:53 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 03:00:35 +0000 (12:00 +0900)
This patch removes quirks from i2s node and change the i2s
compatible names for Exynos4 SoC.

Change-Id: Id9f4965ac10eb1bbdb1b4f1a4c20f263823d36db
Signed-off-by: Inha Song <ideal.song@samsung.com>
arch/arm/boot/dts/exynos4.dtsi

index c227dac..e437018 100644 (file)
        };
 
        i2s0: i2s@03830000 {
-               compatible = "samsung,i2s-v5";
+               compatible = "samsung,s5pv210-i2s";
                reg = <0x03830000 0x100>;
                interrupts = <0 97 0>;
                clocks = <&clock_audss 0>, <&clock_audss 3>, <&clock_audss 1>,
                        "dout_bus", "dout_i2s", "i2s_opclk0";
                dmas = <&pdma0 12>, <&pdma0 11>, <&pdma0 10>;
                dma-names = "tx", "rx", "tx-sec";
-               samsung,supports-6ch;
-               samsung,supports-rstclr;
-               samsung,supports-secdai;
                samsung,idma-addr = <0x03000000>;
                status = "disabled";
        };