mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 12:54:37 +00:00

Diverge DC driver setup to better fit each of supported generations of Tegra SOC. Tested-by: Agneli <poczt@protonmail.ch> # Toshiba AC100 T20 Tested-by: Robert Eckelmann <longnoserob@gmail.com> # ASUS TF101 Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # ASUS Grouper E1565 Tested-by: Ion Agorria <ion@agorria.com> # HTC One X Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # Nvidia Tegratab T114 Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
13 lines
292 B
C
13 lines
292 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Tegra pulse width frequency modulator definitions
|
|
*
|
|
* Copyright (c) 2011 The Chromium OS Authors.
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_TEGRA114_PWM_H
|
|
#define __ASM_ARCH_TEGRA114_PWM_H
|
|
|
|
#include <asm/arch-tegra/pwm.h>
|
|
|
|
#endif /* __ASM_ARCH_TEGRA114_PWM_H */
|