diff options
author | James Ban <james.ban.opensource@diasemi.com> | 2015-01-16 12:13:27 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-01-16 11:47:59 +0000 |
commit | 076c3b8e03e2737659a89660bb8e54e13587d974 (patch) | |
tree | 36467ff5a8bd0ef4a4a381e7e4f43d2912ef9c6f /include/linux/regulator | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) | |
download | talos-obmc-linux-076c3b8e03e2737659a89660bb8e54e13587d974.tar.gz talos-obmc-linux-076c3b8e03e2737659a89660bb8e54e13587d974.zip |
regulator: da9211: fix unmatched of_node
This is a patch for fixing unmatched of_node.
Signed-off-by: James Ban <james.ban.opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r-- | include/linux/regulator/da9211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/da9211.h b/include/linux/regulator/da9211.h index 5479394fefce..d1d9d3849bdb 100644 --- a/include/linux/regulator/da9211.h +++ b/include/linux/regulator/da9211.h @@ -32,6 +32,7 @@ struct da9211_pdata { * 2 : 2 phase 2 buck */ int num_buck; + struct device_node *reg_node[DA9211_MAX_REGULATORS]; struct regulator_init_data *init_data[DA9211_MAX_REGULATORS]; }; #endif |