diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2016-08-24 12:02:23 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-09-22 07:56:25 -0600 |
commit | 35627683f82f9b3bc564c838dc26c393a5425c9a (patch) | |
tree | baee1dbf4401999f36747656a5efadf62b35f960 /configs | |
parent | b850d929e0ca000c2cbc544c0eb0fd8a63f1a468 (diff) | |
download | u-boot-imx-35627683f82f9b3bc564c838dc26c393a5425c9a.zip u-boot-imx-35627683f82f9b3bc564c838dc26c393a5425c9a.tar.gz u-boot-imx-35627683f82f9b3bc564c838dc26c393a5425c9a.tar.bz2 |
config: evb-rk3399: enable fixed regulator
This patch enable fixed regulator driver for rk3399 evb.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/evb-rk3399_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig index 1f6855c..25e8939 100644 --- a/configs/evb-rk3399_defconfig +++ b/configs/evb-rk3399_defconfig @@ -38,3 +38,5 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_GENERIC=y +CONFIG_DM_REGULATOR=y +CONFIG_DM_REGULATOR_FIXED=y |