Skip to content

Commit 94cc3f1

Browse files
Andre-ARMsudeep-holla
authored andcommitted
arm64: dts: juno: Fix SCPI shared mem node name
The SRAM DT binding requires child nodes to use a certain node name scheme. Change the naming from scp-shmem to scp-sram to comply with that. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Andre Przywara <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent 3b42c06 commit 94cc3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/arm/juno-base.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,12 +521,12 @@
521521
#size-cells = <1>;
522522
ranges = <0 0x0 0x2e000000 0x8000>;
523523

524-
cpu_scp_lpri: scp-shmem@0 {
524+
cpu_scp_lpri: scp-sram@0 {
525525
compatible = "arm,juno-scp-shmem";
526526
reg = <0x0 0x200>;
527527
};
528528

529-
cpu_scp_hpri: scp-shmem@200 {
529+
cpu_scp_hpri: scp-sram@200 {
530530
compatible = "arm,juno-scp-shmem";
531531
reg = <0x200 0x200>;
532532
};

0 commit comments

Comments
 (0)