Skip to content

Commit 397df43

Browse files
Update tpm-slb9673-overlay.dts
Add i2c-gpio,delay-us = <0x01> to increase communication speed with tpm drastically
1 parent 5cd8ecc commit 397df43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/boot/dts/overlays/tpm-slb9673-overlay.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
gpios = <&gpio 2 6>, /* SDA GPIO_OPEN_DRAIN */
2929
<&gpio 3 6>; /* CLK GPIO_OPEN_DRAIN */
3030
clock-frequency = <400000>;
31+
i2c-gpio,delay-us = <0x01>;
3132
status = "okay";
3233
};
3334
};

0 commit comments

Comments
 (0)