diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex_bittware.dts b/arch/arm64/boot/dts/intel/socfpga_agilex_bittware.dts index 6b1419d91474..63cf533430b4 100644 --- a/arch/arm64/boot/dts/intel/socfpga_agilex_bittware.dts +++ b/arch/arm64/boot/dts/intel/socfpga_agilex_bittware.dts @@ -42,24 +42,24 @@ reg = <0 0 0 0>; }; - reserved-memory { + /*reserved-memory { #address-cells = <1>; #size-cells = <1>; ranges;*/ /* global autoconfigured region for contiguous allocations */ - linux,cma { + /*linux,cma { compatible = "shared-dma-pool"; reusable; size = <0x200000>; alignment = <0x2000>; linux,cma-default; - }; + };*/ /* current allocation is 2 MB from 0x7F00_0000 to 0x7F1F_FFFF * these allocaiton will change when we add more TXEs and standardize on * the space every TXE needs */ - display_reserved: framebuffer@7F000000 { + /* display_reserved: framebuffer@7F000000 { reg = <0x7F000000 0x100000>; }; @@ -67,7 +67,7 @@ compatible = "restricted-dma-pool"; reg = <0x7F100000 0x100000>; }; - }; + };*/ }; diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 3dac140c645d..c6da56166e35 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1597,4 +1597,4 @@ CONFIG_CORESIGHT_CTI=m CONFIG_MEMTEST=y CONFIG_STRICT_DEVMEM=n CONFIG_IO_STRICT_DEVMEM=n -CONFIG_HUGETLB_PAGE=y \ No newline at end of file +CONFIG_HUGETLB_PAGE=y