linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V5] ARM: dts: Change i2s compatible string on exynos5250
@ 2013-08-16  4:26 Padmavathi Venna
  2013-08-16  4:48 ` Olof Johansson
  2013-08-16 10:06 ` Mark Brown
  0 siblings, 2 replies; 8+ messages in thread
From: Padmavathi Venna @ 2013-08-16  4:26 UTC (permalink / raw)
  To: linux-arm-kernel

This patch removes quirks from i2s node and change the i2s
compatible names.

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
---

Changes since V4:
	- Mark Brown reverted the below two patches due to below build failure with
	  exynos_defconfig.
		"ARM: dts: exynos5250: move common i2s properties to exynos5 dtsi"
		"ARM: dts: Change i2s compatible string on exynos5250"

	  build error:
	  DTC     arch/arm/boot/dts/exynos5420-smdk5420.dtb
	  ERROR (phandle_references): Reference to non-existent node or label "pdma1"
	  ERROR (phandle_references): Reference to non-existent node or label "pdma1"
	  ERROR (phandle_references): Reference to non-existent node or label "pdma0"
	  ERROR (phandle_references): Reference to non-existent node or label "pdma0"

But with out "ARM: dts: Change i2s compatible string on exynos5250" will break the i2s
driver.

So posting this patch now and will take care of posting other patch later after dependent
patches got merged.

 arch/arm/boot/dts/exynos5250.dtsi |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index ef57277..376090f 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -405,7 +405,7 @@
 	};
 
 	i2s0: i2s at 03830000 {
-		compatible = "samsung,i2s-v5";
+		compatible = "samsung,s5pv210-i2s";
 		reg = <0x03830000 0x100>;
 		dmas = <&pdma0 10
 			&pdma0 9
@@ -415,16 +415,13 @@
 			<&clock_audss EXYNOS_I2S_BUS>,
 			<&clock_audss EXYNOS_SCLK_I2S>;
 		clock-names = "iis", "i2s_opclk0", "i2s_opclk1";
-		samsung,supports-6ch;
-		samsung,supports-rstclr;
-		samsung,supports-secdai;
 		samsung,idma-addr = <0x03000000>;
 		pinctrl-names = "default";
 		pinctrl-0 = <&i2s0_bus>;
 	};
 
 	i2s1: i2s at 12D60000 {
-		compatible = "samsung,i2s-v5";
+		compatible = "samsung,s3c6410-i2s";
 		reg = <0x12D60000 0x100>;
 		dmas = <&pdma1 12
 			&pdma1 11>;
@@ -436,7 +433,7 @@
 	};
 
 	i2s2: i2s at 12D70000 {
-		compatible = "samsung,i2s-v5";
+		compatible = "samsung,s3c6410-i2s";
 		reg = <0x12D70000 0x100>;
 		dmas = <&pdma0 12
 			&pdma0 11>;
-- 
1.7.4.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-08-18 18:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-16  4:26 [PATCH V5] ARM: dts: Change i2s compatible string on exynos5250 Padmavathi Venna
2013-08-16  4:48 ` Olof Johansson
2013-08-16  5:43   ` Kukjin Kim
2013-08-16  7:53     ` Tomasz Figa
2013-08-16  9:59       ` Mark Brown
2013-08-18 18:05       ` Kukjin Kim
2013-08-16  7:48   ` Tomasz Figa
2013-08-16 10:06 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).