commit | 3acb64c07e95a75dc0af0bc958f2d09a44a9fd0d | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Sat Dec 05 01:40:57 2020 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Jan 13 11:36:19 2021 +0000 |
tree | 6f867b7569a1450997aab661526f60e57f5e8fe3 | |
parent | c512150b266b5d173c5ba841e9c09e4830ea4eca [diff] |
regulator: ab8500: Decomission platform data header The platform data header was only used to pass platform data from board files. We now populate the regulators exclusively from device tree, so the header contents can be moved into the regulator drivers. Cc: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20201205004057.1712753-2-linus.walleij@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>