On Mon, Mar 23, 2026 at 04:02:42PM +0100, Thomas Richard wrote:
Add support for the pbias SIM regulator found on OMAP4 (for USB I/O cell).
quoted hunk ↗ jump to hunk
@@ -108,6 +118,7 @@ static struct of_regulator_match pbias_matches[] = {
{ .name = "pbias_sim_omap3", .driver_data = (void *)&pbias_sim_omap3},
{ .name = "pbias_mmc_omap4", .driver_data = (void *)&pbias_mmc_omap4},
{ .name = "pbias_mmc_omap5", .driver_data = (void *)&pbias_mmc_omap5},
+ { .name = "pbias_sim_omap4", .driver_data = (void *)&pbias_sim_omap4},
};
This is a new compatible, it needs bindings adding.