On 02/05/16 13:17, Laxman Dewangan wrote:The config param and value are packed in u32 with 16bit each So we can not make uV in 16bit until we do conversion of uV->mV.
+Are these still necessary now that the driver is using uV? Can't we just
+The voltage supported on the pads are 1.8V and 3.3V. The enums are defined as:
+ For 1.8V, use TEGRA_IO_PAD_POWER_SOURCE_1800000UV
+ For 3.3V, use TEGRA_IO_PAD_POWER_SOURCE_3300000UV
use integer values for 1800000 and 3300000 in the DTS directly?
+Required subnode-properties:Please see my previous comments.
+==========================
+- pins : An array of strings. Each string contains the name of an IO pads. Valid
+ values for these names are listed below.
+Optional subnode-properties:I think I prefer nvidia,io-voltage or something. You can describe what
+==========================
+-nvidia,power-source-voltage: Integer. The voltage level of IO pads. The
this means in this doc. In fact, the current description here does not
explicitly state that this voltage, is the voltage the pad is configured
to operate at versus the voltage of the IO rail.