Skip to content

Commit 7c3cf5c

Browse files
Sowjanya Komatinenistorulf
authored andcommitted
dt-bindings: mmc: tegra: Add pinctrl for SDMMC drive strengths
Add pinctrls for 3V3 and 1V8 pad drive strength configuration for Tegra210 sdmmc. Tegra210 sdmmc has pad configuration registers in pinmux register domain and handled thru pinctrl to pinmux device node. Tegra186 and Tegra194 has pad configuration register with in the SDMMC register domain itself and are handles thru drive strength properties in sdmmc device node. Signed-off-by: Sowjanya Komatineni <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent bcdb530 commit 7c3cf5c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/devicetree/bindings/mmc/nvidia,tegra20-sdhci.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,16 @@ sdhci@c8000200 {
3939
bus-width = <8>;
4040
};
4141

42-
Optional properties for Tegra210 and Tegra186:
42+
Optional properties for Tegra210, Tegra186 and Tegra194:
4343
- pinctrl-names, pinctrl-0, pinctrl-1 : Specify pad voltage
4444
configurations. Valid pinctrl-names are "sdmmc-3v3" and "sdmmc-1v8"
4545
for controllers supporting multiple voltage levels. The order of names
4646
should correspond to the pin configuration states in pinctrl-0 and
4747
pinctrl-1.
48+
- pinctrl-names : "sdmmc-3v3-drv" and "sdmmc-1v8-drv" are applicable for
49+
Tegra210 where pad config registers are in the pinmux register domain
50+
for pull-up-strength and pull-down-strength values configuration when
51+
using pads at 3V3 and 1V8 levels.
4852
- nvidia,only-1-8-v : The presence of this property indicates that the
4953
controller operates at a 1.8 V fixed I/O voltage.
5054
- nvidia,pad-autocal-pull-up-offset-3v3,

0 commit comments

Comments
 (0)