From: Svyatoslav Ryhel <clamor95@gmail.com>
To: Tom Rini <trini@konsulko.com>,
Thierry Reding <treding@nvidia.com>,
Svyatoslav Ryhel <clamor95@gmail.com>
Cc: u-boot@lists.denx.de
Subject: [PATCH v1 1/1] ARM: tegra: tf700t: Align panel timings with Linux
Date: Wed, 20 May 2026 12:11:55 +0300 [thread overview]
Message-ID: <20260520091155.44696-2-clamor95@gmail.com> (raw)
In-Reply-To: <20260520091155.44696-1-clamor95@gmail.com>
Downstream timings provided by ASUS do not allow enough time for the
bridge to set up properly. Switch to the timings provided by the Linux
kernel's simple panel driver.
Suggested-by: Michele Brocco <brocco@perceptos.de>
Tested-by: Michele Brocco <brocco@perceptos.de> # TF700T
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
---
arch/arm/dts/tegra30-asus-tf700t.dts | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/arch/arm/dts/tegra30-asus-tf700t.dts b/arch/arm/dts/tegra30-asus-tf700t.dts
index 47606ede9d6..c82bdbad2d6 100644
--- a/arch/arm/dts/tegra30-asus-tf700t.dts
+++ b/arch/arm/dts/tegra30-asus-tf700t.dts
@@ -139,18 +139,18 @@
display-timings {
timing@0 {
/* 1920x1200@60Hz */
- clock-frequency = <154000000>;
+ clock-frequency = <157200000>;
hactive = <1920>;
- hfront-porch = <48>;
- hback-porch = <80>;
- hsync-len = <32>;
+ hfront-porch = <154>;
+ hback-porch = <32>;
+ hsync-len = <16>;
hsync-active = <1>;
vactive = <1200>;
- vfront-porch = <3>;
- vback-porch = <26>;
- vsync-len = <6>;
+ vfront-porch = <17>;
+ vback-porch = <16>;
+ vsync-len = <2>;
vsync-active = <1>;
};
};
--
2.51.0
next prev parent reply other threads:[~2026-05-20 9:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-20 9:11 [PATCH v1 0/1] ARM: tegra: tf700t: Align panel timings with Linux Svyatoslav Ryhel
2026-05-20 9:11 ` Svyatoslav Ryhel [this message]
2026-05-20 13:16 ` [PATCH v1 1/1] " Thierry Reding
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260520091155.44696-2-clamor95@gmail.com \
--to=clamor95@gmail.com \
--cc=treding@nvidia.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox