ARM: dts: nuvoton: Add bitbang delay through dts properties.
authorMichael Chang <zhang971090220@gmail.com>
Fri, 17 Jan 2025 10:45:38 +0000 (18:45 +0800)
committerTom Rini <trini@konsulko.com>
Fri, 24 Jan 2025 00:51:26 +0000 (18:51 -0600)
Add bitbang delay through dts properties.

Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
Signed-off-by: Michael Chang <zhang971090220@gmail.com>
arch/arm/dts/nuvoton-npcm845-evb.dts

index 0d3aaa0..1535def 100644 (file)
        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";
 };