diff --git a/buildroot/board/tiesse/tgr/kernel-patches/1002-imx8mm-Add-PCA9450-PMIC-support.patch b/buildroot/board/tiesse/tgr/kernel-patches/1002-imx8mm-Add-PCA9450-PMIC-support.patch index aeb741c..3f08869 100644 --- a/buildroot/board/tiesse/tgr/kernel-patches/1002-imx8mm-Add-PCA9450-PMIC-support.patch +++ b/buildroot/board/tiesse/tgr/kernel-patches/1002-imx8mm-Add-PCA9450-PMIC-support.patch @@ -19,8 +19,8 @@ index 997a6172735e..e33bd218301b 100644 diff --git drivers/mfd/Makefile drivers/mfd/Makefile index c6755df735ba..962dcc88d99c 100644 ---- drivers/mfd/Makefile -+++ drivers/mfd/Makefile +--- linux-imx/drivers/mfd/Makefile ++++ linux-imx/drivers/mfd/Makefile @@ -232,3 +232,4 @@ obj-$(CONFIG_MFD_STM32_LPTIMER) += stm32-lptimer.o obj-$(CONFIG_MFD_STM32_TIMERS) += stm32-timers.o obj-$(CONFIG_MFD_MXS_LRADC) += mxs-lradc.o @@ -338,8 +338,8 @@ index 000000000000..85ce6e3eef68 +MODULE_LICENSE("GPL"); diff --git drivers/regulator/Kconfig drivers/regulator/Kconfig index 5361947ea726..e5b3c9ffb982 100644 ---- drivers/regulator/Kconfig -+++ drivers/regulator/Kconfig +--- linux-imx/drivers/regulator/Kconfig ++++ linux-imx/drivers/regulator/Kconfig @@ -983,5 +983,11 @@ config REGULATOR_BD71837 help This driver supports BD71837 voltage regulator chips.