]> asedeno.scripts.mit.edu Git - linux.git/commit
memory: omap-gpmc: use of_platform_default_populate() to populate default bus
authorKefeng Wang <wangkefeng.wang@huawei.com>
Wed, 1 Jun 2016 06:53:09 +0000 (14:53 +0800)
committerRob Herring <robh@kernel.org>
Thu, 23 Jun 2016 20:00:55 +0000 (15:00 -0500)
commit9f2c519c9f27d804b54422afd31a17335b32a556
tree65d003937a9ab39be741a3cce08a22e146f608fc
parent2cf669243ecb6c1bf0d39e54710c4c24ef0ab4da
memory: omap-gpmc: 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.

Acked-by: Roger Quadros <rogerq@ti.com>
Cc: Roger Quadros <rogerq@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/memory/omap-gpmc.c