Skip to content

Commit

Permalink
Merge pull request #386 from Ken-Vamrs/main
Browse files Browse the repository at this point in the history
feat: add vp1 for 8K HDMI output
  • Loading branch information
RadxaYuntian authored Dec 10, 2024
2 parents eefe5d8 + c161535 commit ed16941
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This will disable DP0.";
};

&hdmi1_in_vp1 {
status = "disabled";
status = "okay";
};

&route_dp0 {
Expand Down
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlays/rock-5b-hdmi1-8k.dts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
status = "okay";
};

&hdmi0_in_vp1 {
status = "okay";
};

&vop {
assigned-clocks = <&cru ACLK_VOP>;
assigned-clock-rates = <800000000>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rock-5b-hdmi2-8k.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
};

&hdmi1_in_vp1 {
status = "disabled";
status = "okay";
};

&hdmi1_in_vp0 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
status = "okay";
};

&hdmi0_in_vp1 {
status = "okay";
};

&vop {
assigned-clocks = <&cru ACLK_VOP>;
assigned-clock-rates = <800000000>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
};

&hdmi1_in_vp1 {
status = "disabled";
status = "okay";
};

&hdmi1_in_vp0 {
Expand Down

0 comments on commit ed16941

Please sign in to comment.