diff options
author | Simon Glass <sjg@chromium.org> | 2015-04-14 21:03:22 -0600 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2015-05-13 09:24:06 -0700 |
commit | 1c82c2f60a6f5a5c16f1ea7144da479e78760e06 (patch) | |
tree | be02dbd5d47fd856365f360b84ad038ec153f5c8 /arch/arm/include/asm/arch-tegra124/pwm.h | |
parent | 12e671142daa5d4dce5961e6f573a8b740b16f88 (diff) | |
download | u-boot-imx-1c82c2f60a6f5a5c16f1ea7144da479e78760e06.zip u-boot-imx-1c82c2f60a6f5a5c16f1ea7144da479e78760e06.tar.gz u-boot-imx-1c82c2f60a6f5a5c16f1ea7144da479e78760e06.tar.bz2 |
tegra: Move the pwm into tegra-common
This is needed for tegra124 also, so make it common and add a header file
for tegra124.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/include/asm/arch-tegra124/pwm.h')
-rw-r--r-- | arch/arm/include/asm/arch-tegra124/pwm.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-tegra124/pwm.h b/arch/arm/include/asm/arch-tegra124/pwm.h new file mode 100644 index 0000000..3d2c432 --- /dev/null +++ b/arch/arm/include/asm/arch-tegra124/pwm.h @@ -0,0 +1,14 @@ +/* + * Tegra pulse width frequency modulator definitions + * + * Copyright (c) 2011 The Chromium OS Authors. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __ASM_ARCH_TEGRA124_PWM_H +#define __ASM_ARCH_TEGRA124_PWM_H + +#include <asm/arch-tegra/pwm.h> + +#endif /* __ASM_ARCH_TEGRA124_PWM_H */ |