-
Notifications
You must be signed in to change notification settings - Fork 578
5.10 arm64 #275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.10 arm64 #275
Conversation
This reverts commit feab9c3.
This reverts commit 11b74d8.
This reverts commit 33d13f2.
This reverts commit 1bb68a9.
This reverts commit 4d8f9a9.
This reverts commit 575642d.
Phy is not being initialized after suspend resume. Fix this by setting phy_initialized flag to false in suspend callback Upstream Link: https://lore.kernel.org/all/[email protected]/ Signed-off-by: Rahul T R <[email protected]>
|
Awesome @ravi-rahul testing right now! |
|
This PR needs these device tree changes Please test with device tree changes in above PR |
|
ah so close... DisplayPorts works, but my RPI 7-inch isn't going beyond display init (no logo or console..) merging into staging branch to debug... |
merge: beagleboard/linux#275 Signed-off-by: Robert Nelson <[email protected]>
|
Building artifacts.. https://git.beagleboard.org/RobertCNelson/ti-linux-kernel-dev/-/jobs/6712 |
|
test build out... |
|
On the panel system, @ravi-rahul what's the best way to see what it tried todo.. |
|
for me it's working, with test build artifacts |
|
dmesg | grep -i RPi |
|
sudo apt install libdrm-tests |
|
can you please share the log of modetest -M tidss on your setup |
BBAI64-DSI-RPi-7inch-panel is just a renamed version of yours.. |
|
|
dmesg | grep tc35 |
|
|
backlight is on, but i don't have any console prompt.. |
|
kmstest |
|
can you run this command |
|
looks like i need to build kmstest, which git source do you guys use.. |
|
can you please try below command and see if you get anything on the panel |
|
just stays blank.. |
|
cat /proc/device-tree/bus@100000/dsi@48000000/compatible |
|
|
root@BeagleBone:/home/debian# beagle-version | grep -i uboot |
grabing another card.. (with xfce installed).. this was just a test console image, that had always shown a prompt.. Regards, |
|
usb on the back is powered, but this is how i have it setup, and how the screen looked prior to the patches.. |
|
setup looks correct, not sure what is the issue |
|
got it |
|
i'll push it out.. not sure why console is broken, but x works.. |
|
Thanks ! |
fixes: beagleboard/linux#275 Signed-off-by: Robert Nelson <[email protected]>


Revert the HACKs and fix the issue in DSI driver