]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mips: use of_platform_default_populate() to populate default bus
authorKefeng Wang <wangkefeng.wang@huawei.com>
Wed, 1 Jun 2016 06:53:06 +0000 (14:53 +0800)
committerRob Herring <robh@kernel.org>
Thu, 23 Jun 2016 20:00:42 +0000 (15:00 -0500)
commit1a1d2f9968660e016883b21c499158c08d9c87bf
tree7ba811fe0da6f4dad1f46577891e5e678732e152
parent435ebcbc9fee4e8af037d293c89de60be3605c66
mips: use of_platform_default_populate() to populate default bus

Use helper of_platform_default_populate() in linux/of_platform
when possible, instead of calling of_platform_populate() with
the default match table.

Cc: Joshua Henderson <joshua.henderson@microchip.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Rob Herring <robh@kernel.org>
arch/mips/pic32/pic32mzda/init.c