Skip to content

Commit b174165

Browse files
committed
ARM: dts: Permanently disable hdmi1 and ddc1 on CM4S
CM4S has no HDMI1 output, so it is advisable to disable the controller and its I2C interface in software. This is ordinarily done by setting their status properties to "disabled", but the vc4-kms-v3d(-pi4) overlay enables both HDMIs and DDCs as part of the transfer of control from the VPU. Knobble the CM4S dts in such a way that the overlay applies successfully but the hdmi1 and ddc1 nodes remain disabled by changing the compatible string to something unrecognised. See: #4857 #4858 Signed-off-by: Phil Elwell <[email protected]>
1 parent 61d2b99 commit b174165

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm/boot/dts/bcm2711-rpi-cm4.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,16 @@
591591
};
592592
};
593593

594+
/* Permanently disable HDMI1 */
595+
&hdmi1 {
596+
compatible = "disabled";
597+
};
598+
599+
/* Permanently disable DDC1 */
600+
&ddc1 {
601+
compatible = "disabled";
602+
};
603+
594604
&leds {
595605
act_led: led-act {
596606
label = "led0";

0 commit comments

Comments
 (0)