Skip to content

Commit

Permalink
make the display work on krane again at v5.10.4+
Browse files Browse the repository at this point in the history
i bisected why the display on krane was working with v5.10.3 but
no more with v5.10.4 and ended up at this commit:

gregkh/linux@414562b

which results in a slight adaption of the krane patches
  • Loading branch information
hexdump0815 committed Mar 3, 2021
1 parent 234e594 commit ea76653
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc.cbm/patches/5.10.15/arch.patch
Expand Up @@ -471,8 +471,8 @@ index 9cfd961c4..1a92df792 100644
i2c10 = &i2c10;
i2c11 = &i2c11;
+ ovl0 = &ovl0;
+ ovl_2l0 = &ovl_2l0;
+ ovl_2l1 = &ovl_2l1;
+ ovl-2l0 = &ovl_2l0;
+ ovl-2l1 = &ovl_2l1;
+ rdma0 = &rdma0;
+ rdma1 = &rdma1;
};
Expand Down

0 comments on commit ea76653

Please sign in to comment.