Skip to content

Commit

Permalink
arm: dt: bcm2712: Reduce DDC frequency to 97.5kHz from 200kHz.
Browse files Browse the repository at this point in the history
The I2C spec says the DDC link should run at 100kHz or less, however
Pi5/BCM2712 had been configured for 200kHz.
Reduce it to comply with the spec, and match Pi4.

Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 committed Feb 13, 2024
1 parent f00e04b commit 7836733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/broadcom/bcm2712.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@
reg = <0x7d508200 0x58>;
interrupt-parent = <&bsc_irq>;
interrupts = <1>;
clock-frequency = <200000>;
clock-frequency = <97500>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
Expand All @@ -453,7 +453,7 @@
reg = <0x7d508280 0x58>;
interrupt-parent = <&bsc_irq>;
interrupts = <2>;
clock-frequency = <200000>;
clock-frequency = <97500>;
#address-cells = <1>;
#size-cells = <0>;
status = "disabled";
Expand Down

0 comments on commit 7836733

Please sign in to comment.