Commit 9bea19aa authored by Antoine Tenart's avatar Antoine Tenart Committed by Maxime Ripard

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: default avatarAntoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent e1679f09
......@@ -816,7 +816,8 @@ gmac: ethernet@01c30000 {
};
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>;
......
......@@ -1019,7 +1019,8 @@ ohci0: usb@01c14400 {
};
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>;
......
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