linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: qcom: Remove cros-pd-update on Trogdor
@ 2021-06-01 18:59 Stephen Boyd
  2021-06-01 18:59 ` [PATCH 2/2] arm64: dts: qcom: Remove cros-pd-update on Cheza Stephen Boyd
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stephen Boyd @ 2021-06-01 18:59 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson; +Cc: linux-kernel, linux-arm-msm, Douglas Anderson

This compatible string isn't present upstream. Let's drop the node as it
isn't used.

Cc: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
---
 arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
index 24d293ef56d7..c134feb02eec 100644
--- a/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi
@@ -564,10 +564,6 @@ i2c_tunnel: i2c-tunnel {
 			#size-cells = <0>;
 		};
 
-		pdupdate {
-			compatible = "google,cros-ec-pd-update";
-		};
-
 		typec {
 			compatible = "google,cros-ec-typec";
 			#address-cells = <1>;

base-commit: d07f6ca923ea0927a1024dfccafc5b53b61cfecc
-- 
https://chromeos.dev


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] arm64: dts: qcom: Remove cros-pd-update on Cheza
  2021-06-01 18:59 [PATCH 1/2] arm64: dts: qcom: Remove cros-pd-update on Trogdor Stephen Boyd
@ 2021-06-01 18:59 ` Stephen Boyd
  2021-06-02  0:03   ` Doug Anderson
  2021-06-02  0:02 ` [PATCH 1/2] arm64: dts: qcom: Remove cros-pd-update on Trogdor Doug Anderson
  2021-06-10 14:50 ` patchwork-bot+linux-arm-msm
  2 siblings, 1 reply; 5+ messages in thread
From: Stephen Boyd @ 2021-06-01 18:59 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson; +Cc: linux-kernel, linux-arm-msm, Douglas Anderson

This compatible string isn't present upstream. Let's drop the node as it
isn't used.

Cc: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
---
 arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi b/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi
index 216a74f0057c..dfd1b42c07fd 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi
@@ -714,10 +714,6 @@ i2c_tunnel: i2c-tunnel {
 			#address-cells = <1>;
 			#size-cells = <0>;
 		};
-
-		pdupdate {
-			compatible = "google,cros-ec-pd-update";
-		};
 	};
 };
 
-- 
https://chromeos.dev


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] arm64: dts: qcom: Remove cros-pd-update on Trogdor
  2021-06-01 18:59 [PATCH 1/2] arm64: dts: qcom: Remove cros-pd-update on Trogdor Stephen Boyd
  2021-06-01 18:59 ` [PATCH 2/2] arm64: dts: qcom: Remove cros-pd-update on Cheza Stephen Boyd
@ 2021-06-02  0:02 ` Doug Anderson
  2021-06-10 14:50 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 5+ messages in thread
From: Doug Anderson @ 2021-06-02  0:02 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Andy Gross, Bjorn Andersson, LKML, linux-arm-msm

Hi,

On Tue, Jun 1, 2021 at 12:00 PM Stephen Boyd <swboyd@chromium.org> wrote:
>
> This compatible string isn't present upstream. Let's drop the node as it
> isn't used.
>
> Cc: Douglas Anderson <dianders@chromium.org>
> Signed-off-by: Stephen Boyd <swboyd@chromium.org>
> ---
>  arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 4 ----
>  1 file changed, 4 deletions(-)

Reviewed-by: Douglas Anderson <dianders@chromium.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/2] arm64: dts: qcom: Remove cros-pd-update on Cheza
  2021-06-01 18:59 ` [PATCH 2/2] arm64: dts: qcom: Remove cros-pd-update on Cheza Stephen Boyd
@ 2021-06-02  0:03   ` Doug Anderson
  0 siblings, 0 replies; 5+ messages in thread
From: Doug Anderson @ 2021-06-02  0:03 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: Andy Gross, Bjorn Andersson, LKML, linux-arm-msm

Hi,

On Tue, Jun 1, 2021 at 12:00 PM Stephen Boyd <swboyd@chromium.org> wrote:
>
> This compatible string isn't present upstream. Let's drop the node as it
> isn't used.
>
> Cc: Douglas Anderson <dianders@chromium.org>
> Signed-off-by: Stephen Boyd <swboyd@chromium.org>
> ---
>  arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi | 4 ----
>  1 file changed, 4 deletions(-)

Reviewed-by: Douglas Anderson <dianders@chromium.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/2] arm64: dts: qcom: Remove cros-pd-update on Trogdor
  2021-06-01 18:59 [PATCH 1/2] arm64: dts: qcom: Remove cros-pd-update on Trogdor Stephen Boyd
  2021-06-01 18:59 ` [PATCH 2/2] arm64: dts: qcom: Remove cros-pd-update on Cheza Stephen Boyd
  2021-06-02  0:02 ` [PATCH 1/2] arm64: dts: qcom: Remove cros-pd-update on Trogdor Doug Anderson
@ 2021-06-10 14:50 ` patchwork-bot+linux-arm-msm
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-arm-msm @ 2021-06-10 14:50 UTC (permalink / raw)
  To: Stephen Boyd; +Cc: linux-arm-msm

Hello:

This series was applied to qcom/linux.git (refs/heads/for-next):

On Tue,  1 Jun 2021 11:59:58 -0700 you wrote:
> This compatible string isn't present upstream. Let's drop the node as it
> isn't used.
> 
> Cc: Douglas Anderson <dianders@chromium.org>
> Signed-off-by: Stephen Boyd <swboyd@chromium.org>
> ---
>  arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 4 ----
>  1 file changed, 4 deletions(-)
> 
> [...]

Here is the summary with links:
  - [1/2] arm64: dts: qcom: Remove cros-pd-update on Trogdor
    https://git.kernel.org/qcom/c/f298167092fe
  - [2/2] arm64: dts: qcom: Remove cros-pd-update on Cheza
    https://git.kernel.org/qcom/c/62b837469e99

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-06-10 14:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 18:59 [PATCH 1/2] arm64: dts: qcom: Remove cros-pd-update on Trogdor Stephen Boyd
2021-06-01 18:59 ` [PATCH 2/2] arm64: dts: qcom: Remove cros-pd-update on Cheza Stephen Boyd
2021-06-02  0:03   ` Doug Anderson
2021-06-02  0:02 ` [PATCH 1/2] arm64: dts: qcom: Remove cros-pd-update on Trogdor Doug Anderson
2021-06-10 14:50 ` patchwork-bot+linux-arm-msm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).