Skip to content

Commit abb1266

Browse files
hasheddankartben
authored andcommitted
dts: risc-v: nordic: nrf54h20_cpuppr: fix cpuflpr_vevif label assignment
Fixes misassignment of cpuflpr_vevif label to cpuppr_vevif_tx node by instead assigning to cpuflpr_vevif_tx node. Signed-off-by: Daniel Mangum <[email protected]>
1 parent 6046368 commit abb1266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/riscv/nordic/nrf54h20_cpuppr.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
cpu: &cpuppr {};
1010
clic: &cpuppr_clic {};
1111
cpuppr_vevif: &cpuppr_vevif_rx {};
12-
cpuflpr_vevif: &cpuppr_vevif_tx {};
12+
cpuflpr_vevif: &cpuflpr_vevif_tx {};
1313
cpusys_vevif: &cpusys_vevif_tx {};
1414

1515
/delete-node/ &cpuapp;

0 commit comments

Comments
 (0)