diff options
| author | Tom Rini <[email protected]> | 2023-02-13 09:57:35 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-02-13 09:57:35 -0500 |
| commit | d7bcd6ee409ae9c69dcc7b66462a4c86c165e6a9 (patch) | |
| tree | 8602fd457e676c29c013272155aa23af7981dbc1 /arch | |
| parent | be9399b399f39c2cae49062ff2dacd1d05bb89c8 (diff) | |
| parent | f536fda99fa2c1c88f68d8da54ed6233cec3532e (diff) | |
Merge tag 'i2c-updates-for-v2023.04' of https://source.denx.de/u-boot/custodians/u-boot-i2c
i2c updates for v2023.04
- add new i2c driver ast2600 from Ryan Chen
- i2c-cdns: make read fifo-depth configurable through device tree
from Pei Yue Ho
- mxc i2c driver: print base address in hex, not in decimal
from Fabio
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/dts/ast2600.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/ast2600.dtsi b/arch/arm/dts/ast2600.dtsi index 8d91eedc176..beabcf14f81 100644 --- a/arch/arm/dts/ast2600.dtsi +++ b/arch/arm/dts/ast2600.dtsi @@ -681,6 +681,7 @@ i2c: bus@1e78a000 { compatible = "simple-bus"; + reg = <0x1e78a000 0x1000>; #address-cells = <1>; #size-cells = <1>; ranges = <0 0x1e78a000 0x1000>; |
