| .. | .. |
|---|
| 61 | 61 | |
|---|
| 62 | 62 | nvidia,spkr-en-gpios = <&wm8903 2 GPIO_ACTIVE_HIGH>; |
|---|
| 63 | 63 | nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2) |
|---|
| 64 | | - GPIO_ACTIVE_HIGH>; |
|---|
| 64 | + GPIO_ACTIVE_LOW>; |
|---|
| 65 | 65 | |
|---|
| 66 | 66 | clocks = <&tegra_car TEGRA20_CLK_PLL_A>, |
|---|
| 67 | 67 | <&tegra_car TEGRA20_CLK_PLL_A_OUT0>, |
|---|
| .. | .. |
|---|
| 69 | 69 | clock-names = "pll_a", "pll_a_out0", "mclk"; |
|---|
| 70 | 70 | }; |
|---|
| 71 | 71 | |
|---|
| 72 | | - regulators { |
|---|
| 73 | | - vcc_24v_reg: regulator@100 { |
|---|
| 74 | | - compatible = "regulator-fixed"; |
|---|
| 75 | | - reg = <100>; |
|---|
| 76 | | - regulator-name = "vcc_24v"; |
|---|
| 77 | | - regulator-min-microvolt = <24000000>; |
|---|
| 78 | | - regulator-max-microvolt = <24000000>; |
|---|
| 79 | | - regulator-always-on; |
|---|
| 80 | | - }; |
|---|
| 72 | + vcc_24v_reg: regulator@100 { |
|---|
| 73 | + compatible = "regulator-fixed"; |
|---|
| 74 | + regulator-name = "vcc_24v"; |
|---|
| 75 | + regulator-min-microvolt = <24000000>; |
|---|
| 76 | + regulator-max-microvolt = <24000000>; |
|---|
| 77 | + regulator-always-on; |
|---|
| 78 | + }; |
|---|
| 81 | 79 | |
|---|
| 82 | | - vdd_5v0_reg: regulator@101 { |
|---|
| 83 | | - compatible = "regulator-fixed"; |
|---|
| 84 | | - reg = <101>; |
|---|
| 85 | | - regulator-name = "vdd_5v0"; |
|---|
| 86 | | - vin-supply = <&vcc_24v_reg>; |
|---|
| 87 | | - regulator-min-microvolt = <5000000>; |
|---|
| 88 | | - regulator-max-microvolt = <5000000>; |
|---|
| 89 | | - regulator-always-on; |
|---|
| 90 | | - }; |
|---|
| 80 | + vdd_5v0_reg: regulator@101 { |
|---|
| 81 | + compatible = "regulator-fixed"; |
|---|
| 82 | + regulator-name = "vdd_5v0"; |
|---|
| 83 | + vin-supply = <&vcc_24v_reg>; |
|---|
| 84 | + regulator-min-microvolt = <5000000>; |
|---|
| 85 | + regulator-max-microvolt = <5000000>; |
|---|
| 86 | + regulator-always-on; |
|---|
| 87 | + }; |
|---|
| 91 | 88 | |
|---|
| 92 | | - vdd_3v3_reg: regulator@102 { |
|---|
| 93 | | - compatible = "regulator-fixed"; |
|---|
| 94 | | - reg = <102>; |
|---|
| 95 | | - regulator-name = "vdd_3v3"; |
|---|
| 96 | | - vin-supply = <&vcc_24v_reg>; |
|---|
| 97 | | - regulator-min-microvolt = <3300000>; |
|---|
| 98 | | - regulator-max-microvolt = <3300000>; |
|---|
| 99 | | - regulator-always-on; |
|---|
| 100 | | - }; |
|---|
| 89 | + vdd_3v3_reg: regulator@102 { |
|---|
| 90 | + compatible = "regulator-fixed"; |
|---|
| 91 | + regulator-name = "vdd_3v3"; |
|---|
| 92 | + vin-supply = <&vcc_24v_reg>; |
|---|
| 93 | + regulator-min-microvolt = <3300000>; |
|---|
| 94 | + regulator-max-microvolt = <3300000>; |
|---|
| 95 | + regulator-always-on; |
|---|
| 96 | + }; |
|---|
| 101 | 97 | |
|---|
| 102 | | - vdd_1v8_reg: regulator@103 { |
|---|
| 103 | | - compatible = "regulator-fixed"; |
|---|
| 104 | | - reg = <103>; |
|---|
| 105 | | - regulator-name = "vdd_1v8"; |
|---|
| 106 | | - vin-supply = <&vdd_3v3_reg>; |
|---|
| 107 | | - regulator-min-microvolt = <1800000>; |
|---|
| 108 | | - regulator-max-microvolt = <1800000>; |
|---|
| 109 | | - regulator-always-on; |
|---|
| 110 | | - }; |
|---|
| 98 | + vdd_1v8_reg: regulator@103 { |
|---|
| 99 | + compatible = "regulator-fixed"; |
|---|
| 100 | + regulator-name = "vdd_1v8"; |
|---|
| 101 | + vin-supply = <&vdd_3v3_reg>; |
|---|
| 102 | + regulator-min-microvolt = <1800000>; |
|---|
| 103 | + regulator-max-microvolt = <1800000>; |
|---|
| 104 | + regulator-always-on; |
|---|
| 111 | 105 | }; |
|---|
| 112 | 106 | }; |
|---|