Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Sudeep Holla and committed by
Arnd Bergmann
b44c11d8 74d96409

+1 -1
+1 -1
arch/arm/boot/dts/nspire/nspire.dtsi
··· 161 161 }; 162 162 163 163 watchdog: watchdog@90060000 { 164 - compatible = "arm,amba-primecell"; 164 + compatible = "arm,primecell"; 165 165 reg = <0x90060000 0x1000>; 166 166 interrupts = <3>; 167 167 };