diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-14 12:00:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-14 12:00:50 -0400 |
commit | 18d8977bdff65cf895ff2a3df7d93de88913e4d1 (patch) | |
tree | e4ddf60faa914dd6269edbd0ce62bc4dfba3cb41 | |
parent | 9d886fd6a0888f121cd280d11434812a386045a2 (diff) | |
parent | a0bda1dd8382be57389833024ba40518ec098ac3 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga
- cyclone5 bugfix
-rw-r--r-- | arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi b/arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi index 7d9874cafa..d24f621cd6 100644 --- a/arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi +++ b/arch/arm/dts/socfpga_cyclone5_socdk-u-boot.dtsi @@ -68,3 +68,7 @@ &portc { bank-name = "portc"; }; + +&i2c0 { + i2c-scl-falling-time-ns = <300>; +}; |