Loading drivers/mfd/lp87565.c +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,10 @@ static const struct of_device_id of_lp87565_match_table[] = { .compatible = "ti,lp87565-q1", .data = (void *)LP87565_DEVICE_TYPE_LP87565_Q1, }, { .compatible = "ti,lp87561-q1", .data = (void *)LP87565_DEVICE_TYPE_LP87561_Q1, }, {} }; MODULE_DEVICE_TABLE(of, of_lp87565_match_table); Loading include/linux/mfd/lp87565.h +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ enum lp87565_device_type { LP87565_DEVICE_TYPE_UNKNOWN = 0, LP87565_DEVICE_TYPE_LP87561_Q1, LP87565_DEVICE_TYPE_LP87565_Q1, }; Loading Loading @@ -249,6 +250,7 @@ enum LP87565_regulator_id { LP87565_BUCK_3, LP87565_BUCK_10, LP87565_BUCK_23, LP87565_BUCK_3210, }; /** Loading Loading
drivers/mfd/lp87565.c +4 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,10 @@ static const struct of_device_id of_lp87565_match_table[] = { .compatible = "ti,lp87565-q1", .data = (void *)LP87565_DEVICE_TYPE_LP87565_Q1, }, { .compatible = "ti,lp87561-q1", .data = (void *)LP87565_DEVICE_TYPE_LP87561_Q1, }, {} }; MODULE_DEVICE_TABLE(of, of_lp87565_match_table); Loading
include/linux/mfd/lp87565.h +2 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ enum lp87565_device_type { LP87565_DEVICE_TYPE_UNKNOWN = 0, LP87565_DEVICE_TYPE_LP87561_Q1, LP87565_DEVICE_TYPE_LP87565_Q1, }; Loading Loading @@ -249,6 +250,7 @@ enum LP87565_regulator_id { LP87565_BUCK_3, LP87565_BUCK_10, LP87565_BUCK_23, LP87565_BUCK_3210, }; /** Loading