[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cccca881-dd59-43c0-9072-dcd91d01671d@kernel.org>
Date: Tue, 17 Dec 2024 06:24:49 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: Ivaylo Ivanov <ivo.ivanov.ivanov1@...il.com>,
Andi Shyti <andi.shyti@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, Alim Akhtar <alim.akhtar@...sung.com>
Cc: linux-i2c@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-samsung-soc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 1/2] dt-bindings: i2c: exynos5: Add
samsung,exynos8895-hsi2c compatible
On 16/12/2024 21:59, Ivaylo Ivanov wrote:
> On 12/16/24 10:44, Krzysztof Kozlowski wrote:
>> On 14/12/2024 23:04, Ivaylo Ivanov wrote:
>>> Add samsung,exynos8895-hsi2c dedicated compatible for representing
>>> I2C of Exynos8895 SoC. Since there are I2C buses that aren't implemented
>>> as a part of USIv1 blocks, they only require a single clock.
>>>
>>> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@...il.com>
>>> ---
>>> .../devicetree/bindings/i2c/i2c-exynos5.yaml | 26 ++++++++++++++++---
>>> 1 file changed, 23 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
>>> index cc8bba553..b029be88e 100644
>>> --- a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
>>> +++ b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
>>> @@ -25,6 +25,7 @@ properties:
>>> - samsung,exynos5250-hsi2c # Exynos5250 and Exynos5420
>>> - samsung,exynos5260-hsi2c # Exynos5260
>>> - samsung,exynos7-hsi2c # Exynos7
>>> + - samsung,exynos8895-hsi2c
>>> - samsung,exynosautov9-hsi2c
>>> - items:
>>> - enum:
>>> @@ -94,9 +95,28 @@ allOf:
>>> - clock-names
>>>
>>> else:
>>> - properties:
>>> - clocks:
>>> - maxItems: 1
>>> + if:
>>> + properties:
>>> + compatible:
>>> + contains:
>>> + enum:
>>> + - samsung,exynos8895-hsi2c
>>> +
>>> + then:
>>> + properties:
>>> + clocks:
>> Missing minItems
>>
>>> + maxItems: 2
>>> +
>>> + clock-names:
>> Ditto
>>
>>> + maxItems: 2
>>> +
>>> + required:
>>> + - clock-names
>> I don't understand why do you need second, same branch in if, basically
>
> Because, as I stated in the commit message, we have HSI2C controllers
> both implemented in USIv1 blocks and outside. These that are a part of
On Exynos8895? Where? With the same compatible?
> USIv1 need 2 clocks, and those that aren't have only one. So it's not
> a duplicate for the previous - autov9 sets a minitems of 2 and the
> others have a maxitems of 1.
We talk here about branch that says 2 items. You duplicate that one.
Best regards,
Krzysztof
Powered by blists - more mailing lists