Skip to content

Commit 79b0154

Browse files
57300nashif
authored andcommitted
dts: nordic: Remove cpu property from VPR nodes
It's a superfluous value which used to be required by tooling, but now we can remove it. Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent fa2240b commit 79b0154

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

dts/bindings/riscv/nordic,nrf-vpr-coprocessor.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ description: |
1212
include: base.yaml
1313

1414
properties:
15-
cpu:
16-
type: int
17-
description: |
18-
Processor ID of the VPR core.
19-
2015
execution-memory:
2116
type: phandle
2217
required: true

dts/common/nordic/nrf54h20.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@
588588
compatible = "nordic,nrf-vpr-coprocessor";
589589
reg = <0x908000 0x1000>;
590590
status = "disabled";
591-
cpu = <13>;
592591
#address-cells = <1>;
593592
#size-cells = <1>;
594593
ranges = <0x0 0x908000 0x1000>;

0 commit comments

Comments
 (0)