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

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
......@@ -900,9 +900,9 @@ usb_otg_hs: usb_otg_hs@4a0ab000 {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment