File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1234,6 +1234,8 @@ static const struct of_device_id max17042_dt_match[] __used = {
1234
1234
.data = (void * ) MAXIM_DEVICE_TYPE_MAX17050 },
1235
1235
{ .compatible = "maxim,max17055" ,
1236
1236
.data = (void * ) MAXIM_DEVICE_TYPE_MAX17055 },
1237
+ { .compatible = "maxim,max77705-battery" ,
1238
+ .data = (void * ) MAXIM_DEVICE_TYPE_MAX17047 },
1237
1239
{ .compatible = "maxim,max77849-battery" ,
1238
1240
.data = (void * ) MAXIM_DEVICE_TYPE_MAX17047 },
1239
1241
{ },
@@ -1256,6 +1258,7 @@ static const struct platform_device_id max17042_platform_id[] = {
1256
1258
{ "max17047" , MAXIM_DEVICE_TYPE_MAX17047 },
1257
1259
{ "max17050" , MAXIM_DEVICE_TYPE_MAX17050 },
1258
1260
{ "max17055" , MAXIM_DEVICE_TYPE_MAX17055 },
1261
+ { "max77705-battery" , MAXIM_DEVICE_TYPE_MAX17047 },
1259
1262
{ "max77849-battery" , MAXIM_DEVICE_TYPE_MAX17047 },
1260
1263
{ }
1261
1264
};
You can’t perform that action at this time.
0 commit comments