Message ID | 20190512082614.9045-2-tiny.windzz@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Eduardo Valentin |
Headers | show |
Series | add thermal driver for h6 | expand |
On Sun, May 12, 2019 at 04:26:12AM -0400, Yangtao Li wrote: > Sid contains speedbin information and temperature sensor > calibration information and more, which are important for SOC. > > This patch enables CONFIG_NVMEM_SUNXI_SID by default. > > Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> Applied for 5.3, thanks Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2d9c39033c1a..8c23dd60f906 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -736,6 +736,7 @@ CONFIG_PHY_TEGRA_XUSB=y CONFIG_HISI_PMU=y CONFIG_QCOM_L2_PMU=y CONFIG_QCOM_L3_PMU=y +CONFIG_NVMEM_SUNXI_SID=y CONFIG_QCOM_QFPROM=y CONFIG_ROCKCHIP_EFUSE=y CONFIG_UNIPHIER_EFUSE=y
Sid contains speedbin information and temperature sensor calibration information and more, which are important for SOC. This patch enables CONFIG_NVMEM_SUNXI_SID by default. Signed-off-by: Yangtao Li <tiny.windzz@gmail.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)