Skip to content

Commit

Permalink
arm64: dts: qcom: msm8953: Move zap_shader_region
Browse files Browse the repository at this point in the history
Kernel cannot reserv the memory region for zap, so lets
move it later make it able to reserved.

Signed-off-by: Barnabás Czémán <barnabas.czeman@mainlining.org>
  • Loading branch information
barni2000 committed Sep 24, 2024
1 parent e6258b1 commit c62bce8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions arch/arm64/boot/dts/qcom/msm8953.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -798,11 +798,6 @@
#size-cells = <2>;
ranges;

zap_shader_region: zap@81800000 {
compatible = "shared-dma-pool";
reg = <0x0 0x81800000 0x0 0x2000>;
no-map;
};

qseecom_mem: qseecom@85b00000 {
reg = <0x0 0x85b00000 0x0 0x800000>;
Expand Down Expand Up @@ -862,6 +857,12 @@
no-map;
};

zap_shader_region: zap@95000000 {
compatible = "shared-dma-pool";
reg = <0x0 0x95000000 0x0 0x2000>;
no-map;
};

rmtfs@f2d00000 {
compatible = "qcom,rmtfs-mem";
reg = <0x0 0xf2d00000 0x0 0x180000>;
Expand Down

0 comments on commit c62bce8

Please sign in to comment.