commit | e5e89247a74bf35f0bbfd180a46f5bf75c086885 | [log] [tgz] |
---|---|---|
author | Leonard Crestez <leonard.crestez@nxp.com> | Mon Jun 10 14:06:38 2019 +0300 |
committer | Stephen Boyd <sboyd@kernel.org> | Tue Jun 25 14:53:10 2019 -0700 |
tree | 88f2c28a148ad995a84870baf6b34556502e8e0d | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 [diff] |
clk: Add clk_parent entry in debugfs This allows to easily determine the parent in shell scripts without parsing more complex files. Add the clk_parent file for all clks which can have a parent, not just muxes. This way it can be used to determine the clk tree structure without parsing more complex files. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>