Re: [PATCH] dts: riscv: spacemit: k3: only keep spacemit,k1-i2c

From: Troy Mitchell

Date: Mon Apr 20 2026 - 04:51:22 EST


On Mon Apr 20, 2026 at 4:44 PM CST, Krzysztof Kozlowski wrote:
> On 20/04/2026 10:43, Krzysztof Kozlowski wrote:
>> On 20/04/2026 10:39, Sandie Cao wrote:
>>> Fix dtcheck issue: compatible:0: 'spacemit,k1-i2c' was expected
>>
>> Missing space after main commit msg.
>>
>>> Reported-by: kernel test robot <lkp@xxxxxxxxx>
>>> Closes: https://lore.kernel.org/r/202604140259.eKDaxKua-lkp@xxxxxxxxx/
>>>
>
> Also, the file reported in above warning DOES NOT EXIST (I checked
> next-20260414).
In Documentation/devicetree/bindings/pinctrl/spacemit,k1-pinctrl.yaml:

properties:
compatible:
enum:
- spacemit,k1-pinctrl
- spacemit,k3-pinctrl

So there's no reason to use k1-i2c. As far as I can tell, while they are the same IP,
there are subtle differences between them.

- Troy