Skip to content

Commit

Permalink
cleanup kernel patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed May 19, 2023
1 parent 7e3d9d2 commit e84e8c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ index ed06757c8280..e73b0b2bc036 100644

if (!max_frl_rate || (tmdsclk < HDMI20_MAX_RATE && mode.clock < HDMI20_MAX_RATE)) {
- dev_info(hdmi->dev, "use tmds mode\n");
+ //dev_info(hdmi->dev, "use tmds mode\n");
+ dev_info_once(hdmi->dev, "use tmds mode\n");
hdmi->link_cfg.frl_mode = false;
return;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/linux-rockchip/debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
0002-remove-unused-device-trees-and-overlays.patch
0003-fix-opi5-and-opi5b-device-tree.patch
0004-add-opi5-device-tree-overlays.patch
0005-revert-rock5b-swap-cursor-and-display-plane.patch
0006-suppress-unsupported-format-modifi.patch
0005-disable-win-move-on-rock5b-and-rock5a.patch
0006-suppress-unsupported-format-modifier.patch
0007-suppress-use-tmds-mode-dev-info.patch
0008-fix-khadas-compile-warning.patch
0009-remove-chosen-bootargs-for-opi5-and-opi5b.patch

0 comments on commit e84e8c7

Please sign in to comment.