Skip to content

Commit

Permalink
dts: msm8953: sdm450-samsung: fix node /soc/qcom,memshare/qcom,client_4
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderfulShrineMaidenOfParadise committed Jun 25, 2024
1 parent e9d3f40 commit 34e6faf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
14 changes: 10 additions & 4 deletions lk2nd/device/dts/msm8953/sdm450-samsung-r04.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@
/ {
qcom,msm-id = <QCOM_ID_SDM450 0>;
qcom,board-id = <QCOM_BOARD_ID_MTP 4>;

/* bootloader refuses the dtb if it cannot delete some nodes. */
qcom,memshare {
qcom,client_4 {
qcom,peripheral-size = <0x6000000>;
soc {
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x0 0x0 0xffffffff>;

qcom,memshare {
qcom,client_4 {
qcom,peripheral-size = <0x6000000>;
};
};
};

Expand Down
14 changes: 10 additions & 4 deletions lk2nd/device/dts/msm8953/sdm450-samsung-r05.dts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@
/ {
qcom,msm-id = <QCOM_ID_SDA450 0>;
qcom,board-id = <QCOM_BOARD_ID_MTP 5>;

/* bootloader refuses the dtb if it cannot delete some nodes. */
qcom,memshare {
qcom,client_4 {
qcom,peripheral-size = <0x6000000>;
soc {
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x0 0x0 0xffffffff>;

qcom,memshare {
qcom,client_4 {
qcom,peripheral-size = <0x6000000>;
};
};
};

Expand Down

0 comments on commit 34e6faf

Please sign in to comment.