Skip to content
Snippets Groups Projects
Commit 897b84a0 authored by Chalkin Deng's avatar Chalkin Deng Committed by Jianhua Lu
Browse files

ASoC: cs35l45: disable power managerment

parent 2676ca01
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ static struct i2c_driver cs35l45_i2c_driver = {
.driver = {
.name = "cs35l45",
.of_match_table = cs35l45_of_match,
.pm = pm_ptr(&cs35l45_pm_ops),
// .pm = pm_ptr(&cs35l45_pm_ops),
},
.id_table = cs35l45_id_i2c,
.probe = cs35l45_i2c_probe,
......
......@@ -503,7 +503,7 @@ struct cs35l45_private {
struct regmap_irq_chip_data *irq_data;
};
extern const struct dev_pm_ops cs35l45_pm_ops;
// extern const struct dev_pm_ops cs35l45_pm_ops;
extern const struct regmap_config cs35l45_i2c_regmap;
extern const struct regmap_config cs35l45_spi_regmap;
int cs35l45_apply_patch(struct cs35l45_private *cs35l45);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment