mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
tpm: cr50: Use the correct GPIO binding
This device should use ready-gpios rather than ready-gpio. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
@@ -25,6 +25,6 @@ Example:
|
||||
tpm@50 {
|
||||
reg = <0x50>;
|
||||
compatible = "google,cr50";
|
||||
ready-gpio = <&gpio_n 0x1c GPIO_ACTIVE_LOW>;
|
||||
ready-gpios = <&gpio_n 0x1c GPIO_ACTIVE_LOW>;
|
||||
interrupts-extended = <&acpi_gpe 0x3c 0>;
|
||||
};
|
||||
|
Reference in New Issue
Block a user