]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
soc/tegra: Implement Tegra186 PMC support
authorThierry Reding <treding@nvidia.com>
Thu, 23 Feb 2017 17:11:57 +0000 (18:11 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 4 Apr 2017 13:43:50 +0000 (15:43 +0200)
commit5e7d4c65294174d6f58fe36df3edd55cd3b859d6
treeebdf2ddfd0f345b671a3d803155de6ad81657987
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201
soc/tegra: Implement Tegra186 PMC support

The power management controller on Tegra186 has changed in backwards-
incompatible ways with respect to earlier generations. This implements a
new driver that supports inversion of the PMU interrupt as well as the
"recovery", "bootloader" and "forced-recovery" reboot commands.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/arm/tegra/nvidia,tegra186-pmc.txt [new file with mode: 0644]
drivers/soc/tegra/Kconfig
drivers/soc/tegra/Makefile
drivers/soc/tegra/pmc-tegra186.c [new file with mode: 0644]