summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/arm-realview-pb1176.dts
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-01-14 13:23:48 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-02-11 15:52:45 +0100
commitefcf8963c659f41d44550ccd17e5ed24a97a3e23 (patch)
treecefd338d2e27a3aedbdc44b4ef0df68dabc3328e /arch/arm/boot/dts/arm-realview-pb1176.dts
parentARM: pb1176: add ICST307 clocks to the device tree (diff)
downloadlinux-efcf8963c659f41d44550ccd17e5ed24a97a3e23.tar.xz
linux-efcf8963c659f41d44550ccd17e5ed24a97a3e23.zip
ARM: pb1176: add AACI to the device tree
The device tree was missing the definition of the AACI Advanced Audio Codec Interface, so add it. Tested on the hardware and it works. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/arm-realview-pb1176.dts')
-rw-r--r--arch/arm/boot/dts/arm-realview-pb1176.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/arm-realview-pb1176.dts b/arch/arm/boot/dts/arm-realview-pb1176.dts
index d0855bf73611..f02d1f14619a 100644
--- a/arch/arm/boot/dts/arm-realview-pb1176.dts
+++ b/arch/arm/boot/dts/arm-realview-pb1176.dts
@@ -373,6 +373,15 @@
compatible = "simple-bus";
ranges;
+ fpga_aaci: aaci@10004000 {
+ compatible = "arm,pl041", "arm,primecell";
+ reg = <0x10004000 0x1000>;
+ interrupt-parent = <&intc_fpga1176>;
+ interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&pclk>;
+ clock-names = "apb_pclk";
+ };
+
fpga_mci: mmcsd@10005000 {
compatible = "arm,pl18x", "arm,primecell";
reg = <0x10005000 0x1000>;