Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Thor Thayer and committed by
Lee Jones
dd47e972 8fafcd99

+4
+4
drivers/mfd/altera-a10sr.c
··· 33 33 .name = "altr_a10sr_gpio", 34 34 .of_compatible = "altr,a10sr-gpio", 35 35 }, 36 + { 37 + .name = "altr_a10sr_reset", 38 + .of_compatible = "altr,a10sr-reset", 39 + }, 36 40 }; 37 41 38 42 static bool altr_a10sr_reg_readable(struct device *dev, unsigned int reg)