]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: apm: Move slimpro nodes out of "simple-bus" node
authorRob Herring (Arm) <robh@kernel.org>
Wed, 10 Sep 2025 21:48:23 +0000 (16:48 -0500)
committerArnd Bergmann <arnd@arndb.de>
Mon, 15 Sep 2025 13:17:43 +0000 (15:17 +0200)
The slimpro nodes are not MMIO devices, so they don't belong under a
"simple-bus" node. Move them to the top level.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250910214822.508317-2-robh@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/apm/apm-storm.dtsi

index 1b9588f7536cf44315b942a986dc891c64800ae2..36214918190d734a5c33a8c845c9f9a54617717a 100644 (file)
                interrupts = <1 12 0xff04>;
        };
 
+       i2cslimpro {
+               compatible = "apm,xgene-slimpro-i2c";
+               mboxes = <&mailbox 0>;
+       };
+
+       hwmonslimpro {
+               compatible = "apm,xgene-slimpro-hwmon";
+               mboxes = <&mailbox 7>;
+       };
+
        soc {
                compatible = "simple-bus";
                #address-cells = <2>;
                                        <0x0 0x7 0x4>;
                };
 
-               i2cslimpro {
-                       compatible = "apm,xgene-slimpro-i2c";
-                       mboxes = <&mailbox 0>;
-               };
-
-               hwmonslimpro {
-                       compatible = "apm,xgene-slimpro-hwmon";
-                       mboxes = <&mailbox 7>;
-               };
-
                serial0: serial@1c020000 {
                        status = "disabled";
                        compatible = "ns16550a";