Message ID | 20230720062320.2945746-1-alexander.stein@ew.tq-group.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v4,1/1] arm64: defconfig: Enable i.MX93 devices | expand |
On Thu, Jul 20, 2023, at 08:23, Alexander Stein wrote: > These drivers are used on i.MX93 based devices. > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > --- > Changes in v4: > * Rebased to next-20230720 > * Split from [1] after the other patches have been accepted > > [1] > https://lore.kernel.org/linux-arm-kernel/20230718085722.1198862-1-alexander.stein@ew.tq-group.com/ > > arch/arm64/configs/defconfig | 4 ++++ > 1 file changed, 4 insertions(+) The changes look good to me, but please send them to the i.mx maintainers to pick them up instead of directly to us. The way we handle this normally is that all changes for one platform (dts, defconfig, arch/arm/mach-*, drivers/soc/*/) get sent to the platform maintainers, who forward them to the soc tree. Thanks, Arnd
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6cbf6eb59378..51c02ac2f8c8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -427,6 +427,7 @@ CONFIG_TOUCHSCREEN_GOODIX=m CONFIG_TOUCHSCREEN_ELAN=m CONFIG_TOUCHSCREEN_EDT_FT5X06=m CONFIG_INPUT_MISC=y +CONFIG_INPUT_BBNSM_PWRKEY=m CONFIG_INPUT_PM8941_PWRKEY=y CONFIG_INPUT_PM8XXX_VIBRATOR=m CONFIG_INPUT_TPS65219_PWRBUTTON=m @@ -677,6 +678,7 @@ CONFIG_SUNXI_WATCHDOG=m CONFIG_NPCM7XX_WATCHDOG=y CONFIG_IMX2_WDT=y CONFIG_IMX_SC_WDT=m +CONFIG_IMX7ULP_WDT=m CONFIG_QCOM_WDT=m CONFIG_MESON_GXBB_WATCHDOG=m CONFIG_MESON_WATCHDOG=m @@ -1097,6 +1099,7 @@ CONFIG_RTC_DRV_ARMADA38X=y CONFIG_RTC_DRV_PM8XXX=m CONFIG_RTC_DRV_TEGRA=y CONFIG_RTC_DRV_SNVS=m +CONFIG_RTC_DRV_BBNSM=m CONFIG_RTC_DRV_IMX_SC=m CONFIG_RTC_DRV_MT6397=m CONFIG_RTC_DRV_XGENE=y @@ -1420,6 +1423,7 @@ CONFIG_ARM_DMC620_PMU=m CONFIG_HISI_PMU=y CONFIG_NVMEM_LAYOUT_SL28_VPD=m CONFIG_NVMEM_IMX_OCOTP=y +CONFIG_NVMEM_IMX_OCOTP_ELE=m CONFIG_NVMEM_IMX_OCOTP_SCU=y CONFIG_NVMEM_LAYERSCAPE_SFP=m CONFIG_NVMEM_MESON_EFUSE=m
These drivers are used on i.MX93 based devices. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> --- Changes in v4: * Rebased to next-20230720 * Split from [1] after the other patches have been accepted [1] https://lore.kernel.org/linux-arm-kernel/20230718085722.1198862-1-alexander.stein@ew.tq-group.com/ arch/arm64/configs/defconfig | 4 ++++ 1 file changed, 4 insertions(+)