From patchwork Thu Apr 30 02:18:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wang X-Patchwork-Id: 238927 List-Id: U-Boot discussion From: frank.wang at rock-chips.com (Frank Wang) Date: Thu, 30 Apr 2020 10:18:31 +0800 Subject: [PATCH v2 8/9] configs: evb-rk3399: slect type-c phy support In-Reply-To: <20200430021620.25772-1-frank.wang@rock-chips.com> References: <20200430021620.25772-1-frank.wang@rock-chips.com> Message-ID: <20200430021831.26012-1-frank.wang@rock-chips.com> Update evb-rk3399 default config to enable Type-C PHY. Signed-off-by: Frank Wang --- configs/evb-rk3399_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig index 7f14e18b1b..a342bfd16d 100644 --- a/configs/evb-rk3399_defconfig +++ b/configs/evb-rk3399_defconfig @@ -35,6 +35,7 @@ CONFIG_SF_DEFAULT_SPEED=20000000 CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_GMAC_ROCKCHIP=y +CONFIG_PHY_ROCKCHIP_TYPEC=y CONFIG_PMIC_RK8XX=y CONFIG_REGULATOR_PWM=y CONFIG_REGULATOR_RK8XX=y