projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7837fef
)
ARM: Dove: Add the audio devices in DT
author
Jean-Francois Moine
<moinejf@free.fr>
Tue, 8 Oct 2013 17:41:19 +0000
(19:41 +0200)
committer
Jason Cooper
<jason@lakedaemon.net>
Wed, 9 Oct 2013 13:15:17 +0000
(13:15 +0000)
This patch adds the nodes to instantiate the audio devices of the Dove
boards.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/dove.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/dove.dtsi
b/arch/arm/boot/dts/dove.dtsi
index 499abadf86f0b1fd3367e14739d186507000170f..1e60db1ae3535018658ff265d41ce269d76f8b35 100644
(file)
--- a/
arch/arm/boot/dts/dove.dtsi
+++ b/
arch/arm/boot/dts/dove.dtsi
@@
-573,6
+573,24
@@
phy-handle = <ðphy>;
};
};
+
+ audio0: audio-controller@b0000 {
+ compatible = "marvell,dove-audio";
+ reg = <0xb0000 0x2210>;
+ interrupts = <19>, <20>;
+ clocks = <&gate_clk 12>;
+ clock-names = "internal";
+ status = "disabled";
+ };
+
+ audio1: audio-controller@b4000 {
+ compatible = "marvell,dove-audio";
+ reg = <0xb4000 0x2210>;
+ interrupts = <21>, <22>;
+ clocks = <&gate_clk 13>;
+ clock-names = "internal";
+ status = "disabled";
+ };
};
};
};