Skip to content

Commit

Permalink
disabled hdmi when using edp
Browse files Browse the repository at this point in the history
  • Loading branch information
Radxa-Alvin committed Oct 12, 2023
1 parent ec2d8b7 commit b9b0227
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
target = <&hdmi>;

__overlay__ {
status = "okay";
status = "disabled";
};
};

Expand All @@ -196,23 +196,23 @@
target = <&hdmi_in_vp1>;

__overlay__ {
status = "okay";
status = "disabled";
};
};

fragment@10 {
target = <&hdmi_sound>;

__overlay__ {
status = "okay";
status = "disabled";
};
};

fragment@11 {
target = <&route_hdmi>;

__overlay__ {
status = "okay";
status = "disabled";
connect = <&vp1_out_hdmi>;
};
};
Expand Down

0 comments on commit b9b0227

Please sign in to comment.