]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ARM: at91: remove unnecessary of_platform_default_populate calls
authorRob Herring (Arm) <robh@kernel.org>
Mon, 5 Jan 2026 21:06:45 +0000 (15:06 -0600)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Sat, 10 Jan 2026 15:35:02 +0000 (17:35 +0200)
commit0b0f7e6539a7507689445f8a0cace17305272bfe
tree2484905c4662578272598c800b7c0188865b88e2
parentef45b853ed8c3a904eaeeccea02b8c2c49891955
ARM: at91: remove unnecessary of_platform_default_populate calls

The DT core will call of_platform_default_populate, so it is not
necessary for machine specific code to call it unless there are custom
match entries, auxdata or parent device. Neither of those apply here, so
remove the call.

Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Tested-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20260105-at91-probe-v3-3-594013ff2965@kernel.org
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/mach-at91/at91rm9200.c
arch/arm/mach-at91/at91sam9.c
arch/arm/mach-at91/sam9x60.c
arch/arm/mach-at91/sam9x7.c
arch/arm/mach-at91/sama5.c
arch/arm/mach-at91/sama7.c