]> asedeno.scripts.mit.edu Git - linux.git/commit
arm64: dts: renesas: r8a77995: move nodes which have no reg property out of bus
authorSimon Horman <horms+renesas@verge.net.au>
Wed, 20 Dec 2017 12:24:42 +0000 (13:24 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 12 Feb 2018 12:52:08 +0000 (13:52 +0100)
commitf320eead5dad37f296201bbcc00a88188a63a7da
tree8f2da8ab03f3dc5e906113fddf50a340e0dbfaff
parent7569d1ee01c75b8581521bc67e595a575a7eafce
arm64: dts: renesas: r8a77995: move nodes which have no reg property out of bus

Move pmu_a53 and timer nodes from soc node to root node.  The nodes that
have been moved do not have any register properties and thus shouldn't be
placed on the bus.

This problem is flagged by the compiler as follows:
$ make W=1
...
arch/arm64/boot/dts/renesas/r8a77995-draak.dtb: Warning (simple_bus_reg): Node /soc/timer missing or empty reg/ranges property
arch/arm64/boot/dts/renesas/r8a77995-draak.dtb: Warning (simple_bus_reg): Node /soc/pmu_a53 missing or empty reg/ranges property

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/r8a77995.dtsi