firmware: Remove probe which is causing extra bind
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>
Tue, 7 Jan 2020 09:26:00 +0000 (02:26 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 14 Jan 2020 08:05:55 +0000 (09:05 +0100)
commit3f9c23905cd69b1260137a6f3cb4aa45c28e4344
tree600a23d94a5da25d62868d009d52b365b7041d75
parent268695dbd185187ec87404a086c9097384ae86b9
firmware: Remove probe which is causing extra bind

Remove probe function dm_scan_fdt_dev from zynqmp-firmware driver.
It is just binding its subnode zynqmp-clk.
As a result one extra node is showing up in dm tree.

This is not required, it is anyway bound from it's own zynqmp-clk driver.

Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/firmware/firmware-zynqmp.c