ARM: dts: omap4: Fix aes entry
authorSebastian Reichel <sebastian.reichel@collabora.co.uk>
Tue, 13 Jun 2017 09:28:43 +0000 (11:28 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 14 Jun 2017 07:44:05 +0000 (00:44 -0700)
OMAP4 has a second aes module, so let's use proper name for
the first instance.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap4.dtsi

index 578c53f..589690e 100644 (file)
                        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>;