ARM: at91: enable wm8904 on at91sam9n12ek board
Enable wm8904 codec on at91sam9n12ek board, which is connect to i2c0 bus with 0x1a as address. Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
ffcd77e279
commit
e6f7991660
|
@ -41,6 +41,11 @@
|
||||||
i2c0: i2c@f8010000 {
|
i2c0: i2c@f8010000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
wm8904: codec@1a {
|
||||||
|
compatible = "wm8904";
|
||||||
|
reg = <0x1a>;
|
||||||
|
};
|
||||||
|
|
||||||
qt1070: keyboard@1b {
|
qt1070: keyboard@1b {
|
||||||
compatible = "qt1070";
|
compatible = "qt1070";
|
||||||
reg = <0x1b>;
|
reg = <0x1b>;
|
||||||
|
|
Loading…
Reference in New Issue