Message ID | 20230728113029.403862-1-francesco@dolcini.it (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v1] arm64: defconfig: enable TI K3 thermal driver | expand |
On 7/28/2023 6:30 AM, Francesco Dolcini wrote: > From: Francesco Dolcini <francesco.dolcini@toradex.com> > > Enable K3 thermal driver, this is used on TI AM62 for example and > various platform based on that SoC. > > Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > index 0777bcae9104..cbacae73e9af 100644 > --- a/arch/arm64/configs/defconfig > +++ b/arch/arm64/configs/defconfig > @@ -647,6 +647,7 @@ CONFIG_DEVFREQ_THERMAL=y > CONFIG_THERMAL_EMULATION=y > CONFIG_IMX_SC_THERMAL=m > CONFIG_IMX8MM_THERMAL=m > +CONFIG_K3_THERMAL=m > CONFIG_QORIQ_THERMAL=m > CONFIG_SUN8I_THERMAL=y > CONFIG_ROCKCHIP_THERMAL=m
On 14:31-20230801, Bajjuri, Praneeth wrote: > > > On 7/28/2023 6:30 AM, Francesco Dolcini wrote: > > From: Francesco Dolcini <francesco.dolcini@toradex.com> > > > > Enable K3 thermal driver, this is used on TI AM62 for example and > > various platform based on that SoC. > > > > Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com> > > Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> > > > > --- > > arch/arm64/configs/defconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > > index 0777bcae9104..cbacae73e9af 100644 > > --- a/arch/arm64/configs/defconfig > > +++ b/arch/arm64/configs/defconfig > > @@ -647,6 +647,7 @@ CONFIG_DEVFREQ_THERMAL=y > > CONFIG_THERMAL_EMULATION=y > > CONFIG_IMX_SC_THERMAL=m > > CONFIG_IMX8MM_THERMAL=m > > +CONFIG_K3_THERMAL=m > > CONFIG_QORIQ_THERMAL=m > > CONFIG_SUN8I_THERMAL=y > > CONFIG_ROCKCHIP_THERMAL=m I will be picking up https://lore.kernel.org/all/20230731161048.2522154-1-u-kumar1@ti.com/ instead. going through the usual tests etc..
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0777bcae9104..cbacae73e9af 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -647,6 +647,7 @@ CONFIG_DEVFREQ_THERMAL=y CONFIG_THERMAL_EMULATION=y CONFIG_IMX_SC_THERMAL=m CONFIG_IMX8MM_THERMAL=m +CONFIG_K3_THERMAL=m CONFIG_QORIQ_THERMAL=m CONFIG_SUN8I_THERMAL=y CONFIG_ROCKCHIP_THERMAL=m