[U-Boot] [PATCH v3 14/35] tegra: tegra124: Add a PMC syscon driver
sjg at google.com
sjg at google.com
Thu Jul 6 17:36:40 UTC 2017
The PMC can be modelled as a syscon peripheral. Add a driver for this
so that it can be accessed by drivers when needed. Enable it for tegra124
boards.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v3:
- Update commit message, enable for all tegra124 boards not just nyan-big
Changes in v2: None
arch/arm/include/asm/arch-tegra/tegra.h | 5 +++++
arch/arm/mach-tegra/Kconfig | 2 ++
arch/arm/mach-tegra/tegra124/Makefile | 1 +
arch/arm/mach-tegra/tegra124/pmc.c | 19 +++++++++++++++++++
4 files changed, 27 insertions(+)
create mode 100644 arch/arm/mach-tegra/tegra124/pmc.c
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list