ARM: pb1176: add AACI to the device tree
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 14 Jan 2016 12:23:48 +0000 (13:23 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 11 Feb 2016 14:52:45 +0000 (15:52 +0100)
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>
arch/arm/boot/dts/arm-realview-pb1176.dts

index d0855bf736112f0f705393f5ba84de3e1baf4b2a..f02d1f14619a2a992e406edc93ffa9525d8a3f78 100644 (file)
                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>;
This page took 0.025025 seconds and 5 git commands to generate.