forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-4.20/dt-bindings' into for-4.20/soc
- Loading branch information
Showing
3 changed files
with
214 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* SPDX-License-Identifier: GPL-2.0 */ | ||
/* | ||
* pinctrl-tegra-io-pad.h: Tegra I/O pad source voltage configuration constants | ||
* pinctrl bindings. | ||
* | ||
* Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. | ||
* | ||
* Author: Aapo Vienamo <avienamo@nvidia.com> | ||
*/ | ||
|
||
#ifndef _DT_BINDINGS_PINCTRL_TEGRA_IO_PAD_H | ||
#define _DT_BINDINGS_PINCTRL_TEGRA_IO_PAD_H | ||
|
||
/* Voltage levels of the I/O pad's source rail */ | ||
#define TEGRA_IO_PAD_VOLTAGE_1V8 0 | ||
#define TEGRA_IO_PAD_VOLTAGE_3V3 1 | ||
|
||
#endif |