summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-10-14 12:46:27 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-10-14 12:46:27 +0200
commitd5a40ed62b34ec05ca6e496748ac551560e0846f (patch)
tree5e40828cb4c4fd40a2a6d54b7cc32fff896ecd45 /include
parent11d027ac6b069c9371de3e1859dd0165a60826c3 (diff)
parent81ec6c1a882b0d8505eb7294e71f4b3fc6c9823b (diff)
downloadbarebox-d5a40ed62b34ec05ca6e496748ac551560e0846f.tar.gz
barebox-d5a40ed62b34ec05ca6e496748ac551560e0846f.tar.xz
Merge branch 'for-next/deep-probe-prepare' into master
Diffstat (limited to 'include')
-rw-r--r--include/regulator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/regulator.h b/include/regulator.h
index a9cb6dedca..44eee7b0ad 100644
--- a/include/regulator.h
+++ b/include/regulator.h
@@ -77,6 +77,8 @@ struct regulator_dev {
const struct regulator_desc *desc;
struct regmap *regmap;
int boot_on;
+ /* the device this regulator device belongs to */
+ struct device_d *dev;
};
struct regulator_ops {