Skip to content

Commit c575ed8

Browse files
6by9pelwell
authored andcommitted
arm: dt: bcm2712: Reduce DDC frequency to 97.5kHz from 200kHz.
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]>
1 parent f00e04b commit c575ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/broadcom/bcm2712.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@
442442
reg = <0x7d508200 0x58>;
443443
interrupt-parent = <&bsc_irq>;
444444
interrupts = <1>;
445-
clock-frequency = <200000>;
445+
clock-frequency = <97500>;
446446
#address-cells = <1>;
447447
#size-cells = <0>;
448448
status = "disabled";
@@ -453,7 +453,7 @@
453453
reg = <0x7d508280 0x58>;
454454
interrupt-parent = <&bsc_irq>;
455455
interrupts = <2>;
456-
clock-frequency = <200000>;
456+
clock-frequency = <97500>;
457457
#address-cells = <1>;
458458
#size-cells = <0>;
459459
status = "disabled";

0 commit comments

Comments
 (0)