[media] c8sectpfe: Update binding to reset-gpios
reset-gpios is more clear than rst-gpio. This change has been done as one atomic commit but it does breaks compatability with older dtbs. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
d90394b5eb
commit
0014eb755e
@@ -823,7 +823,7 @@ static int c8sectpfe_probe(struct platform_device *pdev)
|
||||
}
|
||||
of_node_put(i2c_bus);
|
||||
|
||||
tsin->rst_gpio = of_get_named_gpio(child, "rst-gpio", 0);
|
||||
tsin->rst_gpio = of_get_named_gpio(child, "reset-gpios", 0);
|
||||
|
||||
ret = gpio_is_valid(tsin->rst_gpio);
|
||||
if (!ret) {
|
||||
|
Reference in New Issue
Block a user