Skip to content

Commit edceb09

Browse files
Pritesh201192DarshanEI
authored andcommitted
riscv: dts: hifive-premier-p550: Remove memory nodes
Memory size will be passed through kernel command line based on the RAM detected by U-Boot Signed-off-by: Pritesh Patel <[email protected]>
1 parent 52f56b5 commit edceb09

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

arch/riscv/boot/dts/eswin/eic7700-hifive-premier-p550.dts

-12
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,6 @@
5757
timebase-frequency = <RTCCLK_FREQ>;
5858
};
5959

60-
memory@59000000 {
61-
device_type = "memory";
62-
reg = <0x0 0x59000000 0x0 0x400000>;
63-
numa-node-id = <0>;
64-
};
65-
66-
memory@80000000 {
67-
device_type = "memory";
68-
reg = <0x0 0x80000000 MEMORY_SIZE_H MEMORY_SIZE_L>;
69-
numa-node-id = <0>;
70-
};
71-
7260
reserved-memory {
7361
#address-cells = <2>;
7462
#size-cells = <2>;

0 commit comments

Comments
 (0)