Message ID | 20180731133828.2582-1-jagan@amarulasolutions.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: defconfig: Enable MFD_AXP20X_I2C | expand |
On Tue, Jul 31, 2018 at 07:08:28PM +0530, Jagan Teki wrote: > The Allwinner H6 SoC is paired with the X-Powers AXP805 PMIC > connected via I2C. > > Enable the driver for this PMIC. > > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Maxime
On Tue, Jul 31, 2018 at 7:10 PM Maxime Ripard <maxime.ripard@bootlin.com> wrote: > > On Tue, Jul 31, 2018 at 07:08:28PM +0530, Jagan Teki wrote: > > The Allwinner H6 SoC is paired with the X-Powers AXP805 PMIC > > connected via I2C. > > > > Enable the driver for this PMIC. > > > > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> > > Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Can you apply this? needed for mmc to detect on H6
On Wed, Oct 24, 2018 at 01:52:37PM +0530, Jagan Teki wrote: > On Tue, Jul 31, 2018 at 7:10 PM Maxime Ripard <maxime.ripard@bootlin.com> wrote: > > > > On Tue, Jul 31, 2018 at 07:08:28PM +0530, Jagan Teki wrote: > > > The Allwinner H6 SoC is paired with the X-Powers AXP805 PMIC > > > connected via I2C. > > > > > > Enable the driver for this PMIC. > > > > > > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> > > > > Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> > > Can you apply this? needed for mmc to detect on H6 Please resend it. Maxime
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index f9a186f6af8a..2fdf01f11af8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -370,6 +370,7 @@ CONFIG_MESON_WATCHDOG=m CONFIG_RENESAS_WDT=y CONFIG_UNIPHIER_WATCHDOG=y CONFIG_BCM2835_WDT=y +CONFIG_MFD_AXP20X_I2C=y CONFIG_MFD_AXP20X_RSB=y CONFIG_MFD_CROS_EC=y CONFIG_MFD_CROS_EC_I2C=y
The Allwinner H6 SoC is paired with the X-Powers AXP805 PMIC connected via I2C. Enable the driver for this PMIC. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)