linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/7] ARM: multi_v7_defconfig: add OCOTP driver for NXP SoCs
@ 2018-03-18 20:34 Stefan Agner
  2018-03-18 20:34 ` [PATCH 2/7] ARM: multi_v7_defconfig: enable thermal driver for i.MX devices Stefan Agner
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Stefan Agner @ 2018-03-18 20:34 UTC (permalink / raw)
  To: shawnguo, kernel, arnd
  Cc: fabio.estevam, linux, linux-arm-kernel, linux-kernel, Stefan Agner

Enable on-chip OTP NVMEM support for NXP i.MX and VF610 SoCs.
Since OTP values might be required by drivers required during
boot, make sure the driver is built-in (e.g. i.MX thermal
driver).

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index da7387689b88..6395425854cc 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -917,7 +917,9 @@ CONFIG_PHY_SAMSUNG_USB2=m
 CONFIG_PHY_TEGRA_XUSB=y
 CONFIG_PHY_BRCM_SATA=y
 CONFIG_NVMEM=y
+CONFIG_NVMEM_IMX_OCOTP=y
 CONFIG_NVMEM_SUNXI_SID=y
+CONFIG_NVMEM_VF610_OCOTP=y
 CONFIG_BCM2835_MBOX=y
 CONFIG_RASPBERRYPI_FIRMWARE=y
 CONFIG_EFI_VARS=m
-- 
2.16.2

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-04-09 11:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-18 20:34 [PATCH 1/7] ARM: multi_v7_defconfig: add OCOTP driver for NXP SoCs Stefan Agner
2018-03-18 20:34 ` [PATCH 2/7] ARM: multi_v7_defconfig: enable thermal driver for i.MX devices Stefan Agner
2018-03-18 20:34 ` [PATCH 3/7] ARM: multi_v7_defconfig: configure I2C driver built-in Stefan Agner
2018-03-18 20:34 ` [PATCH 4/7] ARM: multi_v7_defconfig: add RN5T618 PMIC family support Stefan Agner
2018-03-18 20:34 ` [PATCH 5/7] ARM: multi_v7_defconfig: add GPMI NAND controller support Stefan Agner
2018-03-18 20:34 ` [PATCH 6/7] ARM: multi_v7_defconfig: add NXP FlexCAN IP support Stefan Agner
2018-03-18 20:34 ` [PATCH 7/7] ARM: multi_v7_defconfig: add NXP graphics drivers Stefan Agner
2018-03-26  7:32 ` [PATCH 1/7] ARM: multi_v7_defconfig: add OCOTP driver for NXP SoCs Shawn Guo
2018-03-27 13:40   ` Arnd Bergmann
2018-04-09 11:46     ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).