commit | a4bdc49aaed6505d8f4b0d8d3572bc8745427673 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Mon Sep 02 10:20:17 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Nov 05 10:27:18 2019 +0100 |
tree | d0d10662ff703f1a7ca015626617b10218b7c6a9 | |
parent | 9dd1df866b5a8394602713da1431fa3c5198e755 [diff] |
misc: imx8: scu: simplify code to make it extendable clk and pinctrl will be get(probed) during each device probe, we don't need to probe them in scu driver. Only need to bind the sub-nodes (clk and iomuxc) of MU node with their drivers. So drop the code to probe the clk/pinctrl, and this patch will make it easy to add more subnodes. Signed-off-by: Peng Fan <peng.fan@nxp.com>