]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - include/dt-bindings/reset/tegra210-car.h
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[karo-tx-linux.git] / include / dt-bindings / reset / tegra210-car.h
1 /*
2  * This header provides Tegra210-specific constants for binding
3  * nvidia,tegra210-car.
4  */
5
6 #ifndef _DT_BINDINGS_RESET_TEGRA210_CAR_H
7 #define _DT_BINDINGS_RESET_TEGRA210_CAR_H
8
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)
12
13 #endif  /* _DT_BINDINGS_RESET_TEGRA210_CAR_H */