| author | 2026-09-06 23:27:48 +0700 | |
|---|---|---|
| committer | 2026-09-06 23:27:48 +0700 | |
| commit | 4b428a23fccbbf86c71b77336a11093ded529262 (patch) | |
| tree | 48cc4d466eb004378ecb5bbc9ec0c5784c44ccf5 | |
| parent | 1bcba4d5506421ea1bcb131276824367134c5a94 (diff) | |
| download | kernel-surface-4b428a23fccbbf86c71b77336a11093ded529262.tar.gz kernel-surface-4b428a23fccbbf86c71b77336a11093ded529262.zip | |
fix: include phy patchesfedora-45-kernel-7.2.3-patchset-1
| -rw-r--r-- | patch-order.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/patch-order.txt b/patch-order.txt index 334f847..5a4b0c8 100644 --- a/patch-order.txt +++ b/patch-order.txt @@ -2,8 +2,9 @@ # in application order. # # This mirrors the loop in vanilla-kernel-7.2.3.ebuild's src_prepare(), minus -# rockchip (irrelevant). There is no phy directory at this overlay commit; the -# CSI-2 D-PHY driver is part of the camera series here. +# rockchip (irrelevant), plus phy -- which that ebuild leaves out even though it +# ships the camera patch that calls devm_phy_get_by_of_node(). Without phy the +# build dies in camss-csiphy.c; only the 7.3_rc1 ebuild wired phy into its loop. other audio clk @@ -15,6 +16,7 @@ video wifi input el2 +phy camera irq surface |