mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 11:13:58 +08:00
mfd: ab8500-core: Add of_compatilbe property for ab8500-usb
Add of_comptabile string to the ab8500-usb cell to allow the driver to grab properties from device-tree when available. Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
03a8f438f5
commit
f201f730b8
@ -1108,6 +1108,7 @@ static struct mfd_cell ab8500_devs[] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "ab8500-usb",
|
.name = "ab8500-usb",
|
||||||
|
.of_compatible = "stericsson,ab8500-usb",
|
||||||
.num_resources = ARRAY_SIZE(ab8500_usb_resources),
|
.num_resources = ARRAY_SIZE(ab8500_usb_resources),
|
||||||
.resources = ab8500_usb_resources,
|
.resources = ab8500_usb_resources,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user