Message ID | 1590170608-12229-6-git-send-email-sunil@amarulasolutions.com |
---|---|
State | New |
Headers | show |
Series | Enable I2C in SPL, support runtime detection of add-on board | expand |
On Fri, May 22, 2020 at 11:34 PM <sunil at amarulasolutions.com> wrote: > > From: Suniel Mahesh <sunil at amarulasolutions.com> > > ROC-RK3399-PC Mezzanine is an add-on board for roc-pc-rk3399 target > and it hosts a PCIe/M.2 interface. As we have added runtime detection > support for this add-on board, this patch enables PCIe/M.2, NVMe so that > SSD's which have a PCIe/M.2 interface can be detected. > > => nvme scan > => nvme device > > IDE device 0: Vendor: 0x144d Rev: 2B2QEXM7 Prod: S4EUNG0N104275H > Type: Hard Disk > Capacity: 238475.1 MB = 232.8 GB (488397168 x 512) > > Signed-off-by: Suniel Mahesh <sunil at amarulasolutions.com> > Signed-off-by: Jagan Teki <jagan at amarulasolutions.com> > --- > configs/roc-pc-rk3399_defconfig | 3 +++ > 1 file changed, 3 insertions(+) We need to squash to 4/5 not be a separate patch since this support already added. Jagan.
diff --git a/configs/roc-pc-rk3399_defconfig b/configs/roc-pc-rk3399_defconfig index e56fd3d..ae08be1 100644 --- a/configs/roc-pc-rk3399_defconfig +++ b/configs/roc-pc-rk3399_defconfig @@ -22,6 +22,7 @@ CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y +CONFIG_CMD_PCI=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_TIME=y CONFIG_SPL_OF_CONTROL=y @@ -42,6 +43,8 @@ CONFIG_SPI_FLASH_WINBOND=y CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_GMAC_ROCKCHIP=y +CONFIG_NVME=y +CONFIG_PCI=y CONFIG_PHY_ROCKCHIP_INNO_USB2=y CONFIG_PHY_ROCKCHIP_TYPEC=y CONFIG_PMIC_RK8XX=y