[linux] 02/03: [arm64] Enable REGULATOR_FIXED_VOLTAGE

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Aug 2 23:43:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

tbm pushed a commit to branch master
in repository linux.

commit 3da99236e310ad51aa9be081d5625a5676c20be9
Author: Martin Michlmayr <tbm at cyrius.com>
Date:   Tue Aug 2 15:54:46 2016 -0700

    [arm64] Enable REGULATOR_FIXED_VOLTAGE
    
    Enable REGULATOR_FIXED_VOLTAGE which is used at least by the NVIDIA
    Jetson TX1.
---
 debian/changelog           | 1 +
 debian/config/arm64/config | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5d770bf..6659a1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ linux (4.7~rc7-1~exp2) UNRELEASED; urgency=medium
     - arm64: tegra: Enable debug serial on Jetson TX1
     - arm64: tegra: Enable XUSB controller on Jetson TX1
     - arm64: tegra: Correct Tegra210 XUSB mailbox interrupt
+  * [arm64] Enable REGULATOR_FIXED_VOLTAGE.
 
  -- Ben Hutchings <ben at decadent.org.uk>  Wed, 20 Jul 2016 03:50:18 +0100
 
diff --git a/debian/config/arm64/config b/debian/config/arm64/config
index 42da1fa..756166b 100644
--- a/debian/config/arm64/config
+++ b/debian/config/arm64/config
@@ -339,6 +339,7 @@ CONFIG_PWM_TEGRA=m
 ## file: drivers/regulator/Kconfig
 ##
 CONFIG_REGULATOR=y
+CONFIG_REGULATOR_FIXED_VOLTAGE=m
 CONFIG_REGULATOR_MAX77620=m
 CONFIG_REGULATOR_QCOM_RPM=m
 CONFIG_REGULATOR_QCOM_SMD_RPM=m

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list