Message ID | 1473248790-27101-1-git-send-email-andy.yan@rock-chips.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi : Respected maintainers, is there some suggestions for this patch? On 2016年09月07日 19:46, Andy Yan wrote: > I2C and MMC are very basic modules for a board to bootup, as I2C always > used to configure PMIC and MMC devices often used to store filesytem. > So enable them here to let the rockchip based arm64 boards can bootup. > > Signed-off-by: Andy Yan <andy.yan@rock-chips.com> > --- > > arch/arm64/configs/defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index eadf485..427b6dc 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -222,6 +222,7 @@ CONFIG_I2C_QUP=y > CONFIG_I2C_TEGRA=y > CONFIG_I2C_UNIPHIER_F=y > CONFIG_I2C_RCAR=y > +CONFIG_I2C_RK3X=y > CONFIG_I2C_CROS_EC_TUNNEL=y > CONFIG_SPI=y > CONFIG_SPI_ORION=y > @@ -323,6 +324,7 @@ CONFIG_MMC_SPI=y > CONFIG_MMC_DW=y > CONFIG_MMC_DW_EXYNOS=y > CONFIG_MMC_DW_K3=y > +CONFIG_MMC_DW_ROCKCHIP=y > CONFIG_MMC_SUNXI=y > CONFIG_NEW_LEDS=y > CONFIG_LEDS_CLASS=y
Ping On 2016年09月07日 19:46, Andy Yan wrote: > I2C and MMC are very basic modules for a board to bootup, as I2C always > used to configure PMIC and MMC devices often used to store filesytem. > So enable them here to let the rockchip based arm64 boards can bootup. > > Signed-off-by: Andy Yan <andy.yan@rock-chips.com> > --- > > arch/arm64/configs/defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index eadf485..427b6dc 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -222,6 +222,7 @@ CONFIG_I2C_QUP=y > CONFIG_I2C_TEGRA=y > CONFIG_I2C_UNIPHIER_F=y > CONFIG_I2C_RCAR=y > +CONFIG_I2C_RK3X=y > CONFIG_I2C_CROS_EC_TUNNEL=y > CONFIG_SPI=y > CONFIG_SPI_ORION=y > @@ -323,6 +324,7 @@ CONFIG_MMC_SPI=y > CONFIG_MMC_DW=y > CONFIG_MMC_DW_EXYNOS=y > CONFIG_MMC_DW_K3=y > +CONFIG_MMC_DW_ROCKCHIP=y > CONFIG_MMC_SUNXI=y > CONFIG_NEW_LEDS=y > CONFIG_LEDS_CLASS=y
Am Mittwoch, 7. September 2016, 19:46:30 CET schrieb Andy Yan: > I2C and MMC are very basic modules for a board to bootup, as I2C always > used to configure PMIC and MMC devices often used to store filesytem. > So enable them here to let the rockchip based arm64 boards can bootup. > > Signed-off-by: Andy Yan <andy.yan@rock-chips.com> applied to a defconfig64 branch, after moving I2C_RK3X between QUP and TEGRA RCAR seems to be an exception to the otherwise alphabetically sorted list. Heiko
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index eadf485..427b6dc 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -222,6 +222,7 @@ CONFIG_I2C_QUP=y CONFIG_I2C_TEGRA=y CONFIG_I2C_UNIPHIER_F=y CONFIG_I2C_RCAR=y +CONFIG_I2C_RK3X=y CONFIG_I2C_CROS_EC_TUNNEL=y CONFIG_SPI=y CONFIG_SPI_ORION=y @@ -323,6 +324,7 @@ CONFIG_MMC_SPI=y CONFIG_MMC_DW=y CONFIG_MMC_DW_EXYNOS=y CONFIG_MMC_DW_K3=y +CONFIG_MMC_DW_ROCKCHIP=y CONFIG_MMC_SUNXI=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y
I2C and MMC are very basic modules for a board to bootup, as I2C always used to configure PMIC and MMC devices often used to store filesytem. So enable them here to let the rockchip based arm64 boards can bootup. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)