mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: updating address for sram node in parrot"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
5b2c2168b8
@@ -48,16 +48,16 @@
|
||||
hsuart0 = &qupv3_se11_4uart;
|
||||
};
|
||||
|
||||
sram: sram@17D09400 {
|
||||
sram: sram@17D09100 {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x0 0x17D09400 0x0 0x400>;
|
||||
ranges = <0x0 0x0 0x0 0x17D09400 0x0 0x400>;
|
||||
reg = <0x0 0x17D09100 0x0 0x200>;
|
||||
ranges = <0x0 0x0 0x0 0x17D09100 0x0 0x200>;
|
||||
|
||||
cpu_scp_lpri: scp-shmem@0 {
|
||||
compatible = "arm,scp-shmem";
|
||||
reg = <0x0 0x0 0x0 0x400>;
|
||||
reg = <0x0 0x0 0x0 0x200>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -646,11 +646,6 @@
|
||||
mboxes = <&rimps 0>;
|
||||
mbox-names = "tx";
|
||||
shmem = <&cpu_scp_lpri>;
|
||||
|
||||
scmi_plh: protocol@81 {
|
||||
reg = <0x81>;
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
rimps_log: qcom,rimps_log@17d09c00 {
|
||||
|
||||
Reference in New Issue
Block a user