]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - include/dt-bindings/reset/tegra210-car.h
Merge tag 'sound-fix-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[mirror_ubuntu-artful-kernel.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 */