1
0
Fork 0

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: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
hifive-unleashed-5.1
Sebastian Reichel 2017-06-13 11:28:43 +02:00 committed by Tony Lindgren
parent c3d28e5379
commit 25e6cfc81a
1 changed files with 2 additions and 2 deletions

View File

@ -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>;