]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ARM: dts: arm: realview: Fix development chip ROM compatible value
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 30 Aug 2023 15:03:04 +0000 (17:03 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 21 Feb 2024 22:30:01 +0000 (23:30 +0100)
commit3baa4c5143d65ebab2de0d99a395e5f4f1f46608
treefe1ff9b3a3ae797e14bc22848002f5909af075f8
parent6613476e225e090cc9aad49be7fa504e290dd33d
ARM: dts: arm: realview: Fix development chip ROM compatible value

When the development chip ROM was added, the "direct-mapped" compatible
value was already obsolete.  In addition, the device node lacked the
accompanying "probe-type" property, causing the old physmap_of_core
driver to fall back to trying all available probe types.
Unfortunately this fallback was lost when the DT and pdata cases were
merged.

Fix this by using the modern "mtd-rom" compatible value instead.

Fixes: 5c3f5edbe0a1dff3 ("ARM: realview: add flash devices to the PB1176 DTS")
Fixes: 642b1e8dbed7bbbf ("mtd: maps: Merge physmap_of.c into physmap-core.c")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/arm/arm-realview-pb1176.dts