diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-30 16:37:43 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2016-02-16 09:17:50 -0700 |
commit | f4abbee3ae8f64871ba91bcf1ef7f5b5387fbb1f (patch) | |
tree | bc520a3c1217b4ad2441143232988565ee55427b /include/dt-bindings/reset/tegra124-car.h | |
parent | e05ab0dae8a0bae52c46db2032f9a598fc5f4031 (diff) | |
download | u-boot-imx-f4abbee3ae8f64871ba91bcf1ef7f5b5387fbb1f.zip u-boot-imx-f4abbee3ae8f64871ba91bcf1ef7f5b5387fbb1f.tar.gz u-boot-imx-f4abbee3ae8f64871ba91bcf1ef7f5b5387fbb1f.tar.bz2 |
tegra: dts: Sync up the tegra124 device tree files with Linux
Sync up these files with Linux v4.4.
Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/dt-bindings/reset/tegra124-car.h')
-rw-r--r-- | include/dt-bindings/reset/tegra124-car.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/dt-bindings/reset/tegra124-car.h b/include/dt-bindings/reset/tegra124-car.h new file mode 100644 index 0000000..070e4f6 --- /dev/null +++ b/include/dt-bindings/reset/tegra124-car.h @@ -0,0 +1,12 @@ +/* + * This header provides Tegra124-specific constants for binding + * nvidia,tegra124-car. + */ + +#ifndef _DT_BINDINGS_RESET_TEGRA124_CAR_H +#define _DT_BINDINGS_RESET_TEGRA124_CAR_H + +#define TEGRA124_RESET(x) (6 * 32 + (x)) +#define TEGRA124_RST_DFLL_DVCO TEGRA124_RESET(0) + +#endif /* _DT_BINDINGS_RESET_TEGRA124_CAR_H */ |