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>
This commit is contained in:
Sebastian Reichel 2017-06-13 11:28:43 +02:00 коммит произвёл Tony Lindgren
Родитель c3d28e5379
Коммит 25e6cfc81a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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