Skip to content

Commit

Permalink
ARM: Dove: Add the audio devices in DT
Browse files Browse the repository at this point in the history
This patch adds the nodes to instantiate the audio devices of the Dove
boards.

Signed-off-by: Jean-Francois Moine <[email protected]>
Acked-by: Sebastian Hesselbarth <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
  • Loading branch information
moinejf authored and Jason Cooper committed Oct 9, 2013
1 parent 7837fef commit 080972a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions arch/arm/boot/dts/dove.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,24 @@
phy-handle = <&ethphy>;
};
};

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";
};
};
};
};

0 comments on commit 080972a

Please sign in to comment.