Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -5821,8 +5821,8 @@ Params: cma-512 CMA is 512MB
audio1 Enable or disable audio over HDMI1 (default
"on")
noaudio Disable all HDMI audio (default "off")
composite Enable the composite output (disables all other
outputs)
composite Enable the composite output (default "off")
N.B. Disables all other outputs on a Pi 4.
nohdmi Disable both HDMI 0 & 1 outputs
nohdmi0 Disable HDMI 0 output
nohdmi1 Disable HDMI 1 output
Expand Down
8 changes: 1 addition & 7 deletions arch/arm/boot/dts/overlays/vc4-kms-v3d-pi5-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,7 @@
audio = <0>,"!14";
audio1 = <0>,"!15";
noaudio = <0>,"=14", <0>,"=15";
composite = <0>, "!3",
<0>, "!4",
<0>, "!5",
<0>, "!6",
<0>, "!10",
<0>, "!11",
<&frag13>, "status";
composite = <&frag13>, "status";
nohdmi0 = <0>, "-3-5-10";
nohdmi1 = <0>, "-4-6-11";
nohdmi = <0>, "-3-4-5-6-10-11";
Expand Down