mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
regulator: pbias: Add additional compatible flags
The driver was developed with references for more than just dra7, but never included. At least for omap3, this appears to be functional. Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
parent
535f46dad9
commit
e5f7a261db
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@ static struct dm_pmic_ops pbias_ops = {
|
|||
|
||||
static const struct udevice_id pbias_ids[] = {
|
||||
{ .compatible = "ti,pbias-dra7" },
|
||||
{ .compatible = "ti,pbias-omap2" },
|
||||
{ .compatible = "ti,pbias-omap3" },
|
||||
{ .compatible = "ti,pbias-omap4" },
|
||||
{ .compatible = "ti,pbias-omap5" },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue