Skip to content

Commit 2b72d99

Browse files
Wolfram Sangclaudiubeznea
authored andcommitted
ARM: dts: at91: calao_usb: simplify memory node
All devices have 64MB RAM. So, the memory node can be put into the most generic DTSI. Signed-off-by: Wolfram Sang <[email protected]> Reviewed-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected] [claudiu.beznea: s/can bet put/can be put/g in commit description] Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 67ba341 commit 2b72d99

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

arch/arm/boot/dts/microchip/usb_a9260.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
1717
};
1818

19-
memory@20000000 {
20-
reg = <0x20000000 0x4000000>;
21-
};
22-
2319
ahb {
2420
apb {
2521
shdwc: poweroff@fffffd10 {

arch/arm/boot/dts/microchip/usb_a9260_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
};
1717
};
1818

19+
memory@20000000 {
20+
reg = <0x20000000 0x4000000>;
21+
};
22+
1923
ahb {
2024
apb {
2125
dbgu: serial@fffff200 {

arch/arm/boot/dts/microchip/usb_a9g20_common.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
stdout-path = "serial0:115200n8";
1515
};
1616

17-
memory@20000000 {
18-
reg = <0x20000000 0x4000000>;
19-
};
20-
2117
i2c-gpio-0 {
2218
rtc@56 {
2319
compatible = "microcrystal,rv3029";

0 commit comments

Comments
 (0)