|
@@ -582,7 +582,7 @@ static int imx_tve_bind(struct device *dev, struct device *master, void *data)
|
|
tve->dev = dev;
|
|
tve->dev = dev;
|
|
spin_lock_init(&tve->lock);
|
|
spin_lock_init(&tve->lock);
|
|
|
|
|
|
- ddc_node = of_parse_phandle(np, "i2c-ddc-bus", 0);
|
|
|
|
|
|
+ ddc_node = of_parse_phandle(np, "ddc-i2c-bus", 0);
|
|
if (ddc_node) {
|
|
if (ddc_node) {
|
|
tve->ddc = of_find_i2c_adapter_by_node(ddc_node);
|
|
tve->ddc = of_find_i2c_adapter_by_node(ddc_node);
|
|
of_node_put(ddc_node);
|
|
of_node_put(ddc_node);
|