ARM: kirkwood: Add audio node to kirkwood.dtsi
The binding has existed for a while, so add the missing node so it can be used by devices. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
Родитель
b89af936c9
Коммит
b3f742cc76
|
@ -310,5 +310,14 @@
|
||||||
#phy-cells = <0>;
|
#phy-cells = <0>;
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
audio0: audio-controller@a0000 {
|
||||||
|
compatible = "marvell,kirkwood-audio";
|
||||||
|
reg = <0xa0000 0x2210>;
|
||||||
|
interrupts = <24>;
|
||||||
|
clocks = <&gate_clk 9>;
|
||||||
|
clock-names = "internal";
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче