]> git.itanic.dy.fi Git - linux-stable/commitdiff
ARM: dts: nspire: Fix arm primecell compatible string
authorSudeep Holla <sudeep.holla@arm.com>
Tue, 11 Jul 2023 09:26:17 +0000 (10:26 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Jul 2023 11:38:29 +0000 (13:38 +0200)
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>
Link: https://lore.kernel.org/r/20230711092617.1412815-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/nspire/nspire.dtsi

index bb240e6a3a6f14707307aae5fc66bf4740b78e0d..088bcc38589fb9ab7b88a92c36d0418b907f402b 100644 (file)
@@ -161,7 +161,7 @@ timer1: timer@900d0000 {
                        };
 
                        watchdog: watchdog@90060000 {
-                               compatible = "arm,amba-primecell";
+                               compatible = "arm,primecell";
                                reg = <0x90060000 0x1000>;
                                interrupts = <3>;
                        };