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

ARM: dts: ux500: Add "simple-bus" compatible to soc node

The "soc" node in the Ux500 device tree does not need any special
handling - it is just a simple I/O bus that can be accessed without
additional configuration.

Therefore we can additionally describe it as compatible with "simple-bus".
This can be used by platforms to probe devices under the soc node without
special handling for our custom "stericsson,db8500" compatible
(e.g. in U-Boot).

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20191124195728.32226-1-stephan@gerhold.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Stephan Gerhold and committed by
Linus Walleij
02234ee9 bef475b0

+1 -1
+1 -1
arch/arm/boot/dts/ste-dbx5x0.dtsi
··· 109 109 soc { 110 110 #address-cells = <1>; 111 111 #size-cells = <1>; 112 - compatible = "stericsson,db8500"; 112 + compatible = "stericsson,db8500", "simple-bus"; 113 113 interrupt-parent = <&intc>; 114 114 ranges; 115 115