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

Commit dd47e972 authored by Thor Thayer's avatar Thor Thayer Committed by Lee Jones
Browse files

mfd: altr_a10sr: Add Arria10 DevKit Reset Controller



Add Peripheral PHY Reset Controller to the Arria10
Development Kit System Resource Chip's MFD.

Signed-off-by: default avatarThor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 8fafcd99
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -33,6 +33,10 @@ static const struct mfd_cell altr_a10sr_subdev_info[] = {
		.name = "altr_a10sr_gpio",
		.name = "altr_a10sr_gpio",
		.of_compatible = "altr,a10sr-gpio",
		.of_compatible = "altr,a10sr-gpio",
	},
	},
	{
		.name = "altr_a10sr_reset",
		.of_compatible = "altr,a10sr-reset",
	},
};
};


static bool altr_a10sr_reg_readable(struct device *dev, unsigned int reg)
static bool altr_a10sr_reg_readable(struct device *dev, unsigned int reg)