]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: dts: paz00: remove display-timings node
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 7 Jan 2024 14:31:43 +0000 (16:31 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Mon, 22 Apr 2024 09:17:20 +0000 (12:17 +0300)
Paz00 can have multiple panels with different timings, but they
all share common feature - panel exposes EDID.

Tested-by: Agneli <poczt@protonmail.ch> # Toshiba AC100 T20
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/dts/tegra20-paz00.dts
configs/paz00_defconfig

index 5cf604e86593b44db467e4024aea95d3bf7461e2..f851767a55f1dd75ff8caa2fde45071ca90210c1 100644 (file)
                                status = "okay";
 
                                nvidia,panel = <&panel>;
-
-                               display-timings {
-                                       timing@0 {
-                                               /* PAZ00 has 1024x600 */
-                                               clock-frequency = <54030000>;
-                                               hactive = <1024>;
-                                               vactive = <600>;
-                                               hback-porch = <160>;
-                                               hfront-porch = <24>;
-                                               hsync-len = <136>;
-                                               vback-porch = <3>;
-                                               vfront-porch = <61>;
-                                               vsync-len = <6>;
-                                               hsync-active = <1>;
-                                       };
-                               };
                        };
                };
 
index 5c1c47ecc43551fd914e9512a8b35ca77056ffd1..4f0725f34253432885f09ff154b69a245bcfebb1 100644 (file)
@@ -35,6 +35,7 @@ CONFIG_ENV_OVERWRITE=y
 CONFIG_ENV_IS_IN_MMC=y
 CONFIG_SYS_RELOC_GD_ENV_ADDR=y
 CONFIG_SYS_MMC_ENV_PART=2
+CONFIG_SYS_I2C_TEGRA=y
 CONFIG_DM_PMIC=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y