Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/fix/samsung' into asoc-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Feb 5, 2015
2 parents b2dde2f + fddcd30 commit c503ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/exynos4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
};

i2s1: i2s@13960000 {
compatible = "samsung,s5pv210-i2s";
compatible = "samsung,s3c6410-i2s";
reg = <0x13960000 0x100>;
clocks = <&clock CLK_I2S1>;
clock-names = "iis";
Expand All @@ -378,7 +378,7 @@
};

i2s2: i2s@13970000 {
compatible = "samsung,s5pv210-i2s";
compatible = "samsung,s3c6410-i2s";
reg = <0x13970000 0x100>;
clocks = <&clock CLK_I2S2>;
clock-names = "iis";
Expand Down

0 comments on commit c503ca5

Please sign in to comment.