]> Pileus Git - ~andy/linux/commit
ARM: ux500: delete surplus PRCMU regulator defines
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 16 Aug 2013 11:40:55 +0000 (13:40 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Sep 2013 09:03:54 +0000 (11:03 +0200)
commit8cc3168ccd39258a31d6ca0c609c0461db67d7c5
treec874946d07fbdcba77f0a14c8a10bd81b4578216
parentffefbd7511addbb9811023ce25347dc3e6477d26
ARM: ux500: delete surplus PRCMU regulator defines

The Ux500 boards are layered like this:
ste-snowball.dts includes ste-href.dtsi that includes
ste-dbx500.dtsi.

The dbx500.dtsi defines the PRCMU SoC regulators so the SoC will
probe and you can use ampersand references where need be.

However the HREF common dtsi and these two boards redefine the
same PRCMU SoC regulators with the very same names and properties
for no reason. This is like filling in the same line three
times instead of drawing it once. Just delete the surplus
references and have the PRCMU regulators defines in the SoC
files ste-dbx500.dtsi, this is enough.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-href.dtsi
arch/arm/boot/dts/ste-hrefv60plus.dts
arch/arm/boot/dts/ste-snowball.dts