
1 Aug
2016
1 Aug
'16
8:22 p.m.
On 1 August 2016 at 11:57, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@nvidia.com
The BPMP bindings allow devices to be represented as child nodes of the BPMP node. This requires the driver to trigger scanning of its node for those child nodes.
Signed-off-by: Stephen Warren swarren@nvidia.com
v2: Use dm_scan_fdt_dev() to scan sub-nodes. This function was just added.
drivers/misc/tegra186_bpmp.c | 4 ++++ 1 file changed, 4 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org