aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/da7219/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/da7219/chip.h')
-rw-r--r--src/drivers/i2c/da7219/chip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/i2c/da7219/chip.h b/src/drivers/i2c/da7219/chip.h
index 572d7279a5..deb1c26b3e 100644
--- a/src/drivers/i2c/da7219/chip.h
+++ b/src/drivers/i2c/da7219/chip.h
@@ -106,4 +106,10 @@ struct drivers_i2c_da7219_config {
* [<1>, <2>, <4>, <8>]
*/
unsigned adc_1bit_rpt;
+
+ /*
+ * mclk-name : Pass the system clk to da7219
+ * ["name of mclk" ]
+ */
+ const char *mclk_name;
};