diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-31 13:06:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-31 13:06:26 -0400 |
commit | 6ade057e37507e7f46c66c9c3264535f49928f2b (patch) | |
tree | 66bbb840b4ede37162c01f6020a76b4d424682a5 /arch | |
parent | 123f4f84f81cd11f1dc3592f15220c49eb650591 (diff) | |
parent | b892b6d1e0afef8d47f256d5b3ca4687bed1bee3 (diff) | |
download | u-boot-6ade057e37507e7f46c66c9c3264535f49928f2b.tar.gz |
Merge tag 'ti-v2020.10-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-tiWIP/31Aug2020
- Update to ABI 3.0
- Fix i2c write in eeprom driver
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/k3-am65-mcu.dtsi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/dts/k3-am65-mcu.dtsi b/arch/arm/dts/k3-am65-mcu.dtsi index 9717cae0a8..0b07e188b5 100644 --- a/arch/arm/dts/k3-am65-mcu.dtsi +++ b/arch/arm/dts/k3-am65-mcu.dtsi @@ -135,7 +135,7 @@ <0x0 0x2a500000 0x0 0x40000>; reg-names = "rt", "fifos", "proxy_gcfg", "proxy_target"; ti,num-rings = <286>; - ti,sci-rm-range-gp-rings = <0x2>; /* GP ring range */ + ti,sci-rm-range-gp-rings = <0x1>; /* GP ring range */ ti,dma-ring-reset-quirk; ti,sci = <&dmsc>; ti,sci-dev-id = <195>; @@ -153,11 +153,11 @@ ti,sci-dev-id = <194>; ti,ringacc = <&mcu_ringacc>; - ti,sci-rm-range-tchan = <0x1>, /* TX_HCHAN */ - <0x2>; /* TX_CHAN */ - ti,sci-rm-range-rchan = <0x3>, /* RX_HCHAN */ - <0x4>; /* RX_CHAN */ - ti,sci-rm-range-rflow = <0x5>; /* GP RFLOW */ + ti,sci-rm-range-tchan = <0xf>, /* TX_HCHAN */ + <0xd>; /* TX_CHAN */ + ti,sci-rm-range-rchan = <0xb>, /* RX_HCHAN */ + <0xa>; /* RX_CHAN */ + ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */ }; }; |