Skip to content

Commit

Permalink
WIP: ARM: tegra: asus-tf101: Add reserved-memory node
Browse files Browse the repository at this point in the history
TF101 is very similar to Acer A500, use the same reserved-memory node
as A500.

Signed-off-by: Dmitry Osipenko <[email protected]>
  • Loading branch information
digetx committed Apr 1, 2021
1 parent b909a6f commit 7161e0e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions arch/arm/boot/dts/tegra20-asus-tf101.dts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,28 @@
reg = <0x00000000 0x40000000>;
};

reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;

ramoops@2ffe0000 {
compatible = "ramoops";
reg = <0x2ffe0000 0x10000>; /* 64kB */
console-size = <0x8000>; /* 32kB */
record-size = <0x400>; /* 1kB */
ecc-size = <16>;
};

linux,cma@30000000 {
compatible = "shared-dma-pool";
alloc-ranges = <0x30000000 0x10000000>;
size = <0x10000000>; /* 256MiB */
linux,cma-default;
reusable;
};
};

host1x@50000000 {
dc@54200000 {
rgb {
Expand Down

0 comments on commit 7161e0e

Please sign in to comment.