ARM: dts: ux500: Use "arm,pl031" compatible for PL031
authorStephan Gerhold <stephan@gerhold.net>
Sun, 24 Nov 2019 20:51:10 +0000 (21:51 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 9 Dec 2019 13:45:01 +0000 (14:45 +0100)
commitb2ee5877508b491ce7d18fc50b2c7b670aef1b79
tree75e5fddc1d56482202b9a9125e0468e398243464
parent02234ee9e4d7b013b0170bd950b895bc845ebeb9
ARM: dts: ux500: Use "arm,pl031" compatible for PL031

The Ux500 device tree uses "arm,rtc-pl031" as compatible for PL031.
All other boards in Linux describe it using "arm,pl031" instead.
This works because the compatible is not actually used in Linux:
AMBA devices get probed based on "arm,primecell" and their peripheral ID.

Nevertheless, some other projects (e.g. U-Boot) rely on the compatible
to probe the device with the correct driver. Those will look for
"arm,pl031" instead of "arm,rtc-pl031", preventing the RTC from being
probed.

Change it to "arm,pl031" to match all other boards.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20191124205110.48031-1-stephan@gerhold.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/ste-dbx5x0.dtsi