Skip to content

Commit b44c11d

Browse files
sudeep-hollaarndb
authored andcommitted
ARM: dts: nspire: Fix arm primecell compatible string
Commit c44e050 ("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>
1 parent 74d9640 commit b44c11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/nspire/nspire.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
};
162162

163163
watchdog: watchdog@90060000 {
164-
compatible = "arm,amba-primecell";
164+
compatible = "arm,primecell";
165165
reg = <0x90060000 0x1000>;
166166
interrupts = <3>;
167167
};

0 commit comments

Comments
 (0)