Skip to content
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

rockchip-rk3588: edge: add panthor support #6415

Merged
merged 1 commit into from Mar 22, 2024

Conversation

amazingfate
Copy link
Contributor

Description

Add panthor support to rockchip-rk3588-edge with panthor v6 patch.

  • gpu node is enabled for rock5b by collabora's patch
  • ubuntu user can use mesa from oibaf's ppa

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

  • ./compile.sh kernel BOARD=rock-5b BRANCH=edge DEB_COMPRESS=xz GHCR_MIRROR=dockerproxy GITHUB_MIRROR=ghproxy KERNEL_GIT=shallow
  • panthor works on rock5b

Checklist:

Please delete options that are not relevant.

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

@github-actions github-actions bot added size/large PR with 250 lines or more Hardware Hardware related - kernel, u-boot, patches labels Mar 21, 2024
Copy link
Member

@EvilOlaf EvilOlaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it works go for it

@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 05 Milestone: Second quarter release labels Mar 21, 2024
@amazingfate amazingfate merged commit 6aff5cf into armbian:main Mar 22, 2024
10 of 11 checks passed
@@ -962,6 +962,120 @@ usb_host2_xhci: usb@fcd00000 {
snps,dis-del-phy-power-chg-quirk;
snps,dis-tx-ipgap-linecheck-quirk;
snps,dis_rxdet_inp3_quirk;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here remove the "disabled" status
of usb_host2_xhci, this may cause a boot issue on some boards that use combphy2_psu phy for other functions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not remove the disabled line, just the patch looks like it has removed that line.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After rechecking it this patch does have issue. I will update later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
05 Milestone: Second quarter release Hardware Hardware related - kernel, u-boot, patches Ready to merge Reviewed, tested and ready for merge size/large PR with 250 lines or more
Development

Successfully merging this pull request may close these issues.

None yet

4 participants