diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2012-08-29 16:31:06 +0300 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-09-07 19:22:54 +0200 |
commit | 63467cf23284588901f2edfcaabbfdef489ffc9b (patch) | |
tree | be1f317a11ae218e31abc5a6dbe636b190473c88 /arch/arm/boot | |
parent | 2995a10002e20b5acfbaf9553ca1f22d9575f032 (diff) | |
download | op-kernel-dev-63467cf23284588901f2edfcaabbfdef489ffc9b.zip op-kernel-dev-63467cf23284588901f2edfcaabbfdef489ffc9b.tar.gz |
ARM: dts: omap4: Add reg-names for McPDM and DMIC
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/omap4.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 5ed3b94..9f851df 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -273,6 +273,7 @@ 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"; @@ -282,6 +283,7 @@ 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"; |