Commit 3b25293
committed
fix(sm8250): drop duplicate cpu7_opp21 label on Xiaoxin Pad Pro overclock OPP
Patch 0020 adds an overclock OPP at 3.1872 GHz to &cpu7_opp_table but
labels it 'cpu7_opp21', which already names opp-3091200000 in upstream
sm8250.dtsi. dtc rejects the resulting tree with:
ERROR (duplicate_label): /opp-table-cpu7/opp-3187200000:
Duplicate label 'cpu7_opp21' on /opp-table-cpu7/opp-3187200000
and /opp-table-cpu7/opp-3091200000
This breaks `make dtbs` for the entire sm8250 family - any board build
in that family (e.g. dg-svr-865-tiny) fails even though it does not use
the Lenovo DTB itself.
The label is never referenced, so drop it. Applied to both the 6.18 and
6.19 archive patches.1 parent 869f0df commit 3b25293
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- patch/kernel/archive
- sm8250-6.18
- sm8250-6.19
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments