mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 16:56:58 +02: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>
14 lines
292 B
C
14 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 */
|