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

Commit 4f4b5c74 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Tony Lindgren
Browse files

arm/dts: omap4: Add entry for OMAP McPDM IP



McPDM is used on OMAP4 based boards to communicate with an external audio
codec (twl6040).

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent db27ac80
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -277,5 +277,14 @@
			compatible = "ti,omap4-wdt", "ti,omap3-wdt";
			ti,hwmods = "wd_timer2";
		};

		mcpdm: mcpdm@40132000 {
			compatible = "ti,omap4-mcpdm";
			reg = <0x40132000 0x7f>, /* MPU private access */
			      <0x49032000 0x7f>; /* L3 Interconnect */
			interrupts = <0 112 0x4>;
			interrupt-parent = <&gic>;
			ti,hwmods = "mcpdm";
		};
	};
};