Re: [PATCH v26 2/4] dt-bindings: i2c: ast2600-i2c.yaml: Add global-regs and transfer-mode properties
Jeremy Kerr <[email protected]>
| Newsgroups | org.ozlabs.lists.openbmc,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-i2c,org.kernel.vger.linux-kernel,org.ozlabs.lists.linux-aspeed |
|---|---|
| Message-ID | <20ed3dc6f6841435a2c9f8b3cc51a3ca12a9ce63.camel@codeconstruct.com.au> |
Hi Ryan, > > Do you mean sysfs select support mode selection(byte, buffer, dma) > > Or just force byte mode? > > I would think that the best approach would be a mechanism to specify the > mode - either byte, buffer, or DMA - if DMA is indicated as available to > the controller. ... with a sensible default mode (DMA if it is available, buffer if not). But none of that logic relates to the binding, it's all driver implementation detail. Cheers, Jeremy