• L
    ARM: ux500: delete surplus PRCMU regulator defines · 8cc3168c
    Linus Walleij 提交于
    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: NLinus Walleij <linus.walleij@linaro.org>
    8cc3168c
ste-snowball.dts 5.2 KB