public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
To: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Sam Protsenko <semen.protsenko@linaro.org>,
	Peter Griffin <peter.griffin@linaro.org>
Cc: devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 4/4] arm64: dts: exynos: update all samsung,mode constants
Date: Wed, 5 Feb 2025 10:18:45 +0200	[thread overview]
Message-ID: <dc3dcfe1-2706-449b-8622-2783349e8b41@gmail.com> (raw)
In-Reply-To: <20250204172803.3425496-5-ivo.ivanov.ivanov1@gmail.com>

On 2/4/25 19:28, Ivaylo Ivanov wrote:
> Update all samsung,mode property values to account for renaming USI_V2
> constants to USI_MODE in the bindings.
>
> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
> ---
>  arch/arm64/boot/dts/exynos/exynos850.dtsi     | 14 +++---
>  arch/arm64/boot/dts/exynos/exynosautov9.dtsi  | 48 +++++++++----------
>  .../arm64/boot/dts/exynos/exynosautov920.dtsi |  2 +-
>  .../boot/dts/exynos/google/gs101-oriole.dts   |  4 +-
>  arch/arm64/boot/dts/exynos/google/gs101.dtsi  |  2 +-
>  5 files changed, 35 insertions(+), 35 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/exynos/exynos850.dtsi b/arch/arm64/boot/dts/exynos/exynos850.dtsi
> index f1c8b4613..cb55015c8 100644
> --- a/arch/arm64/boot/dts/exynos/exynos850.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynos850.dtsi
> @@ -651,7 +651,7 @@ usi_uart: usi@138200c0 {
>  			compatible = "samsung,exynos850-usi";

...

> diff --git a/arch/arm64/boot/dts/exynos/google/gs101-oriole.dts b/arch/arm64/boot/dts/exynos/google/gs101-oriole.dts
> index 387fb779b..b73c152c7 100644
> --- a/arch/arm64/boot/dts/exynos/google/gs101-oriole.dts
> +++ b/arch/arm64/boot/dts/exynos/google/gs101-oriole.dts

This patch won't apply anymore since gs101-oriole was moved to pixel-common.

I didn't see that [1] was applied yesterday. I could make a new patch that
also covers these changes, but I'd expect the rest of this series to get applied first.

[1] https://lore.kernel.org/all/20250117-gs101-simplefb-v4-0-a5b90ca2f917@linaro.org/

> @@ -161,12 +161,12 @@ &usi_uart {
>  };
>  
>  &usi8 {
> -	samsung,mode = <USI_V2_I2C>;
> +	samsung,mode = <USI_MODE_I2C>;
>  	status = "okay";
>  };
>  
>  &usi12 {
> -	samsung,mode = <USI_V2_I2C>;
> +	samsung,mode = <USI_MODE_I2C>;
>  	status = "okay";
>  };
>  
> diff --git a/arch/arm64/boot/dts/exynos/google/gs101.dtsi b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
> index 302c5beb2..473db46aa 100644
> --- a/arch/arm64/boot/dts/exynos/google/gs101.dtsi
> +++ b/arch/arm64/boot/dts/exynos/google/gs101.dtsi
> @@ -825,7 +825,7 @@ usi_uart: usi@10a000c0 {
>  				 <&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP1_IPCLK_0>;
>  			clock-names = "pclk", "ipclk";
>  			samsung,sysreg = <&sysreg_peric0 0x1020>;
> -			samsung,mode = <USI_V2_UART>;
> +			samsung,mode = <USI_MODE_UART>;
>  			status = "disabled";
>  
>  			serial_0: serial@10a00000 {


  reply	other threads:[~2025-02-05  8:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-04 17:27 [PATCH v6 0/4] soc: samsung: usi: implement support for USIv1 Ivaylo Ivanov
2025-02-04 17:28 ` [PATCH v6 1/4] dt-bindings: soc: samsung: usi: add USIv1 and samsung,exynos8895-usi Ivaylo Ivanov
2025-02-04 17:28 ` [PATCH v6 2/4] soc: samsung: usi: add a routine for unconfiguring the ip Ivaylo Ivanov
2025-02-04 17:28 ` [PATCH v6 3/4] soc: samsung: usi: implement support for USIv1 and exynos8895 Ivaylo Ivanov
2025-02-04 17:28 ` [PATCH v6 4/4] arm64: dts: exynos: update all samsung,mode constants Ivaylo Ivanov
2025-02-05  8:18   ` Ivaylo Ivanov [this message]
2025-02-05 16:55     ` Krzysztof Kozlowski

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=dc3dcfe1-2706-449b-8622-2783349e8b41@gmail.com \
    --to=ivo.ivanov.ivanov1@gmail.com \
    --cc=alim.akhtar@samsung.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=peter.griffin@linaro.org \
    --cc=robh@kernel.org \
    --cc=semen.protsenko@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox