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

Commit 25e6cfc8 authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Tony Lindgren
Browse files

ARM: dts: omap4: Fix aes entry



OMAP4 has a second aes module, so let's use proper name for
the first instance.

Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
Acked-by: default avatarTero Kristo <t-kristo@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c3d28e53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -900,9 +900,9 @@
			ctrl-module = <&omap_control_usbotg>;
		};

		aes: aes@4b501000 {
		aes1: aes@4b501000 {
			compatible = "ti,omap4-aes";
			ti,hwmods = "aes";
			ti,hwmods = "aes1";
			reg = <0x4b501000 0xa0>;
			interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>;
			dmas = <&sdma 111>, <&sdma 110>;