From: Michael Chang Date: Fri, 17 Jan 2025 10:45:38 +0000 (+0800) Subject: ARM: dts: nuvoton: Add bitbang delay through dts properties. X-Git-Tag: v2025.04-rc1~18^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cebbfb162869f6cd1f1ce6a459ef2166dced24ee;p=pandora-u-boot.git ARM: dts: nuvoton: Add bitbang delay through dts properties. Add bitbang delay through dts properties. Signed-off-by: Jim Liu Signed-off-by: Michael Chang --- 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"; };