|
@@ -60,6 +60,7 @@ Optional SoC Specific Properties:
|
|
|
sub system(used in secondary sound source).
|
|
|
- pinctrl-0: Should specify pin control groups used for this controller.
|
|
|
- pinctrl-names: Should contain only one value - "default".
|
|
|
+- #sound-dai-cells: should be 1.
|
|
|
|
|
|
|
|
|
Example:
|
|
@@ -79,4 +80,5 @@ i2s0: i2s@3830000 {
|
|
|
samsung,idma-addr = <0x03000000>;
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&i2s0_bus>;
|
|
|
+ #sound-dai-cells = <1>;
|
|
|
};
|