signal/alpha: Document a conflict with SI_USER for SIGTRAP
[cris-mirror.git] / include / dt-bindings / reset / tegra210-car.h
blob296ec6e3f8c0b3ed22e22e71d28a72ea33a40c22
1 /*
2 * This header provides Tegra210-specific constants for binding
3 * nvidia,tegra210-car.
4 */
6 #ifndef _DT_BINDINGS_RESET_TEGRA210_CAR_H
7 #define _DT_BINDINGS_RESET_TEGRA210_CAR_H
9 #define TEGRA210_RESET(x) (7 * 32 + (x))
10 #define TEGRA210_RST_DFLL_DVCO TEGRA210_RESET(0)
11 #define TEGRA210_RST_ADSP TEGRA210_RESET(1)
13 #endif /* _DT_BINDINGS_RESET_TEGRA210_CAR_H */