Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63467cf2 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Benoit Cousson
Browse files

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: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent 2995a100
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -273,6 +273,7 @@
			compatible = "ti,omap4-mcpdm";
			compatible = "ti,omap4-mcpdm";
			reg = <0x40132000 0x7f>, /* MPU private access */
			reg = <0x40132000 0x7f>, /* MPU private access */
			      <0x49032000 0x7f>; /* L3 Interconnect */
			      <0x49032000 0x7f>; /* L3 Interconnect */
			reg-names = "mpu", "dma";
			interrupts = <0 112 0x4>;
			interrupts = <0 112 0x4>;
			interrupt-parent = <&gic>;
			interrupt-parent = <&gic>;
			ti,hwmods = "mcpdm";
			ti,hwmods = "mcpdm";
@@ -282,6 +283,7 @@
			compatible = "ti,omap4-dmic";
			compatible = "ti,omap4-dmic";
			reg = <0x4012e000 0x7f>, /* MPU private access */
			reg = <0x4012e000 0x7f>, /* MPU private access */
			      <0x4902e000 0x7f>; /* L3 Interconnect */
			      <0x4902e000 0x7f>; /* L3 Interconnect */
			reg-names = "mpu", "dma";
			interrupts = <0 114 0x4>;
			interrupts = <0 114 0x4>;
			interrupt-parent = <&gic>;
			interrupt-parent = <&gic>;
			ti,hwmods = "dmic";
			ti,hwmods = "dmic";