Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.19-rc2 16 lines 394 B view raw
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. 4 */ 5 6#ifndef _DT_BINDINGS_SOC_TEGRA_PMC_H 7#define _DT_BINDINGS_SOC_TEGRA_PMC_H 8 9#define TEGRA_PMC_CLK_OUT_1 0 10#define TEGRA_PMC_CLK_OUT_2 1 11#define TEGRA_PMC_CLK_OUT_3 2 12#define TEGRA_PMC_CLK_BLINK 3 13 14#define TEGRA_PMC_CLK_MAX 4 15 16#endif /* _DT_BINDINGS_SOC_TEGRA_PMC_H */