| .. | .. |
|---|
| 183 | 183 | }; |
|---|
| 184 | 184 | conf_ata { |
|---|
| 185 | 185 | nvidia,pins = "ata", "atb", "atc", "atd", "ate", |
|---|
| 186 | | - "cdev1", "cdev2", "dap1", "dtb", "gma", |
|---|
| 187 | | - "gmb", "gmc", "gmd", "gme", "gpu7", |
|---|
| 186 | + "cdev1", "cdev2", "dap1", "dtb", "dtf", |
|---|
| 187 | + "gma", "gmb", "gmc", "gmd", "gme", "gpu7", |
|---|
| 188 | 188 | "gpv", "i2cp", "irrx", "irtx", "pta", |
|---|
| 189 | 189 | "rm", "slxa", "slxk", "spia", "spib", |
|---|
| 190 | 190 | "uac"; |
|---|
| .. | .. |
|---|
| 203 | 203 | }; |
|---|
| 204 | 204 | conf_crtp { |
|---|
| 205 | 205 | nvidia,pins = "crtp", "dap2", "dap3", "dap4", |
|---|
| 206 | | - "dtc", "dte", "dtf", "gpu", "sdio1", |
|---|
| 206 | + "dtc", "dte", "gpu", "sdio1", |
|---|
| 207 | 207 | "slxc", "slxd", "spdi", "spdo", "spig", |
|---|
| 208 | 208 | "uda"; |
|---|
| 209 | 209 | nvidia,pull = <TEGRA_PIN_PULL_NONE>; |
|---|
| .. | .. |
|---|
| 495 | 495 | status = "okay"; |
|---|
| 496 | 496 | }; |
|---|
| 497 | 497 | |
|---|
| 498 | | - sdhci@c8000600 { |
|---|
| 498 | + mmc@c8000600 { |
|---|
| 499 | 499 | cd-gpios = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_LOW>; |
|---|
| 500 | 500 | wp-gpios = <&gpio TEGRA_GPIO(H, 3) GPIO_ACTIVE_HIGH>; |
|---|
| 501 | 501 | bus-width = <4>; |
|---|
| 502 | 502 | status = "okay"; |
|---|
| 503 | 503 | }; |
|---|
| 504 | 504 | |
|---|
| 505 | | - clocks { |
|---|
| 506 | | - compatible = "simple-bus"; |
|---|
| 507 | | - #address-cells = <1>; |
|---|
| 508 | | - #size-cells = <0>; |
|---|
| 509 | | - |
|---|
| 510 | | - clk32k_in: clock@0 { |
|---|
| 511 | | - compatible = "fixed-clock"; |
|---|
| 512 | | - reg = <0>; |
|---|
| 513 | | - #clock-cells = <0>; |
|---|
| 514 | | - clock-frequency = <32768>; |
|---|
| 515 | | - }; |
|---|
| 505 | + clk32k_in: clock@0 { |
|---|
| 506 | + compatible = "fixed-clock"; |
|---|
| 507 | + clock-frequency = <32768>; |
|---|
| 508 | + #clock-cells = <0>; |
|---|
| 516 | 509 | }; |
|---|
| 517 | 510 | |
|---|
| 518 | | - regulators { |
|---|
| 519 | | - compatible = "simple-bus"; |
|---|
| 520 | | - |
|---|
| 521 | | - #address-cells = <1>; |
|---|
| 522 | | - #size-cells = <0>; |
|---|
| 523 | | - |
|---|
| 524 | | - pci_vdd_reg: regulator@1 { |
|---|
| 525 | | - compatible = "regulator-fixed"; |
|---|
| 526 | | - reg = <1>; |
|---|
| 527 | | - regulator-name = "vdd_1v05"; |
|---|
| 528 | | - regulator-min-microvolt = <1050000>; |
|---|
| 529 | | - regulator-max-microvolt = <1050000>; |
|---|
| 530 | | - gpio = <&pmic 2 0>; |
|---|
| 531 | | - enable-active-high; |
|---|
| 532 | | - }; |
|---|
| 511 | + pci_vdd_reg: regulator@1 { |
|---|
| 512 | + compatible = "regulator-fixed"; |
|---|
| 513 | + regulator-name = "vdd_1v05"; |
|---|
| 514 | + regulator-min-microvolt = <1050000>; |
|---|
| 515 | + regulator-max-microvolt = <1050000>; |
|---|
| 516 | + gpio = <&pmic 2 0>; |
|---|
| 517 | + enable-active-high; |
|---|
| 533 | 518 | }; |
|---|
| 534 | 519 | }; |
|---|