linux: ast2750: Disable I3C DMA modified

DMA mode was enabled in
https://gbmc-review.git.corp.google.com/c/meta-gbmc-staging/+/50575

With DMA mode, after a host reboot we observed 2 different issues.
1. Data padded with dummy bytes to make length 4-byte aligned - 9 byte
transfer becomes 12 bytes with padded data.

2. single transfer split along the word boundary and remaining bytes
sent in next transfer withpadding - 9 byte transfer request sent as one
8 byte and on the next transfer the remaining one byte padded to 4 bytes
and first 4 bytes from the next transfer.

Tested: Validated these transfer issues are not observed after
        host reboot.
Google-Bug-Id: b/469805111
Fusion-Link: fusion2/NA
Change-Id: Ib482b2ba6c69ba9f95a177caa30cb73b2680326a
Signed-off-by: Vivekanand Veeracholan <vveerach@google.com>
2 files changed
tree: 87dcc9bf1dfcf66d9f4b6d25e4e97e628991b08a
  1. classes/
  2. conf/
  3. dynamic-layers/
  4. recipes-bsp/
  5. recipes-connectivity/
  6. recipes-core/
  7. recipes-devtools/
  8. recipes-extended/
  9. recipes-google/
  10. recipes-kernel/
  11. recipes-phosphor/
  12. recipes-support/
  13. recipes-tpm1/
  14. recipes-tpm2/
  15. LICENSE
  16. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.