Commit 6ea9ca8008cf8261dbcd86f6d210f6aefe8d338a

Authored by Sylwester Nawrocki
Committed by Greg Kroah-Hartman
1 parent dde496323a

ARM: dts: Fix I2S1, I2S2 compatible for exynos4 SoCs

commit fddcd300732dad5b822d27de7aa78998dca43162 upstream.

I2S1, I2S2 on Exynos4 SoC series have limited functionality compared
to I2S0, "samsung,s3c6410-i2s" compatible should be used for them.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

arch/arm/boot/dts/exynos4.dtsi
... ... @@ -368,7 +368,7 @@
368 368 };
369 369  
370 370 i2s1: i2s@13960000 {
371   - compatible = "samsung,s5pv210-i2s";
  371 + compatible = "samsung,s3c6410-i2s";
372 372 reg = <0x13960000 0x100>;
373 373 clocks = <&clock CLK_I2S1>;
374 374 clock-names = "iis";
... ... @@ -378,7 +378,7 @@
378 378 };
379 379  
380 380 i2s2: i2s@13970000 {
381   - compatible = "samsung,s5pv210-i2s";
  381 + compatible = "samsung,s3c6410-i2s";
382 382 reg = <0x13970000 0x100>;
383 383 clocks = <&clock CLK_I2S2>;
384 384 clock-names = "iis";