commit | 3f9c23905cd69b1260137a6f3cb4aa45c28e4344 | [log] [tgz] |
---|---|---|
author | Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> | Tue Jan 07 02:26:00 2020 -0700 |
committer | Michal Simek <michal.simek@xilinx.com> | Tue Jan 14 09:05:55 2020 +0100 |
tree | 600a23d94a5da25d62868d009d52b365b7041d75 | |
parent | 268695dbd185187ec87404a086c9097384ae86b9 [diff] |
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>