All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: nspire: Fix arm primecell compatible string
@ 2023-07-11  9:26 Sudeep Holla
  2023-07-24 14:05 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Sudeep Holla @ 2023-07-11  9:26 UTC (permalink / raw)
  To: linux-kernel, arnd
  Cc: Sudeep Holla, soc, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, devicetree

Commit c44e0503e5fd ("docs: dt: fix documented Primecell compatible string")
removed the last occurrence of incorrect "arm,amba-primecell" compatible
string, but somehow one occurrence of the same is left in the nspire platform.

Fix the same by replacing it with the correct "arm,primecell" compatible.

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
 arch/arm/boot/dts/nspire/nspire.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Hi Arnd,

Couldn't find any maintainer for these platforms, hence cc-ing soc@kernel.org

Regards,
Sudeep

diff --git a/arch/arm/boot/dts/nspire/nspire.dtsi b/arch/arm/boot/dts/nspire/nspire.dtsi
index bb240e6a3a6f..088bcc38589f 100644
--- a/arch/arm/boot/dts/nspire/nspire.dtsi
+++ b/arch/arm/boot/dts/nspire/nspire.dtsi
@@ -161,7 +161,7 @@ timer1: timer@900d0000 {
 			};
 
 			watchdog: watchdog@90060000 {
-				compatible = "arm,amba-primecell";
+				compatible = "arm,primecell";
 				reg = <0x90060000 0x1000>;
 				interrupts = <3>;
 			};
-- 
2.41.0


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

* Re: [PATCH] ARM: dts: nspire: Fix arm primecell compatible string
  2023-07-11  9:26 [PATCH] ARM: dts: nspire: Fix arm primecell compatible string Sudeep Holla
@ 2023-07-24 14:05 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2023-07-24 14:05 UTC (permalink / raw)
  To: Sudeep Holla; +Cc: soc

Hello:

This patch was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 11 Jul 2023 10:26:17 +0100 you wrote:
> Commit c44e0503e5fd ("docs: dt: fix documented Primecell compatible string")
> removed the last occurrence of incorrect "arm,amba-primecell" compatible
> string, but somehow one occurrence of the same is left in the nspire platform.
> 
> Fix the same by replacing it with the correct "arm,primecell" compatible.
> 
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Conor Dooley <conor+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
> 
> [...]

Here is the summary with links:
  - ARM: dts: nspire: Fix arm primecell compatible string
    https://git.kernel.org/soc/soc/c/b44c11d86b7a

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] 2+ messages in thread

end of thread, other threads:[~2023-07-24 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-11  9:26 [PATCH] ARM: dts: nspire: Fix arm primecell compatible string Sudeep Holla
2023-07-24 14:05 ` patchwork-bot+linux-soc

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.