projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b42c06
)
arm64: dts: juno: Fix SCPI shared mem node name
author
Andre Przywara
<andre.przywara@arm.com>
Wed, 13 May 2020 10:30:14 +0000
(11:30 +0100)
committer
Sudeep Holla
<sudeep.holla@arm.com>
Mon, 18 May 2020 16:08:54 +0000
(17:08 +0100)
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/20200513103016.130417-19-andre.przywara@arm.com
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/boot/dts/arm/juno-base.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/arm/juno-base.dtsi
b/arch/arm64/boot/dts/arm/juno-base.dtsi
index 9228d1b60358c470cc4446dcfcf0a04a30517266..f6c55877fbd94fd59cdc4832f64fffe5928fb5d5 100644
(file)
--- a/
arch/arm64/boot/dts/arm/juno-base.dtsi
+++ b/
arch/arm64/boot/dts/arm/juno-base.dtsi
@@
-521,12
+521,12
@@
#size-cells = <1>;
ranges = <0 0x0 0x2e000000 0x8000>;
- cpu_scp_lpri: scp-s
hme
m@0 {
+ cpu_scp_lpri: scp-s
ra
m@0 {
compatible = "arm,juno-scp-shmem";
reg = <0x0 0x200>;
};
- cpu_scp_hpri: scp-s
hme
m@200 {
+ cpu_scp_hpri: scp-s
ra
m@200 {
compatible = "arm,juno-scp-shmem";
reg = <0x200 0x200>;
};