1
0
Fork 0

ARM: dts: sunxi: add SoC specific compatibles for the crypto nodes

Add SoC specific compatibles for all sunXi crypto nodes, in addition to
the one already used (allwinner,sun4i-a10-crypto).

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
hifive-unleashed-5.1
Antoine Tenart 2017-06-01 21:39:05 +02:00 committed by Maxime Ripard
parent e1679f0921
commit 9bea19aac3
2 changed files with 4 additions and 2 deletions

View File

@ -816,7 +816,8 @@
};
crypto: crypto-engine@01c15000 {
compatible = "allwinner,sun4i-a10-crypto";
compatible = "allwinner,sun6i-a31-crypto",
"allwinner,sun4i-a10-crypto";
reg = <0x01c15000 0x1000>;
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&ccu CLK_AHB1_SS>, <&ccu CLK_SS>;

View File

@ -1019,7 +1019,8 @@
};
crypto: crypto-engine@01c15000 {
compatible = "allwinner,sun4i-a10-crypto";
compatible = "allwinner,sun7i-a20-crypto",
"allwinner,sun4i-a10-crypto";
reg = <0x01c15000 0x1000>;
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&ahb_gates 5>, <&ss_clk>;