diff options
author | Sudeep Holla <sudeep.holla@arm.com> | 2023-07-11 11:26:17 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-07-21 13:38:29 +0200 |
commit | b44c11d86b7a170e657030cbd4ff6067e233e8fb (patch) | |
tree | c6beb12379e66e6468787572e445546142df6c11 /arch | |
parent | Merge tag 'juno-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sud... (diff) | |
download | linux-b44c11d86b7a170e657030cbd4ff6067e233e8fb.tar.xz linux-b44c11d86b7a170e657030cbd4ff6067e233e8fb.zip |
ARM: dts: nspire: Fix arm primecell compatible string
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/nspire/nspire.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ }; watchdog: watchdog@90060000 { - compatible = "arm,amba-primecell"; + compatible = "arm,primecell"; reg = <0x90060000 0x1000>; interrupts = <3>; }; |