|
@@ -422,6 +422,7 @@
|
|
|
|
|
|
i2s0: i2s@03830000 {
|
|
i2s0: i2s@03830000 {
|
|
compatible = "samsung,s5pv210-i2s";
|
|
compatible = "samsung,s5pv210-i2s";
|
|
|
|
+ status = "disabled";
|
|
reg = <0x03830000 0x100>;
|
|
reg = <0x03830000 0x100>;
|
|
dmas = <&pdma0 10
|
|
dmas = <&pdma0 10
|
|
&pdma0 9
|
|
&pdma0 9
|
|
@@ -438,6 +439,7 @@
|
|
|
|
|
|
i2s1: i2s@12D60000 {
|
|
i2s1: i2s@12D60000 {
|
|
compatible = "samsung,s3c6410-i2s";
|
|
compatible = "samsung,s3c6410-i2s";
|
|
|
|
+ status = "disabled";
|
|
reg = <0x12D60000 0x100>;
|
|
reg = <0x12D60000 0x100>;
|
|
dmas = <&pdma1 12
|
|
dmas = <&pdma1 12
|
|
&pdma1 11>;
|
|
&pdma1 11>;
|
|
@@ -450,6 +452,7 @@
|
|
|
|
|
|
i2s2: i2s@12D70000 {
|
|
i2s2: i2s@12D70000 {
|
|
compatible = "samsung,s3c6410-i2s";
|
|
compatible = "samsung,s3c6410-i2s";
|
|
|
|
+ status = "disabled";
|
|
reg = <0x12D70000 0x100>;
|
|
reg = <0x12D70000 0x100>;
|
|
dmas = <&pdma0 12
|
|
dmas = <&pdma0 12
|
|
&pdma0 11>;
|
|
&pdma0 11>;
|
|
@@ -615,16 +618,18 @@
|
|
compatible = "samsung,exynos4212-hdmi";
|
|
compatible = "samsung,exynos4212-hdmi";
|
|
reg = <0x14530000 0x70000>;
|
|
reg = <0x14530000 0x70000>;
|
|
interrupts = <0 95 0>;
|
|
interrupts = <0 95 0>;
|
|
- clocks = <&clock 333>, <&clock 136>, <&clock 137>,
|
|
|
|
- <&clock 333>, <&clock 333>;
|
|
|
|
|
|
+ clocks = <&clock 344>, <&clock 136>, <&clock 137>,
|
|
|
|
+ <&clock 159>, <&clock 1024>;
|
|
clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
|
|
clock-names = "hdmi", "sclk_hdmi", "sclk_pixel",
|
|
- "sclk_hdmiphy", "hdmiphy";
|
|
|
|
|
|
+ "sclk_hdmiphy", "mout_hdmi";
|
|
};
|
|
};
|
|
|
|
|
|
mixer {
|
|
mixer {
|
|
compatible = "samsung,exynos5250-mixer";
|
|
compatible = "samsung,exynos5250-mixer";
|
|
reg = <0x14450000 0x10000>;
|
|
reg = <0x14450000 0x10000>;
|
|
interrupts = <0 94 0>;
|
|
interrupts = <0 94 0>;
|
|
|
|
+ clocks = <&clock 343>, <&clock 136>;
|
|
|
|
+ clock-names = "mixer", "sclk_hdmi";
|
|
};
|
|
};
|
|
|
|
|
|
dp_phy: video-phy@10040720 {
|
|
dp_phy: video-phy@10040720 {
|