]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/arch-tegra124/mc.h
Add more SPDX-License-Identifier tags
[u-boot] / arch / arm / include / asm / arch-tegra124 / mc.h
index 55577327d9fd66a64df951f6f47940af820bac29..d97b2c87c631310aca2ccd587e1521b116d0e945 100644 (file)
@@ -1,17 +1,7 @@
 /*
  * Copyright (c) 2014, NVIDIA CORPORATION.  All rights reserved.
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms and conditions of the GNU General Public License,
- * version 2, as published by the Free Software Foundation.
- *
- * This program is distributed in the hope it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier:    GPL-2.0
  */
 
 #ifndef _TEGRA124_MC_H_
@@ -74,6 +64,8 @@ struct mc_ctlr {
        u32 mc_video_protect_reg_ctrl;          /* offset 0x650 */
 };
 
+#define TEGRA_MC_SMMU_CONFIG_ENABLE (1 << 0)
+
 #define TEGRA_MC_VIDEO_PROTECT_REG_WRITE_ACCESS_ENABLED                (0 << 0)
 #define TEGRA_MC_VIDEO_PROTECT_REG_WRITE_ACCESS_DISABLED       (1 << 0)