|
@@ -20,6 +20,14 @@
|
|
|
|
|
|
samsung,model = "Snow-I2S-MAX98090";
|
|
samsung,model = "Snow-I2S-MAX98090";
|
|
samsung,audio-codec = <&max98090>;
|
|
samsung,audio-codec = <&max98090>;
|
|
|
|
+
|
|
|
|
+ cpu {
|
|
|
|
+ sound-dai = <&i2s0 0>;
|
|
|
|
+ };
|
|
|
|
+
|
|
|
|
+ codec {
|
|
|
|
+ sound-dai = <&max98090 0>, <&hdmi>;
|
|
|
|
+ };
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
@@ -31,6 +39,9 @@
|
|
interrupt-parent = <&gpx0>;
|
|
interrupt-parent = <&gpx0>;
|
|
pinctrl-names = "default";
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&max98090_irq>;
|
|
pinctrl-0 = <&max98090_irq>;
|
|
|
|
+ clocks = <&pmu_system_controller 0>;
|
|
|
|
+ clock-names = "mclk";
|
|
|
|
+ #sound-dai-cells = <1>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|