Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1522999 > unrolled thread
| Started by | Jon Hunter <jonathanh@nvidia.com> |
|---|---|
| First post | 2016-11-15 19:50 +0100 |
| Last post | 2016-11-21 10:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH V2 1/2] pinctrl: tegra: Add DT binding for io pads control Jon Hunter <jonathanh@nvidia.com> - 2016-11-15 19:50 +0100
Re: [PATCH V2 1/2] pinctrl: tegra: Add DT binding for io pads control Laxman Dewangan <ldewangan@nvidia.com> - 2016-11-21 10:40 +0100
| From | Jon Hunter <jonathanh@nvidia.com> |
|---|---|
| Date | 2016-11-15 19:50 +0100 |
| Subject | Re: [PATCH V2 1/2] pinctrl: tegra: Add DT binding for io pads control |
| Message-ID | <sDQXT-c9-1@gated-at.bofh.it> |
On 09/11/16 13:06, Laxman Dewangan wrote: > NVIDIA Tegra124 and later SoCs support the multi-voltage level and > low power state of some of its IO pads. The IO pads can work in > the voltage of the 1.8V and 3.3V of IO voltage from IO power rail > sources. When IO interfaces are not used then IO pads can be > configure in low power state to reduce the power consumption from > that IO pads. > > On Tegra124, the voltage level of IO power rail source is auto > detected by hardware(SoC) and hence it is only require to configure > in low power mode if IO pads are not used. > > On T210 onwards, the auto-detection of voltage level from IO power > rail is removed from SoC and hence SW need to configure the PMC > register explicitly to set proper voltage in IO pads based on > IO rail power source voltage. > > Add DT binding document for detailing the DT properties for > configuring IO pads voltage levels and its power state. > > Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> > > --- > Changes from V1: > The DT binding document is modified to explain the regulator handle > for different IOs and how can it be passed from the DT. > --- > .../bindings/pinctrl/nvidia,tegra-io-pad.txt | 126 +++++++++++++++++++++ > 1 file changed, 126 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra-io-pad.txt > > diff --git a/Documentation/devicetree/bindings/pinctrl/nvidia,tegra-io-pad.txt b/Documentation/devicetree/bindings/pinctrl/nvidia,tegra-io-pad.txt > new file mode 100644 > index 0000000..6ca961f > --- /dev/null > +++ b/Documentation/devicetree/bindings/pinctrl/nvidia,tegra-io-pad.txt > @@ -0,0 +1,126 @@ > +NVIDIA Tegra PMC IO pad controller > + > +NVIDIA Tegra124 and later SoCs support the multi-voltage level and > +low power state of some of its IO pads. When IO interface are not > +used then IO pads can be configure in low power state to reduce > +the power from that IO pads. The IO pads can work in the voltage > +of the 1.8V and 3.3V of IO voltage from power rail sources. The last sentence is a bit unclear and does not sound correct. I am not sure if you are missing the word 'range' somewhere or if you are trying to say it must be either 1.8V or 3.3V. Looks like you have the same sentence on the changelog too. Cheers Jon -- nvpublic
[toc] | [next] | [standalone]
| From | Laxman Dewangan <ldewangan@nvidia.com> |
|---|---|
| Date | 2016-11-21 10:40 +0100 |
| Message-ID | <sFTeW-7P2-15@gated-at.bofh.it> |
| In reply to | #1522999 |
On Wednesday 16 November 2016 12:18 AM, Jon Hunter wrote: > On 09/11/16 13:06, Laxman Dewangan wrote: >> +NVIDIA Tegra124 and later SoCs support the multi-voltage level and >> +low power state of some of its IO pads. When IO interface are not >> +used then IO pads can be configure in low power state to reduce >> +the power from that IO pads. The IO pads can work in the voltage >> +of the 1.8V and 3.3V of IO voltage from power rail sources. > The last sentence is a bit unclear and does not sound correct. I am not > sure if you are missing the word 'range' somewhere or if you are trying > to say it must be either 1.8V or 3.3V. Looks like you have the same > sentence on the changelog too. The IO pads are designed to work in two different voltage rail 1.8V (nominal) and 3.3V (nominal) for interfacing. However, the tolerances of the IO pads are: 1.8 V nominal is (1.62V, 1.98V) 3.3 V nominal is (2.97V,3.63V)
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web