Skip to content

Commit 8ffbe72

Browse files
tomi-fontrlubos
authored andcommitted
[nrf fromtree] dts: nordic: remove nordic,cryptocell compatible
It's unused. Signed-off-by: Tomi Fontanilles <[email protected]> (cherry picked from commit e4e8870)
1 parent 81a2b95 commit 8ffbe72

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
@@ -569,7 +569,7 @@
569569
};
570570

571571
cryptocell: crypto@5002a000 {
572-
compatible = "nordic,cryptocell", "arm,cryptocell-310";
572+
compatible = "arm,cryptocell-310";
573573
reg = <0x5002a000 0x1000>, <0x5002b000 0x1000>;
574574
reg-names = "wrapper", "core";
575575
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
@@ -48,7 +48,7 @@
4848

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

0 commit comments

Comments
 (0)