Skip to content

Commit c1614bc

Browse files
raajlokaAlif Zakuan Yuslaimi
authored andcommitted
HSD #15011820475: arm: dts: soc64: Revert "changing DDR aliasing addresses"
This commit "HSD #15010938416: arm: dts: soc64: changing DDR aliasing addresses" is causing the uboot to break. Revert this commit fixes the ethernet packet issue. Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
1 parent 8f24162 commit c1614bc

File tree

3 files changed

+6
-66
lines changed

3 files changed

+6
-66
lines changed

arch/arm/dts/socfpga_agilex_socdk-u-boot.dtsi

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,9 @@
2828
};
2929

3030
memory {
31-
/*
32-
* Recommended Aliasing addresses
33-
*
34-
* 16GB
35-
* <0 0x00000000 0 0x80000000>,
36-
* <0x10 0x80000000 3 0x80000000>;
37-
*
38-
* 8GB
39-
* <0 0x00000000 0 0x80000000>,
40-
* <0x10 0x80000000 1 0x80000000>;
41-
*
42-
* 4GB
43-
* <0 0x00000000 0 0x80000000>,
44-
* <0x10 0x80000000 0 0x80000000>;
45-
*
46-
* 2GB
47-
* <0 0x00000000 0 0x80000000>;
48-
*
49-
* Note: Need to set CONFIG_NR_DRAM_BANKS=1 for 2GB in defconfig
50-
* Default CONFIG_NR_DRAM_BANKS=2 is used for other DDR size
51-
*/
31+
/* 8GB */
5232
reg = <0 0x00000000 0 0x80000000>,
53-
<0x10 0x80000000 1 0x80000000>;
33+
<2 0x80000000 1 0x80000000>;
5434

5535
};
5636
};

arch/arm/dts/socfpga_stratix10_socdk.dts

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,9 @@
3636
#address-cells = <2>;
3737
#size-cells = <2>;
3838
device_type = "memory";
39-
/*
40-
* Recommended Aliasing addresses
41-
*
42-
* 16GB
43-
* <0 0x00000000 0 0x80000000>,
44-
* <0x10 0x80000000 3 0x80000000>;
45-
*
46-
* 8GB
47-
* <0 0x00000000 0 0x80000000>,
48-
* <0x10 0x80000000 1 0x80000000>;
49-
*
50-
* 4GB
51-
* <0 0x00000000 0 0x80000000>,
52-
* <0x10 0x80000000 0 0x80000000>;
53-
*
54-
* 2GB
55-
* <0 0x00000000 0 0x80000000>;
56-
*
57-
* Note: Need to set CONFIG_NR_DRAM_BANKS=1 for 2GB in defconfig
58-
* Default CONFIG_NR_DRAM_BANKS=2 is used for other DDR size
59-
*/
39+
/* 4GB */
6040
reg = <0 0x00000000 0 0x80000000>,
61-
<0x10 0x80000000 0 0x80000000>;
41+
<1 0x80000000 0 0x80000000>;
6242
bootph-all;
6343
};
6444
};

arch/arm/dts/socfpga_stratix10_socdk_nand-u-boot.dtsi

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,9 @@
1212
#address-cells = <2>;
1313
#size-cells = <2>;
1414
device_type = "memory";
15-
/*
16-
* Recommended Aliasing addresses
17-
*
18-
* 16GB
19-
* <0 0x00000000 0 0x80000000>,
20-
* <0x10 0x80000000 3 0x80000000>;
21-
*
22-
* 8GB
23-
* <0 0x00000000 0 0x80000000>,
24-
* <0x10 0x80000000 1 0x80000000>;
25-
*
26-
* 4GB
27-
* <0 0x00000000 0 0x80000000>,
28-
* <0x10 0x80000000 0 0x80000000>;
29-
*
30-
* 2GB
31-
* <0 0x00000000 0 0x80000000>;
32-
*
33-
* Note: Need to set CONFIG_NR_DRAM_BANKS=1 for 2GB in defconfig
34-
* Default CONFIG_NR_DRAM_BANKS=2 is used for other DDR size
35-
*/
15+
/* 4GB */
3616
reg = <0 0x00000000 0 0x80000000>,
37-
<0x10 0x80000000 0 0x80000000>;
17+
<1 0x80000000 0 0x80000000>;
3818
bootph-all;
3919
};
4020

0 commit comments

Comments
 (0)