memory: tegra: Make per-SoC setup more generic
[sfrench/cifs-2.6.git] / include / soc / tegra / mc.h
index 7c49f75087c3e562f2cbc64ef6c1175a49572745..00d16c356db8425d36cc00fac2852613101a3116 100644 (file)
@@ -170,7 +170,11 @@ struct tegra_mc_icc_ops {
 };
 
 struct tegra_mc_ops {
-       int (*init)(struct tegra_mc *mc);
+       /*
+        * @probe: Callback to set up SoC-specific bits of the memory controller. This is called
+        * after basic, common set up that is done by the SoC-agnostic bits.
+        */
+       int (*probe)(struct tegra_mc *mc);
        int (*suspend)(struct tegra_mc *mc);
        int (*resume)(struct tegra_mc *mc);
 };