.. | .. |
---|
57 | 57 | }; |
---|
58 | 58 | |
---|
59 | 59 | panel: panel { |
---|
60 | | - compatible = "innolux,n156bge-l21", "simple-panel"; |
---|
| 60 | + compatible = "innolux,n156bge-l21"; |
---|
61 | 61 | |
---|
62 | | - power-supply = <&vdd_1v8_reg>, <&vdd_3v3_reg>; |
---|
| 62 | + power-supply = <&vdd_1v8_reg>; // <&vdd_3v3_reg>; |
---|
63 | 63 | enable-gpios = <&gpio TEGRA_GPIO(B, 2) GPIO_ACTIVE_HIGH>; |
---|
64 | 64 | |
---|
65 | 65 | backlight = <&backlight>; |
---|
.. | .. |
---|
84 | 84 | nvidia,audio-codec = <&wm8903>; |
---|
85 | 85 | |
---|
86 | 86 | nvidia,spkr-en-gpios = <&wm8903 2 GPIO_ACTIVE_HIGH>; |
---|
87 | | - nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_HIGH>; |
---|
| 87 | + nvidia,hp-det-gpios = <&gpio TEGRA_GPIO(W, 2) GPIO_ACTIVE_LOW>; |
---|
88 | 88 | |
---|
89 | 89 | clocks = <&tegra_car TEGRA20_CLK_PLL_A>, |
---|
90 | 90 | <&tegra_car TEGRA20_CLK_PLL_A_OUT0>, |
---|
.. | .. |
---|
92 | 92 | clock-names = "pll_a", "pll_a_out0", "mclk"; |
---|
93 | 93 | }; |
---|
94 | 94 | |
---|
95 | | - regulators { |
---|
96 | | - vcc_24v_reg: regulator@100 { |
---|
97 | | - compatible = "regulator-fixed"; |
---|
98 | | - reg = <100>; |
---|
99 | | - regulator-name = "vcc_24v"; |
---|
100 | | - regulator-min-microvolt = <24000000>; |
---|
101 | | - regulator-max-microvolt = <24000000>; |
---|
102 | | - regulator-always-on; |
---|
103 | | - }; |
---|
| 95 | + vcc_24v_reg: regulator@100 { |
---|
| 96 | + compatible = "regulator-fixed"; |
---|
| 97 | + regulator-name = "vcc_24v"; |
---|
| 98 | + regulator-min-microvolt = <24000000>; |
---|
| 99 | + regulator-max-microvolt = <24000000>; |
---|
| 100 | + regulator-always-on; |
---|
| 101 | + }; |
---|
104 | 102 | |
---|
105 | | - vdd_5v0_reg: regulator@101 { |
---|
106 | | - compatible = "regulator-fixed"; |
---|
107 | | - reg = <101>; |
---|
108 | | - regulator-name = "vdd_5v0"; |
---|
109 | | - vin-supply = <&vcc_24v_reg>; |
---|
110 | | - regulator-min-microvolt = <5000000>; |
---|
111 | | - regulator-max-microvolt = <5000000>; |
---|
112 | | - regulator-always-on; |
---|
113 | | - }; |
---|
| 103 | + vdd_5v0_reg: regulator@101 { |
---|
| 104 | + compatible = "regulator-fixed"; |
---|
| 105 | + regulator-name = "vdd_5v0"; |
---|
| 106 | + vin-supply = <&vcc_24v_reg>; |
---|
| 107 | + regulator-min-microvolt = <5000000>; |
---|
| 108 | + regulator-max-microvolt = <5000000>; |
---|
| 109 | + regulator-always-on; |
---|
| 110 | + }; |
---|
114 | 111 | |
---|
115 | | - vdd_3v3_reg: regulator@102 { |
---|
116 | | - compatible = "regulator-fixed"; |
---|
117 | | - reg = <102>; |
---|
118 | | - regulator-name = "vdd_3v3"; |
---|
119 | | - vin-supply = <&vcc_24v_reg>; |
---|
120 | | - regulator-min-microvolt = <3300000>; |
---|
121 | | - regulator-max-microvolt = <3300000>; |
---|
122 | | - regulator-always-on; |
---|
123 | | - }; |
---|
| 112 | + vdd_3v3_reg: regulator@102 { |
---|
| 113 | + compatible = "regulator-fixed"; |
---|
| 114 | + regulator-name = "vdd_3v3"; |
---|
| 115 | + vin-supply = <&vcc_24v_reg>; |
---|
| 116 | + regulator-min-microvolt = <3300000>; |
---|
| 117 | + regulator-max-microvolt = <3300000>; |
---|
| 118 | + regulator-always-on; |
---|
| 119 | + }; |
---|
124 | 120 | |
---|
125 | | - vdd_1v8_reg: regulator@103 { |
---|
126 | | - compatible = "regulator-fixed"; |
---|
127 | | - reg = <103>; |
---|
128 | | - regulator-name = "vdd_1v8"; |
---|
129 | | - vin-supply = <&vdd_3v3_reg>; |
---|
130 | | - regulator-min-microvolt = <1800000>; |
---|
131 | | - regulator-max-microvolt = <1800000>; |
---|
132 | | - regulator-always-on; |
---|
133 | | - }; |
---|
| 121 | + vdd_1v8_reg: regulator@103 { |
---|
| 122 | + compatible = "regulator-fixed"; |
---|
| 123 | + regulator-name = "vdd_1v8"; |
---|
| 124 | + vin-supply = <&vdd_3v3_reg>; |
---|
| 125 | + regulator-min-microvolt = <1800000>; |
---|
| 126 | + regulator-max-microvolt = <1800000>; |
---|
| 127 | + regulator-always-on; |
---|
134 | 128 | }; |
---|
135 | 129 | }; |
---|