]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: marvell: pxa1908: Move ramoops to SoC dtsi
authorDuje Mihanović <duje@dujemihanovic.xyz>
Sat, 13 Sep 2025 21:21:08 +0000 (23:21 +0200)
committerDuje Mihanović <duje@dujemihanovic.xyz>
Mon, 13 Oct 2025 10:11:38 +0000 (12:11 +0200)
The ramoops memory region is the same for all boards based on the SoC.
Move its node to the appropriate dtsi.

Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
arch/arm64/boot/dts/marvell/mmp/pxa1908-samsung-coreprimevelte.dts
arch/arm64/boot/dts/marvell/mmp/pxa1908.dtsi

index 1de9dd14b83b9514dae0a96d518f5e5fd0e49090..e78e176575ef9eb697821b88ff50aeabcd4e9b1c 100644 (file)
        };
 
        reserved-memory {
-               #address-cells = <2>;
-               #size-cells = <2>;
-               ranges;
-
                framebuffer@17000000 {
                        reg = <0 0x17000000 0 0x1800000>;
                        no-map;
                seclog@8000000 {
                        reg = <0 0x8000000 0 0x100000>;
                };
-
-               ramoops@8100000 {
-                       compatible = "ramoops";
-                       reg = <0 0x8100000 0 0x40000>;
-                       record-size = <0x8000>;
-                       console-size = <0x20000>;
-                       max-reason = <5>;
-               };
        };
 
        i2c-muic {
index 61498fd75d1dcaf0d068943c1ac14d3e5a7ca9ae..deb1a9df27c2f7c946096c05a684c3f1f0f16d6c 100644 (file)
                method = "smc";
        };
 
+       reserved-memory {
+               #address-cells = <2>;
+               #size-cells = <2>;
+               ranges;
+
+               ramoops@8100000 {
+                       compatible = "ramoops";
+                       reg = <0 0x8100000 0 0x40000>;
+                       record-size = <0x8000>;
+                       console-size = <0x20000>;
+                       max-reason = <5>;
+               };
+       };
+
        timer {
                compatible = "arm,armv8-timer";
                interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>,