Skip to content

Commit

Permalink
fixup! arm64: dts: qcom: sdm660-xiaomi-clover: Split to common base a…
Browse files Browse the repository at this point in the history
…nd device DTS
  • Loading branch information
minlexx committed Jan 4, 2025
1 parent 9d33a04 commit 6ef576c
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions arch/arm64/boot/dts/qcom/sdm660-xiaomi-clover-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -81,26 +81,12 @@
#address-cells = <2>;
#size-cells = <2>;
ranges;
ramoops@a0000000 {
compatible = "ramoops";
reg = <0x0 0xa0000000 0x0 0x400000>;
console-size = <0x20000>;
record-size = <0x20000>;
ftrace-size = <0x0>;
pmsg-size = <0x20000>;
};

adsp_region: adsp@92a00000 {
reg = <0x0 0x92a00000 0x0 0x1f00000>;
no-map;
};

zap_shader_region: gpu@f0b00000 {
compatible = "shared-dma-pool";
reg = <0x0 0xf0b00000 0x0 0x2000>;
no-map;
};

mba_region: mba@94900000 {
reg = <0x0 0x94900000 0x0 0x200000>;
no-map;
Expand All @@ -115,6 +101,21 @@
reg = <0x0 0x9d400000 0x0 (1200 * 1920 * 4)>;
no-map;
};

ramoops@9fe00000 {
compatible = "ramoops";
reg = <0x0 0x9fe00000 0x0 0x100000>;
console-size = <0x80000>;
record-size = <0x1000>;
ftrace-size = <0x1000>;
pmsg-size = <0x8000>;
};

zap_shader_region: gpu@f0b00000 {
compatible = "shared-dma-pool";
reg = <0x0 0xf0b00000 0x0 0x2000>;
no-map;
};
};
};

Expand Down

0 comments on commit 6ef576c

Please sign in to comment.