From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
"'David Airlie'" <airlied@gmail.com>,
"'Daniel Vetter'" <daniel@ffwll.ch>,
"'Maarten Lankhorst'" <maarten.lankhorst@linux.intel.com>,
"'Maxime Ripard'" <mripard@kernel.org>,
"'Thomas Zimmermann'" <tzimmermann@suse.de>,
"'Rob Herring'" <robh+dt@kernel.org>,
"'Krzysztof Kozlowski'" <krzysztof.kozlowski+dt@linaro.org>,
"'Conor Dooley'" <conor+dt@kernel.org>,
"'Andi Shyti'" <andi.shyti@kernel.org>,
"'Jonathan Cameron'" <jic23@kernel.org>,
"'Lars-Peter Clausen'" <lars@metafoo.de>,
"'Lee Jones'" <lee@kernel.org>,
"'Ulf Hansson'" <ulf.hansson@linaro.org>,
"'Tomasz\ Figa'" <tomasz.figa@gmail.com>,
"'Sylwester Nawrocki'" <s.nawrocki@samsung.com>,
"'Linus Walleij'" <linus.walleij@linaro.org>,
"'Thierry Reding'" <thierry.reding@gmail.com>,
"'Uwe Kleine-König'" <u.kleine-koenig@pengutronix.de>,
"'Alessandro Zummo'" <a.zummo@towertech.it>,
"'Alexandre Belloni'" <alexandre.belloni@bootlin.com>,
"'Greg Kroah-Hartman'" <gregkh@linuxfoundation.org>,
"'Jiri Slaby'" <jirislaby@kernel.org>,
"'Liam Girdwood'" <lgirdwood@gmail.com>,
"'Mark Brown'" <broonie@kernel.org>,
"'Jaehoon\ Chung'" <jh80.chung@samsung.com>,
"'Sam Protsenko'" <semen.protsenko@linaro.org>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-i2c@vger.kernel.org,
linux-iio@vger.kernel.org, linux-mmc@vger.kernel.org,
linux-gpio@vger.kernel.org, linux-pwm@vger.kernel.org,
linux-rtc@vger.kernel.org, linux-serial@vger.kernel.org,
alsa-devel@alsa-project.org, linux-sound@vger.kernel.org
Subject: RE: [PATCH 02/17] dt-bindings: i2c: exynos5: add specific compatibles for existing SoC
Date: Thu, 9 Nov 2023 23:35:54 +0530 [thread overview]
Message-ID: <02bb01da1337$65caf5e0$3160e1a0$@samsung.com> (raw)
In-Reply-To: <20231108104343.24192-3-krzysztof.kozlowski@linaro.org>
> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Wednesday, November 8, 2023 4:13 PM
> To: David Airlie <airlied@gmail.com>; Daniel Vetter <daniel@ffwll.ch>;
> Maarten Lankhorst <maarten.lankhorst@linux.intel.com>; Maxime Ripard
> <mripard@kernel.org>; Thomas Zimmermann <tzimmermann@suse.de>;
> Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Conor Dooley
> <conor+dt@kernel.org>; Alim Akhtar <alim.akhtar@samsung.com>; Andi
> Shyti <andi.shyti@kernel.org>; Jonathan Cameron <jic23@kernel.org>; Lars-
> Peter Clausen <lars@metafoo.de>; Lee Jones <lee@kernel.org>; Ulf
> Hansson <ulf.hansson@linaro.org>; Tomasz Figa <tomasz.figa@gmail.com>;
> Sylwester Nawrocki <s.nawrocki@samsung.com>; Linus Walleij
> <linus.walleij@linaro.org>; Thierry Reding <thierry.reding@gmail.com>; Uwe
> Kleine-König <u.kleine-koenig@pengutronix.de>; Alessandro Zummo
> <a.zummo@towertech.it>; Alexandre Belloni
> <alexandre.belloni@bootlin.com>; Greg Kroah-Hartman
> <gregkh@linuxfoundation.org>; Jiri Slaby <jirislaby@kernel.org>; Liam
> Girdwood <lgirdwood@gmail.com>; Mark Brown <broonie@kernel.org>;
> Jaehoon Chung <jh80.chung@samsung.com>; Sam Protsenko
> <semen.protsenko@linaro.org>; dri-devel@lists.freedesktop.org;
> devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
> i2c@vger.kernel.org; linux-iio@vger.kernel.org; linux-mmc@vger.kernel.org;
> linux-gpio@vger.kernel.org; linux-pwm@vger.kernel.org; linux-
> rtc@vger.kernel.org; linux-serial@vger.kernel.org; alsa-devel@alsa-
> project.org; linux-sound@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Subject: [PATCH 02/17] dt-bindings: i2c: exynos5: add specific compatibles for
> existing SoC
>
> Samsung Exynos SoC reuses several devices from older designs, thus
> historically we kept the old (block's) compatible only. This works fine and
> there is no bug here, however guidelines expressed in
> Documentation/devicetree/bindings/writing-bindings.rst state that:
> 1. Compatibles should be specific.
> 2. We should add new compatibles in case of bugs or features.
>
> Add compatibles specific to each SoC in front of all old-SoC-like compatibles.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> ---
>
> I propose to take the patch through Samsung SoC (me). See cover letter for
> explanation.
> ---
> Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml | 10 +++++++++-
> .../devicetree/bindings/soc/samsung/exynos-usi.yaml | 2 +-
> 2 files changed, 10 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> index 3e52a0db6c41..c1f5d2cb7709 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> +++ b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> @@ -25,7 +25,15 @@ properties:
> - samsung,exynos5250-hsi2c # Exynos5250 and Exynos5420
> - samsung,exynos5260-hsi2c # Exynos5260
> - samsung,exynos7-hsi2c # Exynos7
> - - samsung,exynosautov9-hsi2c # ExynosAutoV9 and Exynos850
> + - samsung,exynosautov9-hsi2c
> + - items:
> + - enum:
> + - samsung,exynos5433-hsi2c
> + - const: samsung,exynos7-hsi2c
> + - items:
> + - enum:
> + - samsung,exynos850-hsi2c
Does this need an entry in allOf:? to indicate exynos850 also has 2 clocks?
> + - const: samsung,exynosautov9-hsi2c
> - const: samsung,exynos5-hsi2c # Exynos5250 and Exynos5420
> deprecated: true
>
> diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-
> usi.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-
> usi.yaml
> index a6836904a4f8..5b7ab69546c4 100644
> --- a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml
> +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml
> @@ -155,7 +155,7 @@ examples:
> };
>
> hsi2c_0: i2c@13820000 {
> - compatible = "samsung,exynosautov9-hsi2c";
> + compatible = "samsung,exynos850-hsi2c",
> + "samsung,exynosautov9-hsi2c";
> reg = <0x13820000 0xc0>;
> interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
> #address-cells = <1>;
> --
> 2.34.1
WARNING: multiple messages have this Message-ID (diff)
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
"'David Airlie'" <airlied@gmail.com>,
"'Daniel Vetter'" <daniel@ffwll.ch>,
"'Maarten Lankhorst'" <maarten.lankhorst@linux.intel.com>,
"'Maxime Ripard'" <mripard@kernel.org>,
"'Thomas Zimmermann'" <tzimmermann@suse.de>,
"'Rob Herring'" <robh+dt@kernel.org>,
"'Krzysztof Kozlowski'" <krzysztof.kozlowski+dt@linaro.org>,
"'Conor Dooley'" <conor+dt@kernel.org>,
"'Andi Shyti'" <andi.shyti@kernel.org>,
"'Jonathan Cameron'" <jic23@kernel.org>,
"'Lars-Peter Clausen'" <lars@metafoo.de>,
"'Lee Jones'" <lee@kernel.org>,
"'Ulf Hansson'" <ulf.hansson@linaro.org>,
"'Tomasz Figa'" <tomasz.figa@gmail.com>,
"'Sylwester Nawrocki'" <s.nawrocki@samsung.com>,
"'Linus Walleij'" <linus.walleij@linaro.org>,
"'Thierry Reding'" <thierry.reding@gmail.com>,
"'Uwe Kleine-König'" <u.kleine-koenig@pengutronix.de>,
"'Alessandro Zummo'" <a.zummo@towertech.it>,
"'Alexandre Belloni'" <alexandre.belloni@bootlin.com>,
"'Greg Kroah-Hartman'" <gregkh@linuxfoundation.org>,
"'Jiri Slaby'" <jirislaby@kernel.org>,
"'Liam Girdwood'" <lgirdwood@gmail.com>,
"'Mark Brown'" <broonie@kernel.org>,
"'Jaehoon Chung'" <jh80.chung@samsung.com>,
"'Sam Protsenko'" <semen.protsenko@linaro.org>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-i2c@vger.kernel.org,
linux-iio@vger.kernel.org, linux-mmc@vger.kernel.org,
linux-gpio@vger.kernel.org, linux-pwm@vger.kernel.org,
linux-rtc@vger.kernel.org, linux-serial@vger.kernel.org,
alsa-devel@alsa-project.org, linux-sound@vger.kernel.org
Subject: RE: [PATCH 02/17] dt-bindings: i2c: exynos5: add specific compatibles for existing SoC
Date: Thu, 9 Nov 2023 23:35:54 +0530 [thread overview]
Message-ID: <02bb01da1337$65caf5e0$3160e1a0$@samsung.com> (raw)
In-Reply-To: <20231108104343.24192-3-krzysztof.kozlowski@linaro.org>
> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Wednesday, November 8, 2023 4:13 PM
> To: David Airlie <airlied@gmail.com>; Daniel Vetter <daniel@ffwll.ch>;
> Maarten Lankhorst <maarten.lankhorst@linux.intel.com>; Maxime Ripard
> <mripard@kernel.org>; Thomas Zimmermann <tzimmermann@suse.de>;
> Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Conor Dooley
> <conor+dt@kernel.org>; Alim Akhtar <alim.akhtar@samsung.com>; Andi
> Shyti <andi.shyti@kernel.org>; Jonathan Cameron <jic23@kernel.org>; Lars-
> Peter Clausen <lars@metafoo.de>; Lee Jones <lee@kernel.org>; Ulf
> Hansson <ulf.hansson@linaro.org>; Tomasz Figa <tomasz.figa@gmail.com>;
> Sylwester Nawrocki <s.nawrocki@samsung.com>; Linus Walleij
> <linus.walleij@linaro.org>; Thierry Reding <thierry.reding@gmail.com>; Uwe
> Kleine-König <u.kleine-koenig@pengutronix.de>; Alessandro Zummo
> <a.zummo@towertech.it>; Alexandre Belloni
> <alexandre.belloni@bootlin.com>; Greg Kroah-Hartman
> <gregkh@linuxfoundation.org>; Jiri Slaby <jirislaby@kernel.org>; Liam
> Girdwood <lgirdwood@gmail.com>; Mark Brown <broonie@kernel.org>;
> Jaehoon Chung <jh80.chung@samsung.com>; Sam Protsenko
> <semen.protsenko@linaro.org>; dri-devel@lists.freedesktop.org;
> devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
> i2c@vger.kernel.org; linux-iio@vger.kernel.org; linux-mmc@vger.kernel.org;
> linux-gpio@vger.kernel.org; linux-pwm@vger.kernel.org; linux-
> rtc@vger.kernel.org; linux-serial@vger.kernel.org; alsa-devel@alsa-
> project.org; linux-sound@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Subject: [PATCH 02/17] dt-bindings: i2c: exynos5: add specific compatibles for
> existing SoC
>
> Samsung Exynos SoC reuses several devices from older designs, thus
> historically we kept the old (block's) compatible only. This works fine and
> there is no bug here, however guidelines expressed in
> Documentation/devicetree/bindings/writing-bindings.rst state that:
> 1. Compatibles should be specific.
> 2. We should add new compatibles in case of bugs or features.
>
> Add compatibles specific to each SoC in front of all old-SoC-like compatibles.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> ---
>
> I propose to take the patch through Samsung SoC (me). See cover letter for
> explanation.
> ---
> Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml | 10 +++++++++-
> .../devicetree/bindings/soc/samsung/exynos-usi.yaml | 2 +-
> 2 files changed, 10 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> index 3e52a0db6c41..c1f5d2cb7709 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> +++ b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> @@ -25,7 +25,15 @@ properties:
> - samsung,exynos5250-hsi2c # Exynos5250 and Exynos5420
> - samsung,exynos5260-hsi2c # Exynos5260
> - samsung,exynos7-hsi2c # Exynos7
> - - samsung,exynosautov9-hsi2c # ExynosAutoV9 and Exynos850
> + - samsung,exynosautov9-hsi2c
> + - items:
> + - enum:
> + - samsung,exynos5433-hsi2c
> + - const: samsung,exynos7-hsi2c
> + - items:
> + - enum:
> + - samsung,exynos850-hsi2c
Does this need an entry in allOf:? to indicate exynos850 also has 2 clocks?
> + - const: samsung,exynosautov9-hsi2c
> - const: samsung,exynos5-hsi2c # Exynos5250 and Exynos5420
> deprecated: true
>
> diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-
> usi.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-
> usi.yaml
> index a6836904a4f8..5b7ab69546c4 100644
> --- a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml
> +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml
> @@ -155,7 +155,7 @@ examples:
> };
>
> hsi2c_0: i2c@13820000 {
> - compatible = "samsung,exynosautov9-hsi2c";
> + compatible = "samsung,exynos850-hsi2c",
> + "samsung,exynosautov9-hsi2c";
> reg = <0x13820000 0xc0>;
> interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
> #address-cells = <1>;
> --
> 2.34.1
WARNING: multiple messages have this Message-ID (diff)
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
"'David Airlie'" <airlied@gmail.com>,
"'Daniel Vetter'" <daniel@ffwll.ch>,
"'Maarten Lankhorst'" <maarten.lankhorst@linux.intel.com>,
"'Maxime Ripard'" <mripard@kernel.org>,
"'Thomas Zimmermann'" <tzimmermann@suse.de>,
"'Rob Herring'" <robh+dt@kernel.org>,
"'Krzysztof Kozlowski'" <krzysztof.kozlowski+dt@linaro.org>,
"'Conor Dooley'" <conor+dt@kernel.org>,
"'Andi Shyti'" <andi.shyti@kernel.org>,
"'Jonathan Cameron'" <jic23@kernel.org>,
"'Lars-Peter Clausen'" <lars@metafoo.de>,
"'Lee Jones'" <lee@kernel.org>,
"'Ulf Hansson'" <ulf.hansson@linaro.org>,
"'Tomasz\ Figa'" <tomasz.figa@gmail.com>,
"'Sylwester Nawrocki'" <s.nawrocki@samsung.com>,
"'Linus Walleij'" <linus.walleij@linaro.org>,
"'Thierry Reding'" <thierry.reding@gmail.com>,
"'Uwe Kleine-König'" <u.kleine-koenig@pengutronix.de>,
"'Alessandro Zummo'" <a.zummo@towertech.it>,
"'Alexandre Belloni'" <alexandre.belloni@bootlin.com>,
"'Greg Kroah-Hartman'" <gregkh@linuxfoundation.org>,
"'Jiri Slaby'" <jirislaby@kernel.org>,
"'Liam Girdwood'" <lgirdwood@gmail.com>,
"'Mark Brown'" <broonie@kernel.org>,
"'Jaehoon\ Chung'" <jh80.chung@samsung.com>,
"'Sam Protsenko'" <semen.protsenko@linaro.org>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-i2c@vger.kernel.org,
linux-iio@vger.kernel.org, linux-mmc@vger.kernel.org,
linux-gpio@vger.kernel.org, linux-pwm@vger.kernel.org,
linux-rtc@vger.kernel.org, linux-serial@vger.kernel.org,
alsa-devel@alsa-project.org, linux-sound@vger.kernel.org
Subject: RE: [PATCH 02/17] dt-bindings: i2c: exynos5: add specific compatibles for existing SoC
Date: Thu, 9 Nov 2023 23:35:54 +0530 [thread overview]
Message-ID: <02bb01da1337$65caf5e0$3160e1a0$@samsung.com> (raw)
In-Reply-To: <20231108104343.24192-3-krzysztof.kozlowski@linaro.org>
> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Wednesday, November 8, 2023 4:13 PM
> To: David Airlie <airlied@gmail.com>; Daniel Vetter <daniel@ffwll.ch>;
> Maarten Lankhorst <maarten.lankhorst@linux.intel.com>; Maxime Ripard
> <mripard@kernel.org>; Thomas Zimmermann <tzimmermann@suse.de>;
> Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Conor Dooley
> <conor+dt@kernel.org>; Alim Akhtar <alim.akhtar@samsung.com>; Andi
> Shyti <andi.shyti@kernel.org>; Jonathan Cameron <jic23@kernel.org>; Lars-
> Peter Clausen <lars@metafoo.de>; Lee Jones <lee@kernel.org>; Ulf
> Hansson <ulf.hansson@linaro.org>; Tomasz Figa <tomasz.figa@gmail.com>;
> Sylwester Nawrocki <s.nawrocki@samsung.com>; Linus Walleij
> <linus.walleij@linaro.org>; Thierry Reding <thierry.reding@gmail.com>; Uwe
> Kleine-König <u.kleine-koenig@pengutronix.de>; Alessandro Zummo
> <a.zummo@towertech.it>; Alexandre Belloni
> <alexandre.belloni@bootlin.com>; Greg Kroah-Hartman
> <gregkh@linuxfoundation.org>; Jiri Slaby <jirislaby@kernel.org>; Liam
> Girdwood <lgirdwood@gmail.com>; Mark Brown <broonie@kernel.org>;
> Jaehoon Chung <jh80.chung@samsung.com>; Sam Protsenko
> <semen.protsenko@linaro.org>; dri-devel@lists.freedesktop.org;
> devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org; linux-
> i2c@vger.kernel.org; linux-iio@vger.kernel.org; linux-mmc@vger.kernel.org;
> linux-gpio@vger.kernel.org; linux-pwm@vger.kernel.org; linux-
> rtc@vger.kernel.org; linux-serial@vger.kernel.org; alsa-devel@alsa-
> project.org; linux-sound@vger.kernel.org
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Subject: [PATCH 02/17] dt-bindings: i2c: exynos5: add specific compatibles for
> existing SoC
>
> Samsung Exynos SoC reuses several devices from older designs, thus
> historically we kept the old (block's) compatible only. This works fine and
> there is no bug here, however guidelines expressed in
> Documentation/devicetree/bindings/writing-bindings.rst state that:
> 1. Compatibles should be specific.
> 2. We should add new compatibles in case of bugs or features.
>
> Add compatibles specific to each SoC in front of all old-SoC-like compatibles.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> ---
>
> I propose to take the patch through Samsung SoC (me). See cover letter for
> explanation.
> ---
> Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml | 10 +++++++++-
> .../devicetree/bindings/soc/samsung/exynos-usi.yaml | 2 +-
> 2 files changed, 10 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> index 3e52a0db6c41..c1f5d2cb7709 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> +++ b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
> @@ -25,7 +25,15 @@ properties:
> - samsung,exynos5250-hsi2c # Exynos5250 and Exynos5420
> - samsung,exynos5260-hsi2c # Exynos5260
> - samsung,exynos7-hsi2c # Exynos7
> - - samsung,exynosautov9-hsi2c # ExynosAutoV9 and Exynos850
> + - samsung,exynosautov9-hsi2c
> + - items:
> + - enum:
> + - samsung,exynos5433-hsi2c
> + - const: samsung,exynos7-hsi2c
> + - items:
> + - enum:
> + - samsung,exynos850-hsi2c
Does this need an entry in allOf:? to indicate exynos850 also has 2 clocks?
> + - const: samsung,exynosautov9-hsi2c
> - const: samsung,exynos5-hsi2c # Exynos5250 and Exynos5420
> deprecated: true
>
> diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-
> usi.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-
> usi.yaml
> index a6836904a4f8..5b7ab69546c4 100644
> --- a/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml
> +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml
> @@ -155,7 +155,7 @@ examples:
> };
>
> hsi2c_0: i2c@13820000 {
> - compatible = "samsung,exynosautov9-hsi2c";
> + compatible = "samsung,exynos850-hsi2c",
> + "samsung,exynosautov9-hsi2c";
> reg = <0x13820000 0xc0>;
> interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
> #address-cells = <1>;
> --
> 2.34.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-11-09 18:07 UTC|newest]
Thread overview: 182+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20231108104359epcas5p3ebee7b4b489f1e1434436909e4251b81@epcas5p3.samsung.com>
2023-11-08 10:43 ` [PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-08 10:43 ` [PATCH 01/17] dt-bindings: hwinfo: samsung,exynos-chipid: " Krzysztof Kozlowski
2023-11-08 10:43 ` [PATCH 01/17] dt-bindings: hwinfo: samsung, exynos-chipid: " Krzysztof Kozlowski
2023-11-08 10:43 ` [PATCH 01/17] dt-bindings: hwinfo: samsung,exynos-chipid: " Krzysztof Kozlowski
2023-11-08 18:56 ` Rob Herring
2023-11-08 18:56 ` Rob Herring
2023-11-08 18:56 ` Rob Herring
2023-11-09 17:52 ` Alim Akhtar
2023-11-09 17:52 ` Alim Akhtar
2023-11-09 17:52 ` Alim Akhtar
2023-11-08 10:43 ` [PATCH 02/17] dt-bindings: i2c: exynos5: " Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-09 18:05 ` Alim Akhtar [this message]
2023-11-09 18:05 ` Alim Akhtar
2023-11-09 18:05 ` Alim Akhtar
2023-11-10 7:58 ` Krzysztof Kozlowski
2023-11-10 7:58 ` Krzysztof Kozlowski
2023-11-09 19:21 ` Wolfram Sang
2023-11-09 19:21 ` Wolfram Sang
2023-11-09 19:21 ` Wolfram Sang
2023-11-10 20:38 ` Rob Herring
2023-11-10 20:38 ` Rob Herring
2023-11-10 20:38 ` Rob Herring
2023-11-08 10:43 ` [PATCH 03/17] dt-bindings: i2c: samsung,s3c2410-i2c: " Krzysztof Kozlowski
2023-11-08 10:43 ` [PATCH 03/17] dt-bindings: i2c: samsung, s3c2410-i2c: " Krzysztof Kozlowski
2023-11-08 10:43 ` [PATCH 03/17] dt-bindings: i2c: samsung,s3c2410-i2c: " Krzysztof Kozlowski
2023-11-09 19:22 ` Wolfram Sang
2023-11-09 19:22 ` Wolfram Sang
2023-11-09 19:22 ` Wolfram Sang
2023-11-09 20:06 ` Linus Walleij
2023-11-09 20:06 ` [PATCH 03/17] dt-bindings: i2c: samsung, s3c2410-i2c: " Linus Walleij
2023-11-09 20:06 ` [PATCH 03/17] dt-bindings: i2c: samsung,s3c2410-i2c: " Linus Walleij
2023-11-10 20:39 ` Rob Herring
2023-11-10 20:39 ` Rob Herring
2023-11-10 20:39 ` Rob Herring
2023-11-11 0:55 ` Alim Akhtar
2023-11-11 0:55 ` Alim Akhtar
2023-11-11 0:55 ` Alim Akhtar
2023-11-08 10:43 ` [PATCH 04/17] dt-bindings: mmc: samsung,exynos-dw-mshc: " Krzysztof Kozlowski
2023-11-08 10:43 ` [PATCH 04/17] dt-bindings: mmc: samsung, exynos-dw-mshc: " Krzysztof Kozlowski
2023-11-08 10:43 ` [PATCH 04/17] dt-bindings: mmc: samsung,exynos-dw-mshc: " Krzysztof Kozlowski
2023-11-10 20:39 ` Rob Herring
2023-11-10 20:39 ` Rob Herring
2023-11-10 20:39 ` Rob Herring
2023-11-11 0:57 ` Alim Akhtar
2023-11-11 0:57 ` Alim Akhtar
2023-11-11 0:57 ` Alim Akhtar
2023-11-14 16:30 ` Ulf Hansson
2023-11-14 16:30 ` Ulf Hansson
2023-11-14 16:30 ` Ulf Hansson
2023-11-08 10:43 ` [PATCH 05/17] dt-bindings: pinctrl: samsung: " Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-10 20:40 ` Rob Herring
2023-11-10 20:40 ` Rob Herring
2023-11-10 20:40 ` Rob Herring
2023-11-11 1:03 ` Alim Akhtar
2023-11-11 1:03 ` Alim Akhtar
2023-11-11 1:03 ` Alim Akhtar
2023-11-14 13:04 ` Linus Walleij
2023-11-14 13:04 ` Linus Walleij
2023-11-14 13:04 ` Linus Walleij
2023-11-08 10:43 ` [PATCH 06/17] dt-bindings: rtc: s3c-rtc: " Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-08 23:38 ` Alexandre Belloni
2023-11-08 23:38 ` Alexandre Belloni
2023-11-08 23:38 ` Alexandre Belloni
2023-11-10 20:40 ` Rob Herring
2023-11-10 20:40 ` Rob Herring
2023-11-10 20:40 ` Rob Herring
2023-11-11 1:04 ` Alim Akhtar
2023-11-11 1:04 ` Alim Akhtar
2023-11-11 1:04 ` Alim Akhtar
2023-11-08 10:43 ` [PATCH 07/17] dt-bindings: serial: samsung: " Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-10 20:41 ` Rob Herring
2023-11-10 20:41 ` Rob Herring
2023-11-10 20:41 ` Rob Herring
2023-11-11 1:05 ` Alim Akhtar
2023-11-11 1:05 ` Alim Akhtar
2023-11-11 1:05 ` Alim Akhtar
2023-11-08 10:43 ` [PATCH 08/17] dt-bindings: samsung: exynos-pmu: " Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-10 20:41 ` Rob Herring
2023-11-10 20:41 ` Rob Herring
2023-11-10 20:41 ` Rob Herring
2023-11-11 1:09 ` Alim Akhtar
2023-11-11 1:09 ` Alim Akhtar
2023-11-11 1:09 ` Alim Akhtar
2023-11-08 10:43 ` [PATCH 09/17] dt-bindings: gpu: arm,mali-midgard: add specific compatibles for existing Exynos SoC Krzysztof Kozlowski
2023-11-08 10:43 ` [PATCH 09/17] dt-bindings: gpu: arm, mali-midgard: " Krzysztof Kozlowski
2023-11-08 10:43 ` [PATCH 09/17] dt-bindings: gpu: arm,mali-midgard: " Krzysztof Kozlowski
2023-11-10 20:41 ` Rob Herring
2023-11-10 20:41 ` Rob Herring
2023-11-10 20:41 ` Rob Herring
2023-11-11 1:24 ` Alim Akhtar
2023-11-11 1:24 ` Alim Akhtar
2023-11-11 1:24 ` Alim Akhtar
2023-11-08 10:43 ` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: add specific compatibles for existing SoC Krzysztof Kozlowski
2023-11-08 10:43 ` [PATCH 10/17] dt-bindings: iio: samsung, exynos-adc: " Krzysztof Kozlowski
2023-11-08 10:43 ` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: " Krzysztof Kozlowski
2023-11-10 20:42 ` Rob Herring
2023-11-10 20:42 ` [PATCH 10/17] dt-bindings: iio: samsung, exynos-adc: " Rob Herring
2023-11-10 20:42 ` [PATCH 10/17] dt-bindings: iio: samsung,exynos-adc: " Rob Herring
2023-11-11 1:26 ` Alim Akhtar
2023-11-11 1:26 ` Alim Akhtar
2023-11-11 1:26 ` Alim Akhtar
2023-11-25 20:48 ` Jonathan Cameron
2023-11-25 20:48 ` Jonathan Cameron
2023-11-25 20:48 ` Jonathan Cameron
2023-11-08 10:43 ` [PATCH 11/17] ASoC: dt-bindings: samsung-i2s: " Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-08 13:07 ` Mark Brown
2023-11-08 13:07 ` Mark Brown
2023-11-08 13:07 ` Mark Brown
2023-11-08 16:41 ` Lee Jones
2023-11-08 16:41 ` Lee Jones
2023-11-08 16:41 ` Lee Jones
2023-11-10 20:43 ` Rob Herring
2023-11-10 20:43 ` Rob Herring
2023-11-10 20:43 ` Rob Herring
2023-11-11 1:37 ` Alim Akhtar
2023-11-11 1:37 ` Alim Akhtar
2023-11-11 1:37 ` Alim Akhtar
2023-11-08 10:43 ` [PATCH 12/17] dt-bindings: pwm: samsung: " Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-08 11:13 ` Uwe Kleine-König
2023-11-08 11:13 ` Uwe Kleine-König
2023-11-08 11:13 ` Uwe Kleine-König
2023-11-10 20:43 ` Rob Herring
2023-11-10 20:43 ` Rob Herring
2023-11-10 20:43 ` Rob Herring
2023-11-11 1:37 ` Alim Akhtar
2023-11-11 1:37 ` Alim Akhtar
2023-11-11 1:37 ` Alim Akhtar
2023-11-08 10:43 ` [PATCH 13/17] arm64: dts: exynos5433: add specific compatibles to several blocks Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-11 1:40 ` Alim Akhtar
2023-11-11 1:40 ` Alim Akhtar
2023-11-11 1:40 ` Alim Akhtar
2023-11-08 10:43 ` [PATCH 14/17] arm64: dts: exynos7: " Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-11 1:42 ` Alim Akhtar
2023-11-11 1:42 ` Alim Akhtar
2023-11-11 1:42 ` Alim Akhtar
2023-11-08 10:43 ` [PATCH 15/17] arm64: dts: exynos7885: " Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-11 1:43 ` Alim Akhtar
2023-11-11 1:43 ` Alim Akhtar
2023-11-11 1:43 ` Alim Akhtar
2023-11-08 10:43 ` [PATCH 16/17] arm64: dts: exynos850: " Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-11 1:44 ` Alim Akhtar
2023-11-11 1:44 ` Alim Akhtar
2023-11-11 1:44 ` Alim Akhtar
2023-11-21 17:48 ` Sam Protsenko
2023-11-21 17:48 ` Sam Protsenko
2023-11-21 17:48 ` Sam Protsenko
2023-11-08 10:43 ` [PATCH 17/17] arm64: dts: exynosautov9: " Krzysztof Kozlowski
2023-11-08 10:43 ` Krzysztof Kozlowski
2023-11-11 1:45 ` Alim Akhtar
2023-11-11 1:45 ` Alim Akhtar
2023-11-11 1:45 ` Alim Akhtar
2023-11-08 17:17 ` [PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC Alim Akhtar
2023-11-08 17:17 ` Alim Akhtar
2023-11-08 17:17 ` Alim Akhtar
2023-11-14 15:20 ` Krzysztof Kozlowski
2023-11-14 15:20 ` Krzysztof Kozlowski
2023-11-28 17:49 ` (subset) " Thierry Reding
2023-11-28 17:49 ` Thierry Reding
2023-11-28 20:58 ` Uwe Kleine-König
2023-11-28 20:58 ` Uwe Kleine-König
2023-11-28 20:58 ` Uwe Kleine-König
2023-12-05 9:16 ` Krzysztof Kozlowski
2023-12-05 9:16 ` Krzysztof Kozlowski
2023-12-05 9:16 ` Krzysztof Kozlowski
2023-12-05 12:36 ` Thierry Reding
2023-12-05 12:36 ` Thierry Reding
2023-12-05 12:36 ` Thierry Reding
2023-12-05 16:12 ` Uwe Kleine-König
2023-12-05 16:12 ` Uwe Kleine-König
2023-12-05 16:12 ` Uwe Kleine-König
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='02bb01da1337$65caf5e0$3160e1a0$@samsung.com' \
--to=alim.akhtar@samsung.com \
--cc=a.zummo@towertech.it \
--cc=airlied@gmail.com \
--cc=alexandre.belloni@bootlin.com \
--cc=alsa-devel@alsa-project.org \
--cc=andi.shyti@kernel.org \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=gregkh@linuxfoundation.org \
--cc=jh80.chung@samsung.com \
--cc=jic23@kernel.org \
--cc=jirislaby@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=lars@metafoo.de \
--cc=lee@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=linux-rtc@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=robh+dt@kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=semen.protsenko@linaro.org \
--cc=thierry.reding@gmail.com \
--cc=tomasz.figa@gmail.com \
--cc=tzimmermann@suse.de \
--cc=u.kleine-koenig@pengutronix.de \
--cc=ulf.hansson@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.