[PATCH] dt-bindings: i2c: exynos5: add exynosautov920-hsi2c compatible

Faraz Ata posted 1 patch 4 weeks ago
Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: i2c: exynos5: add exynosautov920-hsi2c compatible
Posted by Faraz Ata 4 weeks ago
Add "samsung,exynosautov920-hsi2c" dedicated compatible for
HSI2C found in ExynosAutov920 SoC.

Signed-off-by: Faraz Ata <faraz.ata@samsung.com>
---
 Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
index 7ae8c7b1d006..207b95e392e5 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
+++ b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
@@ -38,6 +38,7 @@ properties:
               - google,gs101-hsi2c
               - samsung,exynos2200-hsi2c
               - samsung,exynos850-hsi2c
+              - samsung,exynosautov920-hsi2c
           - const: samsung,exynosautov9-hsi2c
       - const: samsung,exynos5-hsi2c    # Exynos5250 and Exynos5420
         deprecated: true
-- 
2.34.1
RE: [PATCH] dt-bindings: i2c: exynos5: add exynosautov920-hsi2c compatible
Posted by Alim Akhtar 4 weeks ago
Hi Faraz,

> -----Original Message-----
> From: Faraz Ata <faraz.ata@samsung.com>
> Sent: Thursday, September 4, 2025 12:59 PM
> To: andi.shyti@kernel.org; robh@kernel.org; krzk+dt@kernel.org;
> conor+dt@kernel.org; alim.akhtar@samsung.com
> Cc: linux-i2c@vger.kernel.org; devicetree@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
> kernel@vger.kernel.org; rosa.pila@samsung.com;
> pritam.sutar@samsung.com; dev.tailor@samsung.com;
> faraz.ata@samsung.com
> Subject: [PATCH] dt-bindings: i2c: exynos5: add exynosautov920-hsi2c
> compatible
> 
> Add "samsung,exynosautov920-hsi2c" dedicated compatible for HSI2C found
> in ExynosAutov920 SoC.
> 
This is not complete; any new compatible should be complemented with driver changes
(User of the compatible) followed by dts change.
Always send a complete set, also mentioning how the patch was tested.
Best is to get patches reviewed internally before sending to community.
 
> Signed-off-by: Faraz Ata <faraz.ata@samsung.com>
> ---
>  Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> index 7ae8c7b1d006..207b95e392e5 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> +++ b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> @@ -38,6 +38,7 @@ properties:
>                - google,gs101-hsi2c
>                - samsung,exynos2200-hsi2c
>                - samsung,exynos850-hsi2c
> +              - samsung,exynosautov920-hsi2c
>            - const: samsung,exynosautov9-hsi2c
>        - const: samsung,exynos5-hsi2c    # Exynos5250 and Exynos5420
>          deprecated: true
> --
> 2.34.1
Re: [PATCH] dt-bindings: i2c: exynos5: add exynosautov920-hsi2c compatible
Posted by Krzysztof Kozlowski 4 weeks ago
On 04/09/2025 09:28, Faraz Ata wrote:
> Add "samsung,exynosautov920-hsi2c" dedicated compatible for
> HSI2C found in ExynosAutov920 SoC.
> 
> Signed-off-by: Faraz Ata <faraz.ata@samsung.com>
> ---

Where is any user of it? I looked on lore and found nothing.

Best regards,
Krzysztof
RE: [PATCH] dt-bindings: i2c: exynos5: add exynosautov920-hsi2c compatible
Posted by Faraz Ata 4 weeks ago
Hi Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <krzk@kernel.org>
> Sent: Thursday, September 4, 2025 1:35 PM
> To: Faraz Ata <faraz.ata@samsung.com>; andi.shyti@kernel.org;
> robh@kernel.org; krzk+dt@kernel.org; conor+dt@kernel.org;
> alim.akhtar@samsung.com
> Cc: linux-i2c@vger.kernel.org; devicetree@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
> kernel@vger.kernel.org; rosa.pila@samsung.com;
> pritam.sutar@samsung.com; dev.tailor@samsung.com
> Subject: Re: [PATCH] dt-bindings: i2c: exynos5: add exynosautov920-hsi2c
> compatible
> 
> On 04/09/2025 09:28, Faraz Ata wrote:
> > Add "samsung,exynosautov920-hsi2c" dedicated compatible for HSI2C
> > found in ExynosAutov920 SoC.
> >
> > Signed-off-by: Faraz Ata <faraz.ata@samsung.com>
> > ---
> 
> Where is any user of it? I looked on lore and found nothing.
> 
I will send dt patch shortly.

> Best regards,
> Krzysztof
Re: [PATCH] dt-bindings: i2c: exynos5: add exynosautov920-hsi2c compatible
Posted by 'Krzysztof Kozlowski' 3 weeks, 6 days ago
On Thu, Sep 04, 2025 at 06:45:08PM +0530, Faraz Ata wrote:
> Hi Krzysztof,
> 
> > -----Original Message-----
> > From: Krzysztof Kozlowski <krzk@kernel.org>
> > Sent: Thursday, September 4, 2025 1:35 PM
> > To: Faraz Ata <faraz.ata@samsung.com>; andi.shyti@kernel.org;
> > robh@kernel.org; krzk+dt@kernel.org; conor+dt@kernel.org;
> > alim.akhtar@samsung.com
> > Cc: linux-i2c@vger.kernel.org; devicetree@vger.kernel.org; linux-arm-
> > kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
> > kernel@vger.kernel.org; rosa.pila@samsung.com;
> > pritam.sutar@samsung.com; dev.tailor@samsung.com
> > Subject: Re: [PATCH] dt-bindings: i2c: exynos5: add exynosautov920-hsi2c
> > compatible
> > 
> > On 04/09/2025 09:28, Faraz Ata wrote:
> > > Add "samsung,exynosautov920-hsi2c" dedicated compatible for HSI2C
> > > found in ExynosAutov920 SoC.
> > >
> > > Signed-off-by: Faraz Ata <faraz.ata@samsung.com>
> > > ---
> > 
> > Where is any user of it? I looked on lore and found nothing.
> > 
> I will send dt patch shortly.

Still no users. I will mark it as changes requested in the patchwork.

Best regards,
Krzysztof