Commit 30ed024f authored by Stanimir Varbanov's avatar Stanimir Varbanov Committed by Lee Jones
Browse files

mfd: bcm2835-pm: Add support for BCM2712



The BCM2712 SoC has PM block but lacks the "asb" and "rpivid_asb"
register spaces, and doesn't need clock(s).  Add a compatible
string for bcm2712 to allow probe of bcm2835-wdt and
bcm2835-power drivers.

Signed-off-by: default avatarStanimir Varbanov <svarbanov@suse.de>
Reviewed-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
Link: https://patch.msgid.link/20250917063233.1270-4-svarbanov@suse.de


Signed-off-by: default avatarLee Jones <lee@kernel.org>
parent ecf6bc47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ static const struct of_device_id bcm2835_pm_of_match[] = {
	{ .compatible = "brcm,bcm2835-pm-wdt", },
	{ .compatible = "brcm,bcm2835-pm", },
	{ .compatible = "brcm,bcm2711-pm", },
	{ .compatible = "brcm,bcm2712-pm", },
	{},
};
MODULE_DEVICE_TABLE(of, bcm2835_pm_of_match);