Home
last modified time | relevance | path

Searched refs:new_compat (Results 1 – 1 of 1) sorted by relevance

/arch/arm/mach-mvebu/
Dboard-v7.c129 struct property *new_compat; in i2c_quirk() local
131 new_compat = kzalloc(sizeof(*new_compat), GFP_KERNEL); in i2c_quirk()
133 new_compat->name = kstrdup("compatible", GFP_KERNEL); in i2c_quirk()
134 new_compat->length = sizeof("marvell,mv78230-a0-i2c"); in i2c_quirk()
135 new_compat->value = kstrdup("marvell,mv78230-a0-i2c", in i2c_quirk()
138 of_update_property(np, new_compat); in i2c_quirk()