• Linus Walleij's avatar
    gpio: of: Support regulator nonstandard GPIO properties · 6a537d48
    Linus Walleij authored
    Before it was clearly established that all GPIO properties in the
    device tree shall be named "foo-gpios" (with the deprecated variant
    "foo-gpio" for single lines) we unfortunately merged a few bindings
    for regulators with random phandle names.
    
    As we want to switch the GPIO regulator driver to using descriptors,
    we need devm_gpiod_get() to return something reasonable when looking
    up these in the device tree.
    
    Put in a special #ifdef:ed kludge to do this special lookup only
    for the regulator case and gets compiled out if we're not enabling
    regulators. Supply a whitelist with properties we accept.
    
    Cc: Rob Herring <robh@kernel.org>
    Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
    6a537d48
gpiolib-of.c 14.1 KB