Searched refs:secondary_i2c (Results 1 – 1 of 1) sorted by relevance
887 struct i2c_client *secondary_i2c; in bd72720_do_regmaps() local889 secondary_i2c = devm_i2c_new_dummy_device(&i2c->dev, i2c->adapter, in bd72720_do_regmaps()891 if (IS_ERR(secondary_i2c)) { in bd72720_do_regmaps()892 dev_err_probe(&i2c->dev, PTR_ERR(secondary_i2c), "Failed to get secondary I2C\n"); in bd72720_do_regmaps()894 return ERR_CAST(secondary_i2c); in bd72720_do_regmaps()905 maps->map2_4c = devm_regmap_init_i2c(secondary_i2c, &bd72720_regmap_4c); in bd72720_do_regmaps()