summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 11:19:06 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-02-17 11:19:06 +1100
commit10f7828cef57c6fa2daf7b602185904927ec68f7 (patch)
tree4a029784ae626c8f9d3287a5542ff2937b8fe95c /drivers
parentaafe044efc00ca9cae482e3e5a81ccb506ad25f4 (diff)
parent7b1d4185050d204d638166e62b85c26c81326eff (diff)
Merge remote-tracking branch 'drm-tegra/drm/tegra/for-next'
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/host1x/bus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/host1x/bus.c b/drivers/gpu/host1x/bus.c
index c27858ae0552..eeb021fe6410 100644
--- a/drivers/gpu/host1x/bus.c
+++ b/drivers/gpu/host1x/bus.c
@@ -399,6 +399,7 @@ static int host1x_device_add(struct host1x *host1x,
dev_set_name(&device->dev, "%s", driver->driver.name);
of_dma_configure(&device->dev, host1x->dev->of_node);
device->dev.release = host1x_device_release;
+ device->dev.of_node = host1x->dev->of_node;
device->dev.bus = &host1x_bus_type;
device->dev.parent = host1x->dev;