Skip to content

Commit e4e8870

Browse files
tomi-fontdkalowsk
authored andcommitted
dts: nordic: remove nordic,cryptocell compatible
It's unused. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent 079899c commit e4e8870

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dts/arm/nordic/nrf52840.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
};
569569

570570
cryptocell: crypto@5002a000 {
571-
compatible = "nordic,cryptocell", "arm,cryptocell-310";
571+
compatible = "arm,cryptocell-310";
572572
reg = <0x5002a000 0x1000>, <0x5002b000 0x1000>;
573573
reg-names = "wrapper", "core";
574574
interrupts = <42 NRF_DEFAULT_IRQ_PRIORITY>;

dts/arm/nordic/nrf5340_cpuapp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
};
101101

102102
cryptocell: crypto@50844000 {
103-
compatible = "nordic,cryptocell", "arm,cryptocell-312";
103+
compatible = "arm,cryptocell-312";
104104
reg = <0x50844000 0x1000>, <0x50845000 0x1000>;
105105
reg-names = "wrapper", "core";
106106
interrupts = <68 NRF_DEFAULT_IRQ_PRIORITY>;

dts/arm/nordic/nrf91.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
/* Additional Secure peripherals */
4949
cryptocell: crypto@50840000 {
50-
compatible = "nordic,cryptocell", "arm,cryptocell-310";
50+
compatible = "arm,cryptocell-310";
5151
reg = <0x50840000 0x1000>, <0x50841000 0x1000>;
5252
reg-names = "wrapper", "core";
5353
interrupts = <64 NRF_DEFAULT_IRQ_PRIORITY>;

0 commit comments

Comments
 (0)