Re: [PATCH v2 1/2] dt-bindings: i2c: spacemit: add support for K1 SoC
From: Samuel Holland <samuel.holland@sifive.com>
Date: 2024-11-05 02:50:55
Also in:
linux-i2c, linux-riscv, lkml
From: Samuel Holland <samuel.holland@sifive.com>
Date: 2024-11-05 02:50:55
Also in:
linux-i2c, linux-riscv, lkml
Hi Troy, On 2024-11-04 7:14 PM, Troy Mitchell wrote:
On 2024/11/4 22:48, Krzysztof Kozlowski wrote:quoted
On 04/11/2024 14:01, Troy Mitchell wrote:quoted
On 2024/10/31 16:00, Krzysztof Kozlowski wrote:quoted
On Tue, Oct 29, 2024 at 04:36:00PM +0800, Troy Mitchell wrote:quoted
On 2024/10/28 15:38, Krzysztof Kozlowski wrote:quoted
On Mon, Oct 28, 2024 at 01:32:19PM +0800, Troy Mitchell wrote:quoted
The I2C of K1 supports fast-speed-mode and high-speed-mode, and supports FIFO transmission. Signed-off-by: Troy Mitchell <redacted> ---Change in v2: - Change the maxItems of reg from 1 to 2 in propertiesWhy?I need the address and size. In v1, I wrote it as 1, and I got the make dt_binding_check error.
One "<address size>" element is just one item. maxItems > 1 would be for hardware with multiple discontiguous register ranges: <address1 size1>, <address2 size2>. Regards, Samuel