diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2015-02-03 15:06:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-02-09 14:18:20 +0800 |
commit | 16696337cac2bed71eca47b7063aa89b31737763 (patch) | |
tree | a5cee0cc6c78abdb1001443793a0bd64f35357a1 /arch/arm/boot/dts/exynos4.dtsi | |
parent | 3635acef7c5efb5192bb07e82cd45ddd6c9d3b9d (diff) | |
download | talos-op-linux-16696337cac2bed71eca47b7063aa89b31737763.tar.gz talos-op-linux-16696337cac2bed71eca47b7063aa89b31737763.zip |
ARM: dts: Switch Odroid X2/U2 to simple-audio-card
Now when the CDCLK I2S output clock can be handled through the clock
API the Odroid X2/U3 can be switched to the simple-audio-card DT binding.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 38d8f689f7ae..0cffe397e947 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -66,6 +66,7 @@ dmas = <&pdma0 12>, <&pdma0 11>, <&pdma0 10>; dma-names = "tx", "rx", "tx-sec"; samsung,idma-addr = <0x03000000>; + #sound-dai-cells = <1>; status = "disabled"; }; @@ -378,6 +379,7 @@ clock-output-names = "i2s_cdclk1"; dmas = <&pdma1 12>, <&pdma1 11>; dma-names = "tx", "rx"; + #sound-dai-cells = <1>; status = "disabled"; }; @@ -390,6 +392,7 @@ clock-output-names = "i2s_cdclk2"; dmas = <&pdma0 14>, <&pdma0 13>; dma-names = "tx", "rx"; + #sound-dai-cells = <1>; status = "disabled"; }; |