tegra: Move the pwm into tegra-common
[oweals/u-boot.git] / arch / arm / include / asm / arch-tegra114 / gp_padctrl.h
index 1ef1a1484df61f1457dbca7f0e2af7d124e23a57..41ce67780754278fac4e92e53376aa0aed32c4ee 100644 (file)
@@ -74,4 +74,10 @@ struct apb_misc_gp_ctlr {
        u32     aocfg0;         /* 0x1AC: APB_MISC_GP_AOCFG0PADCTRL */
 };
 
+/* SDMMC1/3 settings from section 27.5 of T114 TRM */
+#define SDIOCFG_DRVUP_SLWF     0
+#define SDIOCFG_DRVDN_SLWR     0
+#define SDIOCFG_DRVUP          0x24
+#define SDIOCFG_DRVDN          0x14
+
 #endif /* _TEGRA114_GP_PADCTRL_H_ */