]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: at91: calao_usb: simplify memory node
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 2 Apr 2025 20:48:51 +0000 (22:48 +0200)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Fri, 11 Apr 2025 07:39:34 +0000 (10:39 +0300)
All devices have 64MB RAM. So, the memory node can be put into the
most generic DTSI.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20250402204856.5197-2-wsa+renesas@sang-engineering.com
[claudiu.beznea: s/can bet put/can be put/g in commit description]
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/usb_a9260.dts
arch/arm/boot/dts/microchip/usb_a9260_common.dtsi
arch/arm/boot/dts/microchip/usb_a9g20_common.dtsi

index e7f7b259ccf3a670db253d0e046ce4785b24d64a..de19904e9e917879bbad8405a64dc183373f48e0 100644 (file)
                bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
        };
 
-       memory@20000000 {
-               reg = <0x20000000 0x4000000>;
-       };
-
        ahb {
                apb {
                        shdwc: poweroff@fffffd10 {
index 8c3530638c6d70dc58ab1780ab12463e3ac504d0..b094c31033b54372cb9c202f6d61a29b9e7b18d2 100644 (file)
                };
        };
 
+       memory@20000000 {
+               reg = <0x20000000 0x4000000>;
+       };
+
        ahb {
                apb {
                        dbgu: serial@fffff200 {
index f1946e0996b7e8b18beb14fe17e28fcc33054f4a..b11ad0b29026612cec7881881f68bba3c6e0886a 100644 (file)
                stdout-path = "serial0:115200n8";
        };
 
-       memory@20000000 {
-               reg = <0x20000000 0x4000000>;
-       };
-
        i2c-gpio-0 {
                rtc@56 {
                        compatible = "microcrystal,rv3029";