.. | .. |
---|
37 | 37 | dsi@54300000 { |
---|
38 | 38 | status = "okay"; |
---|
39 | 39 | |
---|
40 | | - vdd-supply = <&vdd_1v2_ap>; |
---|
| 40 | + avdd-dsi-csi-supply = <&vdd_1v2_ap>; |
---|
41 | 41 | |
---|
42 | 42 | panel@0 { |
---|
43 | 43 | compatible = "lg,ld070wx3-sl01"; |
---|
.. | .. |
---|
242 | 242 | }; |
---|
243 | 243 | |
---|
244 | 244 | /* eMMC */ |
---|
245 | | - sdhci@78000600 { |
---|
| 245 | + mmc@78000600 { |
---|
246 | 246 | status = "okay"; |
---|
247 | 247 | bus-width = <8>; |
---|
248 | 248 | non-removable; |
---|
.. | .. |
---|
273 | 273 | power-supply = <&lcd_bl_en>; |
---|
274 | 274 | }; |
---|
275 | 275 | |
---|
276 | | - clocks { |
---|
277 | | - compatible = "simple-bus"; |
---|
278 | | - #address-cells = <1>; |
---|
279 | | - #size-cells = <0>; |
---|
280 | | - |
---|
281 | | - clk32k_in: clock@0 { |
---|
282 | | - compatible = "fixed-clock"; |
---|
283 | | - reg = <0>; |
---|
284 | | - #clock-cells = <0>; |
---|
285 | | - clock-frequency = <32768>; |
---|
286 | | - }; |
---|
| 276 | + clk32k_in: clock@0 { |
---|
| 277 | + compatible = "fixed-clock"; |
---|
| 278 | + clock-frequency = <32768>; |
---|
| 279 | + #clock-cells = <0>; |
---|
287 | 280 | }; |
---|
288 | 281 | |
---|
289 | 282 | gpio-keys { |
---|
.. | .. |
---|
309 | 302 | }; |
---|
310 | 303 | }; |
---|
311 | 304 | |
---|
312 | | - regulators { |
---|
313 | | - compatible = "simple-bus"; |
---|
314 | | - #address-cells = <1>; |
---|
315 | | - #size-cells = <0>; |
---|
| 305 | + /* FIXME: output of BQ24192 */ |
---|
| 306 | + vs_sys: regulator@0 { |
---|
| 307 | + compatible = "regulator-fixed"; |
---|
| 308 | + regulator-name = "VS_SYS"; |
---|
| 309 | + regulator-min-microvolt = <4200000>; |
---|
| 310 | + regulator-max-microvolt = <4200000>; |
---|
| 311 | + regulator-always-on; |
---|
| 312 | + regulator-boot-on; |
---|
| 313 | + }; |
---|
316 | 314 | |
---|
317 | | - /* FIXME: output of BQ24192 */ |
---|
318 | | - vs_sys: regulator@0 { |
---|
319 | | - compatible = "regulator-fixed"; |
---|
320 | | - reg = <0>; |
---|
321 | | - regulator-name = "VS_SYS"; |
---|
322 | | - regulator-min-microvolt = <4200000>; |
---|
323 | | - regulator-max-microvolt = <4200000>; |
---|
324 | | - regulator-always-on; |
---|
325 | | - regulator-boot-on; |
---|
326 | | - }; |
---|
| 315 | + lcd_bl_en: regulator@1 { |
---|
| 316 | + compatible = "regulator-fixed"; |
---|
| 317 | + regulator-name = "VDD_LCD_BL"; |
---|
| 318 | + regulator-min-microvolt = <16500000>; |
---|
| 319 | + regulator-max-microvolt = <16500000>; |
---|
| 320 | + gpio = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_HIGH>; |
---|
| 321 | + enable-active-high; |
---|
| 322 | + vin-supply = <&vs_sys>; |
---|
| 323 | + regulator-boot-on; |
---|
| 324 | + }; |
---|
327 | 325 | |
---|
328 | | - lcd_bl_en: regulator@1 { |
---|
329 | | - compatible = "regulator-fixed"; |
---|
330 | | - reg = <1>; |
---|
331 | | - regulator-name = "VDD_LCD_BL"; |
---|
332 | | - regulator-min-microvolt = <16500000>; |
---|
333 | | - regulator-max-microvolt = <16500000>; |
---|
334 | | - gpio = <&gpio TEGRA_GPIO(H, 2) GPIO_ACTIVE_HIGH>; |
---|
335 | | - enable-active-high; |
---|
336 | | - vin-supply = <&vs_sys>; |
---|
337 | | - regulator-boot-on; |
---|
338 | | - }; |
---|
339 | | - |
---|
340 | | - vdd_lcd: regulator@2 { |
---|
341 | | - compatible = "regulator-fixed"; |
---|
342 | | - reg = <2>; |
---|
343 | | - regulator-name = "VD_LCD_1V8"; |
---|
344 | | - regulator-min-microvolt = <1800000>; |
---|
345 | | - regulator-max-microvolt = <1800000>; |
---|
346 | | - gpio = <&palmas_gpio 4 GPIO_ACTIVE_HIGH>; |
---|
347 | | - enable-active-high; |
---|
348 | | - vin-supply = <&vdd_1v8>; |
---|
349 | | - regulator-boot-on; |
---|
350 | | - }; |
---|
| 326 | + vdd_lcd: regulator@2 { |
---|
| 327 | + compatible = "regulator-fixed"; |
---|
| 328 | + regulator-name = "VD_LCD_1V8"; |
---|
| 329 | + regulator-min-microvolt = <1800000>; |
---|
| 330 | + regulator-max-microvolt = <1800000>; |
---|
| 331 | + gpio = <&palmas_gpio 4 GPIO_ACTIVE_HIGH>; |
---|
| 332 | + enable-active-high; |
---|
| 333 | + vin-supply = <&vdd_1v8>; |
---|
| 334 | + regulator-boot-on; |
---|
351 | 335 | }; |
---|
352 | 336 | }; |
---|