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