]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-tegra124/mc.h
ARM: tegra: Enable SMMU when going non-secure
[karo-tx-uboot.git] / arch / arm / include / asm / arch-tegra124 / mc.h
index 55577327d9fd66a64df951f6f47940af820bac29..37998a4d606ebd82c5f97ef11d0d6aacc38a0142 100644 (file)
@@ -74,6 +74,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)