diff options
| author | Michael Chang <[email protected]> | 2025-01-17 18:45:38 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-01-23 18:51:26 -0600 |
| commit | cebbfb162869f6cd1f1ce6a459ef2166dced24ee (patch) | |
| tree | 0e7ce9e91a900f6f97748ed64855ac3afcb7bed9 | |
| parent | c11dc783fb4418393dd08d39ee01debfc2dea4d4 (diff) | |
ARM: dts: nuvoton: Add bitbang delay through dts properties.
Add bitbang delay through dts properties.
Signed-off-by: Jim Liu <[email protected]>
Signed-off-by: Michael Chang <[email protected]>
| -rw-r--r-- | arch/arm/dts/nuvoton-npcm845-evb.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/nuvoton-npcm845-evb.dts b/arch/arm/dts/nuvoton-npcm845-evb.dts index 0d3aaa0fffe..1535defe38f 100644 --- a/arch/arm/dts/nuvoton-npcm845-evb.dts +++ b/arch/arm/dts/nuvoton-npcm845-evb.dts @@ -190,6 +190,7 @@ snps,mdio-gpio = <&gpio2 28 GPIO_ACTIVE_HIGH>; /* gpio92 */ snps,reset-active-low; snps,reset-delays-us = <0 10000 1000000>; + snps,bitbang-delay = <1>; snps,reset-gpio = <&gpio2 29 GPIO_ACTIVE_LOW>; /* gpio93 */ status = "okay"; }; |
