git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c11dc78
)
ARM: dts: nuvoton: Add bitbang delay through dts properties.
author
Michael Chang
<zhang971090220@gmail.com>
Fri, 17 Jan 2025 10:45:38 +0000
(18:45 +0800)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/nuvoton-npcm845-evb.dts
b/arch/arm/dts/nuvoton-npcm845-evb.dts
index
0d3aaa0
..
1535def
100644
(file)
--- 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";
};