hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/arm/boot/dts/tegra114-tn7.dts
....@@ -37,7 +37,7 @@
3737 dsi@54300000 {
3838 status = "okay";
3939
40
- vdd-supply = <&vdd_1v2_ap>;
40
+ avdd-dsi-csi-supply = <&vdd_1v2_ap>;
4141
4242 panel@0 {
4343 compatible = "lg,ld070wx3-sl01";
....@@ -242,7 +242,7 @@
242242 };
243243
244244 /* eMMC */
245
- sdhci@78000600 {
245
+ mmc@78000600 {
246246 status = "okay";
247247 bus-width = <8>;
248248 non-removable;
....@@ -273,17 +273,10 @@
273273 power-supply = <&lcd_bl_en>;
274274 };
275275
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>;
287280 };
288281
289282 gpio-keys {
....@@ -309,44 +302,35 @@
309302 };
310303 };
311304
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
+ };
316314
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
+ };
327325
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;
351335 };
352336 };