Message ID | 1450118580-24754-2-git-send-email-nm@ti.com |
---|---|
State | New |
Headers | show |
On Tue, Dec 15, 2015 at 7:51 AM, Afzal Mohammed <afzal.mohd.ma@gmail.com> wrote: > Hi, > > On Mon, Dec 14, 2015 at 12:42:58PM -0600, Nishanth Menon wrote: > >> Enable PMIC for beaglebone similar to commit 7a5c6065669c ("ARM: >> OMAP2+: omap2plus_defconfig: Add tps65217 support") - this allows >> multi_v7_defconfig to boot up on older beaglebone platforms. > > A similar one - > > http://lists.infradead.org/pipermail/linux-arm-kernel/2015-November/384289.html > > your v1 was earlier than the above, so mine should > /dev/null. If you'd like to, please reply back on original patch dropping your patch.. or if queued, I can drop mine (I dont see it on linux-next yet). > > Seems Arnd wants multi_v7_defconfig changes thr' submaintainers rather > than directly (which I initially thought was supposed to be done) Just following what http://lists.infradead.org/pipermail/linux-arm-kernel/2015-October/376637.html was told. I am ok as all the submaintainers should be in CC of this patch. If you are ok with these patches, will appreciate to get a acked-by, if you dont mind. -- --- Regards, Nishanth Menon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
On 12/16/2015 07:45 AM, Afzal Mohammed wrote: [...] > Changelog refers to old beagle bone's, does new ones have a different > PMIC ?, i only have white bones ;) Blacks seem to boot (see cover-letter) - could be because of default configuration of tps65217. From my test log: 11: beaglebone-black: BOOT: PASS: err=4 warn=13: http://pastebin.ubuntu.com/14008272/ -- Regards, Nishanth Menon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 69a22fdb52a5..a8b6de1d6d9a 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -411,6 +411,7 @@ CONFIG_MFD_SEC_CORE=y CONFIG_MFD_STMPE=y CONFIG_MFD_PALMAS=y CONFIG_MFD_TPS65090=y +CONFIG_MFD_TPS65217=y CONFIG_MFD_TPS6586X=y CONFIG_MFD_TPS65910=y CONFIG_REGULATOR_AB8500=y @@ -441,6 +442,7 @@ CONFIG_REGULATOR_S5M8767=y CONFIG_REGULATOR_TPS51632=y CONFIG_REGULATOR_TPS62360=y CONFIG_REGULATOR_TPS65090=y +CONFIG_REGULATOR_TPS65217=y CONFIG_REGULATOR_TPS6586X=y CONFIG_REGULATOR_TPS65910=y CONFIG_REGULATOR_TWL4030=y
Enable PMIC for beaglebone similar to commit 7a5c6065669c ("ARM: OMAP2+: omap2plus_defconfig: Add tps65217 support") - this allows multi_v7_defconfig to boot up on older beaglebone platforms. Signed-off-by: Nishanth Menon <nm@ti.com> --- arch/arm/configs/multi_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/