提交 250b4e11 编写于 作者: F Florian Vaussard 提交者: Benoit Cousson

ARM: dts: omap3-overo: Add audio support

Add the needed sections to enable audio support on Overo.
Signed-off-by: NFlorian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: NBenoit Cousson <benoit.cousson@linaro.org>
上级 be26cd6d
...@@ -23,6 +23,14 @@ ...@@ -23,6 +23,14 @@
max-brightness = <127>; max-brightness = <127>;
}; };
}; };
sound {
compatible = "ti,omap-twl4030";
ti,model = "overo";
ti,mcbsp = <&mcbsp2>;
ti,codec = <&twl_audio>;
};
}; };
&i2c1 { &i2c1 {
...@@ -32,6 +40,12 @@ ...@@ -32,6 +40,12 @@
reg = <0x48>; reg = <0x48>;
interrupts = <7>; /* SYS_NIRQ cascaded to intc */ interrupts = <7>; /* SYS_NIRQ cascaded to intc */
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
twl_audio: audio {
compatible = "ti,twl4030-audio";
codec {
};
};
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册