Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: apm: Move slimpro nodes out of "simple-bus" node

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>

authored by

Rob Herring (Arm) and committed by
Arnd Bergmann
7a0e28e5 7a33f909

+10 -10
+10 -10
arch/arm64/boot/dts/apm/apm-storm.dtsi
··· 134 134 interrupts = <1 12 0xff04>; 135 135 }; 136 136 137 + i2cslimpro { 138 + compatible = "apm,xgene-slimpro-i2c"; 139 + mboxes = <&mailbox 0>; 140 + }; 141 + 142 + hwmonslimpro { 143 + compatible = "apm,xgene-slimpro-hwmon"; 144 + mboxes = <&mailbox 7>; 145 + }; 146 + 137 147 soc { 138 148 compatible = "simple-bus"; 139 149 #address-cells = <2>; ··· 769 759 <0x0 0x5 0x4>, 770 760 <0x0 0x6 0x4>, 771 761 <0x0 0x7 0x4>; 772 - }; 773 - 774 - i2cslimpro { 775 - compatible = "apm,xgene-slimpro-i2c"; 776 - mboxes = <&mailbox 0>; 777 - }; 778 - 779 - hwmonslimpro { 780 - compatible = "apm,xgene-slimpro-hwmon"; 781 - mboxes = <&mailbox 7>; 782 762 }; 783 763 784 764 serial0: serial@1c020000 {