ARM: mvebu: use new bindings for existing crypto devices
The new bindings split the crypto and sram node in two separate devices. Modify the existing crypto nodes to match the new representation. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:

committed by
Gregory CLEMENT

parent
d716f2e837
commit
eb69e00198
@@ -264,11 +264,12 @@
|
||||
|
||||
crypto: crypto-engine@30000 {
|
||||
compatible = "marvell,orion-crypto";
|
||||
reg = <0x30000 0x10000>,
|
||||
<0xffffe000 0x800>;
|
||||
reg-names = "regs", "sram";
|
||||
reg = <0x30000 0x10000>;
|
||||
reg-names = "regs";
|
||||
interrupts = <31>;
|
||||
clocks = <&gate_clk 15>;
|
||||
marvell,crypto-srams = <&crypto_sram>;
|
||||
marvell,crypto-sram-size = <0x800>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -767,6 +768,14 @@
|
||||
interrupts = <47>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
crypto_sram: sa-sram@ffffe000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0xffffe000 0x800>;
|
||||
clocks = <&gate_clk 15>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user