]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: dts: realview-pbx: Fix duplicate regulator nodes
authorRob Herring <robh@kernel.org>
Fri, 30 Nov 2018 01:05:47 +0000 (19:05 -0600)
committerOlof Johansson <olof@lixom.net>
Fri, 30 Nov 2018 23:18:47 +0000 (15:18 -0800)
commit7f4b001b7f6e0480b5bdab9cd8ce1711e43e5cb5
tree3cc55e28ee41c4ce54a00db8e6e5526454940b10
parentf6332990f6df9a217a94e1543d5d387abc0cd0e9
ARM: dts: realview-pbx: Fix duplicate regulator nodes

There's a bug in dtc in checking for duplicate node names when there's
another section (e.g. "/ { };"). In this case, skeleton.dtsi provides
another section. Upon removal of skeleton.dtsi, the dtb fails to build
due to a duplicate node 'fixedregulator@0'. As both nodes were pretty
much the same 3.3V fixed regulator, it hasn't really mattered. Fix this
by renaming the nodes to something unique. In the process, drop the
unit-address which shouldn't be present wtihout reg property.

Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/arm-realview-pbx.dtsi