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 Jul 22, 2022
1 parent 022b0f8 commit 1741a05
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 1741a05

Please sign in to comment.