Skip to content

Update tpm-slb9673-overlay.dts #6993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: rpi-6.12.y
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/arm/boot/dts/overlays/tpm-slb9673-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
gpios = <&gpio 2 6>, /* SDA GPIO_OPEN_DRAIN */
<&gpio 3 6>; /* CLK GPIO_OPEN_DRAIN */
clock-frequency = <400000>;
i2c-gpio,delay-us = <0x01>;

Check failure on line 31 in arch/arm/boot/dts/overlays/tpm-slb9673-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: please, no spaces at the start of a line

Check failure on line 31 in arch/arm/boot/dts/overlays/tpm-slb9673-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

WARNING: please, no space before tabs

Check failure on line 31 in arch/arm/boot/dts/overlays/tpm-slb9673-overlay.dts

View workflow job for this annotation

GitHub Actions / checkpatch review

ERROR: code indent should use tabs where possible
status = "okay";
};
};
Expand Down
Loading