Skip to content

Commit

Permalink
dtoverlays: Drop i2c baudrate for Pi 7inch DSI screen to 50kHz
Browse files Browse the repository at this point in the history
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 <dave.stevenson@raspberrypi.com>
  • Loading branch information
6by9 authored and Yafen committed Apr 18, 2023
1 parent 91ada85 commit 676dc10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/overlays/vc4-kms-dsi-7inch-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
target = <&i2c0if>;
__overlay__ {
status = "okay";
clock-frequency = <50000>;
};
};

Expand Down

0 comments on commit 676dc10

Please sign in to comment.