diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-06 23:34:15 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-06 23:34:15 +0100 |
| commit | bf2cecaae4fb165639deaed6983124d0602264f3 (patch) | |
| tree | db05a6a3ef710d2b8806d71bfd303fc4bab3f30b /include/linux/ipack.h | |
| parent | f29a8bf6fde130313ec77c89d7612100ff5bafb2 (diff) | |
| parent | d37664f99ef94f7a7bbca4b5ddcb7ab5c801f2e1 (diff) | |
regulator: qcom_usb_vbus: add pm4125 VBUS regulator support
Rakesh Kota <rakesh.kota@oss.qualcomm.com> says:
Add support for PM4125 USB VBUS regulator. Unlike PM8150B which uses
a current-limit selector, PM4125 uses a 2-bit VBOOST voltage selector
supporting 4.25 V, 4.5 V, 4.75 V and 5.0 V output.
Link: https://patch.msgid.link/20260706-add_pm4125-vbus-reg-v3-0-999d78a87b81@oss.qualcomm.com
Diffstat (limited to 'include/linux/ipack.h')
| -rw-r--r-- | include/linux/ipack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ipack.h b/include/linux/ipack.h index 455f6c2a1903..7edbf9267338 100644 --- a/include/linux/ipack.h +++ b/include/linux/ipack.h @@ -6,7 +6,7 @@ * Author: Samuel Iglesias Gonsalvez <siglesias@igalia.com> */ -#include <linux/mod_devicetable.h> +#include <linux/device-id/ipack.h> #include <linux/device.h> #include <linux/interrupt.h> |
