On Wed, May 13, 2020 at 11:30:00AM +0100, Andre Przywara wrote: > The devicetree compiler complains when DT nodes without a reg property > live inside a (simple) bus node: > Warning (simple_bus_reg): Node /bus@8000000/motherboard-bus/refclk32khz > missing or empty reg/ranges property > > Move the fixed clocks, the fixed regulator, the leds and the config bus > subtree to the root node, since they do not depend on any busses. > > Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx> > --- > arch/arm/boot/dts/vexpress-v2m-rs1.dtsi | 308 ++++++++++++------------ > 1 file changed, 154 insertions(+), 154 deletions(-) > $subject tells this is arm64 while patch is arm32, I can fix up in case you don't respin. -- Regards, Sudeep