Skip to content

Commit 3e25973

Browse files
6by9yafen
authored andcommitted
dtoverlays: Drop i2c baudrate for Pi 7inch DSI screen to 50kHz
Whilst investigations continue as to why the 7" DSI screen doesn't work on Pi3 with KMS, drop the I2C baudrate to 50kHz as that seems to be a reliable workaround. This will be reverted once the full issue is understood. raspberrypi/linux#4686 Signed-off-by: Dave Stevenson <[email protected]>
1 parent e55cc89 commit 3e25973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/overlays/vc4-kms-dsi-7inch-overlay.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
target = <&i2c0if>;
9696
__overlay__ {
9797
status = "okay";
98+
clock-frequency = <50000>;
9899
};
99100
};
100101

0 commit comments

Comments
 (0)