]> Git Repo - J-u-boot.git/commitdiff
arm: dts: ls1028a: move the watchdog node into /soc
authorMichael Walle <[email protected]>
Wed, 13 Oct 2021 16:14:13 +0000 (18:14 +0200)
committerPriyanka Jain <[email protected]>
Tue, 9 Nov 2021 11:48:23 +0000 (17:18 +0530)
While inserting it into the new location, keep it sorted by the
register base offset just like in the linux kernel device tree.

Signed-off-by: Michael Walle <[email protected]>
Reviewed-by: Vladimir Oltean <[email protected]>
Reviewed-by: Priyanka Jain <[email protected]>
arch/arm/dts/fsl-ls1028a.dtsi

index d0f90941b902e6142106cef6fb1e0d1e1b2131e2..c289009ca1526b9b1e8c635102d303146807f79f 100644 (file)
                };
        };
 
-       cluster1_core0_watchdog: wdt@c000000 {
-               compatible = "arm,sp805-wdt";
-               reg = <0x0 0xc000000 0x0 0x1000>;
-       };
-
        soc: soc {
                compatible = "simple-bus";
                #address-cells = <2>;
                        ranges = <0x81000000 0x0 0x00000000 0x88 0x00020000 0x0 0x00010000   /* downstream I/O */
                                  0x82000000 0x0 0x40000000 0x88 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
                };
+
+               cluster1_core0_watchdog: wdt@c000000 {
+                       compatible = "arm,sp805-wdt";
+                       reg = <0x0 0xc000000 0x0 0x1000>;
+               };
        };
 };
This page took 0.041744 seconds and 4 git commands to generate.