From: Jaehoon Chung Date: Thu, 19 Dec 2024 02:28:51 +0000 (+0900) Subject: configs: tizen_bpif3: Enable DM_REGULATOR_SPACEMIT_HUB config X-Git-Tag: accepted/tizen/unified/20241221.103412^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57693f28ab2cbb139545729aa4eb6b4cd090d8f2;p=platform%2Fkernel%2Fu-boot-spacemit.git configs: tizen_bpif3: Enable DM_REGULATOR_SPACEMIT_HUB config Enable DM_REGULATOR_SPACEMIT_HUB configuration to use the usb. While start usb, it can't find vbus-supply like below. U-boot> usb start starting USB... Bus dwc3@c0a00000: No USB maximum speed specified. Using super speed mv_usb_phy usb2phy@0xc0a30000: k1x-ci-usb-phy-probe: Enter... k1x_combphy phy@c0b10000: USB3 PHY init. dwc3-generic-host dwc3@c0a00000: this is a DesignWare USB3 DRD Core dwc3-generic-host dwc3@c0a00000: Failed to retrieve vbus-supply regulator, (err=-19)Port not available. Change-Id: I5a30b67ef83e59f75f6b0c204011a73c57a9eff6 Signed-off-by: Jaehoon Chung --- diff --git a/configs/tizen_bpif3_defconfig b/configs/tizen_bpif3_defconfig index 135ec3b125..739a234d61 100644 --- a/configs/tizen_bpif3_defconfig +++ b/configs/tizen_bpif3_defconfig @@ -192,6 +192,7 @@ CONFIG_DM_PMIC=y CONFIG_PMIC_SPM8XX=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_SPM8XX=y +CONFIG_DM_REGULATOR_SPACEMIT_HUB=y CONFIG_SPL_SPACEMIT_POWER=y CONFIG_RESET_SPACEMIT_K1X=y # CONFIG_SCSI is not set