ARM: dts: omap4: Add reg-names for McPDM and DMIC
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 29 Aug 2012 13:31:06 +0000 (16:31 +0300)
committerBenoit Cousson <b-cousson@ti.com>
Fri, 7 Sep 2012 17:22:54 +0000 (19:22 +0200)
In order to get the memory areas by name when booted with DT.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
arch/arm/boot/dts/omap4.dtsi

index 5ed3b944965b2518adfb01eb96851231d952c5b9..9f851dfe7507148f36b7d3a82b98798a21e962ae 100644 (file)
                        compatible = "ti,omap4-mcpdm";
                        reg = <0x40132000 0x7f>, /* MPU private access */
                              <0x49032000 0x7f>; /* L3 Interconnect */
+                       reg-names = "mpu", "dma";
                        interrupts = <0 112 0x4>;
                        interrupt-parent = <&gic>;
                        ti,hwmods = "mcpdm";
                        compatible = "ti,omap4-dmic";
                        reg = <0x4012e000 0x7f>, /* MPU private access */
                              <0x4902e000 0x7f>; /* L3 Interconnect */
+                       reg-names = "mpu", "dma";
                        interrupts = <0 114 0x4>;
                        interrupt-parent = <&gic>;
                        ti,hwmods = "dmic";
This page took 0.026533 seconds and 5 git commands to generate.