mbox series

[GIT,PULL,9/9] arm64: tegra: Default configuration changes for v5.1-rc1

Message ID 20190208150935.32108-10-thierry.reding@gmail.com
State New
Headers show
Series Tegra changes for v5.1-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.1-arm64-defconfig

Message

Thierry Reding Feb. 8, 2019, 3:09 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.1-arm64-defconfig

for you to fetch changes up to bc72bed682a9502f5c8f5adf15107aef6237895e:

  arm64: defconfig: Enable Tegra TCU (2019-02-06 14:38:35 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Default configuration changes for v5.1-rc1

Enables the TCU driver to be built into the kernel, so that the TCU can
be used as debug serial on Jetson Xavier. This also enables the MAX8973
regulator driver that is required for CPU frequency scaling on Tegra210.

----------------------------------------------------------------
Joseph Lo (1):
      arm64: defconfig: Enable MAX8973 regulator

Thierry Reding (1):
      arm64: defconfig: Enable Tegra TCU

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Arnd Bergmann Feb. 15, 2019, 3:49 p.m. UTC | #1
On Fri, Feb 8, 2019 at 4:09 PM Thierry Reding <thierry.reding@gmail.com> wrote:
> arm64: tegra: Default configuration changes for v5.1-rc1
>
> Enables the TCU driver to be built into the kernel, so that the TCU can
> be used as debug serial on Jetson Xavier. This also enables the MAX8973
> regulator driver that is required for CPU frequency scaling on Tegra210.
>

Pulled into arm/defconfig, thanks!

     Arnd