diff options
Diffstat (limited to 'include/dt-bindings/soc/tegra-pmc.h')
-rw-r--r-- | include/dt-bindings/soc/tegra-pmc.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/dt-bindings/soc/tegra-pmc.h b/include/dt-bindings/soc/tegra-pmc.h deleted file mode 100644 index a99a457471e..00000000000 --- a/include/dt-bindings/soc/tegra-pmc.h +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -/* - * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. - */ - -#ifndef _DT_BINDINGS_SOC_TEGRA_PMC_H -#define _DT_BINDINGS_SOC_TEGRA_PMC_H - -#define TEGRA_PMC_CLK_OUT_1 0 -#define TEGRA_PMC_CLK_OUT_2 1 -#define TEGRA_PMC_CLK_OUT_3 2 -#define TEGRA_PMC_CLK_BLINK 3 - -#define TEGRA_PMC_CLK_MAX 4 - -#endif /* _DT_BINDINGS_SOC_TEGRA_PMC_H */ |