On 12/04/16 17:59, Laxman Dewangan wrote:
On Tuesday 12 April 2016 08:58 PM, Thierry Reding wrote:Looking at the Tegra124 TRM it was reserved and so renaming makes sense
* PGP Signed by an unknown keyOK, then make sense to replace RES with EMMC2.
On Tue, Apr 12, 2016 at 08:26:42PM +0530, Laxman Dewangan wrote:
+#define TEGRA_IO_RAIL_EMMC 35We have a duplicate entry for 37 now. The _RES might have meant
#define TEGRA_IO_RAIL_CAM 36
#define TEGRA_IO_RAIL_RES 37
+#define TEGRA_IO_RAIL_EMMC2 37
"reserved", in which case maybe just replace it with the new symbolic
name?
here. However, that also prompts the question how do we check to ensure
that the IO rail is valid for a given SoC?
Should we define a 'valid' mask for IO_DPD_STATUS and IO_DPD2_STATUS
registers in the SoC data so we can check if the rail is valid?