]> git.baikalelectronics.ru Git - kernel.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)
commit1e37e245f39fd6702054b9a1fdcc2abbfe1414ab
tree8f2da8ab03f3dc5e906113fddf50a340e0dbfaff
parent279315cbc3d9b7e806b1eaace208c05dd0c6930c
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