Skip to content

Commit eac4831

Browse files
atrivedi-tsavoritesiAshish Trivedi
andauthored
FIR - 165 Fix typo in the DTS file (#3)
* @FIR-151: Enable /dev/mem to facilitate troubleshooting * @FIR-165: Making changes to Linux to have a TXE reserved memory The changes consist of 1. Reserved memory area from 0x7F00_0000 to 0x7F1F_FFFF for TXE 2. Enabling the flag to turn on HUGETLB * @FIR-165: Fixing the typo in DTS 1. fixed the typo in DTS file 2. disabled the DTS structure --------- Co-authored-by: Ashish Trivedi <[email protected]>
1 parent 0593b4a commit eac4831

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

arch/arm64/boot/dts/intel/socfpga_agilex_bittware.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,32 +42,32 @@
4242
reg = <0 0 0 0>;
4343
};
4444

45-
reserved-memory {
45+
/*reserved-memory {
4646
#address-cells = <1>;
4747
#size-cells = <1>;
4848
ranges;*/
4949
/* global autoconfigured region for contiguous allocations */
50-
linux,cma {
50+
/*linux,cma {
5151
compatible = "shared-dma-pool";
5252
reusable;
5353
size = <0x200000>;
5454
alignment = <0x2000>;
5555
linux,cma-default;
56-
};
56+
};*/
5757

5858
/* current allocation is 2 MB from 0x7F00_0000 to 0x7F1F_FFFF
5959
* these allocaiton will change when we add more TXEs and standardize on
6060
* the space every TXE needs
6161
*/
62-
display_reserved: framebuffer@7F000000 {
62+
/* display_reserved: framebuffer@7F000000 {
6363
reg = <0x7F000000 0x100000>;
6464
};
6565

6666
restricted_dma_reserved: restricted-dma-pool@FF1000000 {
6767
compatible = "restricted-dma-pool";
6868
reg = <0x7F100000 0x100000>;
6969
};
70-
};
70+
};*/
7171

7272
};
7373

arch/arm64/configs/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1597,4 +1597,4 @@ CONFIG_CORESIGHT_CTI=m
15971597
CONFIG_MEMTEST=y
15981598
CONFIG_STRICT_DEVMEM=n
15991599
CONFIG_IO_STRICT_DEVMEM=n
1600-
CONFIG_HUGETLB_PAGE=y
1600+
CONFIG_HUGETLB_PAGE=y

0 commit comments

Comments
 (0)