Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 7377330a authored by Maxime Ripard's avatar Maxime Ripard
Browse files

soc: sunxi: Add the A13, A23 and H3 system control compatibles



The A13, A23 and H3 have variations of the system controls, in part due to
the SRAM that are available (and can be mapped) in the SoC.

In order to make it future proof, let's add compatibles for these SoCs in
the driver.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 5fdec16b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -369,6 +369,18 @@ static const struct of_device_id sunxi_sram_dt_match[] = {
		.compatible = "allwinner,sun4i-a10-system-control",
		.data = &sun4i_a10_sramc_variant,
	},
	{
		.compatible = "allwinner,sun5i-a13-system-control",
		.data = &sun4i_a10_sramc_variant,
	},
	{
		.compatible = "allwinner,sun8i-a23-system-control",
		.data = &sun4i_a10_sramc_variant,
	},
	{
		.compatible = "allwinner,sun8i-h3-system-control",
		.data = &sun4i_a10_sramc_variant,
	},
	{
		.compatible = "allwinner,sun50i-a64-sram-controller",
		.data = &sun50i_a64_sramc_variant,