Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1420971 > unrolled thread

[PATCH 1/2] arm64: defconfig: enable SENSORS_ARM_SCPI

Started byJavi Merino <javi.merino@arm.com>
First post2016-06-13 17:20 +0200
Last post2016-06-21 20:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/2] arm64: defconfig: enable SENSORS_ARM_SCPI Javi Merino <javi.merino@arm.com> - 2016-06-13 17:20 +0200
    Re: [PATCH 1/2] arm64: defconfig: enable SENSORS_ARM_SCPI Sudeep Holla <sudeep.holla@arm.com> - 2016-06-21 20:00 +0200

#1420971 — [PATCH 1/2] arm64: defconfig: enable SENSORS_ARM_SCPI

FromJavi Merino <javi.merino@arm.com>
Date2016-06-13 17:20 +0200
Subject[PATCH 1/2] arm64: defconfig: enable SENSORS_ARM_SCPI
Message-ID<rJBOF-82T-5@gated-at.bofh.it>
ARM SCPI Sensors were merged for v4.4 and they are defined in the Juno
dts.  Enable it in the defconfig to get them registered automatically in
Juno by default.

Signed-off-by: Javi Merino <javi.merino@arm.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index fd2d74d0491e..1152c6d9f6e6 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -197,6 +197,7 @@ CONFIG_POWER_RESET_XGENE=y
 CONFIG_POWER_RESET_SYSCON=y
 CONFIG_SENSORS_LM90=m
 CONFIG_SENSORS_INA2XX=m
+CONFIG_SENSORS_ARM_SCPI=y
 CONFIG_THERMAL=y
 CONFIG_THERMAL_EMULATION=y
 CONFIG_EXYNOS_THERMAL=y
-- 
1.9.1

[toc] | [next] | [standalone]


#1428022

FromSudeep Holla <sudeep.holla@arm.com>
Date2016-06-21 20:00 +0200
Message-ID<rMy7T-xD-13@gated-at.bofh.it>
In reply to#1420971

On 13/06/16 16:15, Javi Merino wrote:
> ARM SCPI Sensors were merged for v4.4 and they are defined in the Juno
> dts.  Enable it in the defconfig to get them registered automatically in
> Juno by default.
>

Applied, thanks.

-- 
Regards,
Sudeep

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web