diff options
author | Michael Trimarchi <michael@amarulasolutions.com> | 2015-11-15 11:38:04 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-11-25 13:20:18 +0800 |
commit | 2e133f61882baefaf89dc79c56a7975d80360ef4 (patch) | |
tree | c62ef73bd5bb73419971f199959c58f1baced96a /fs/cramfs/inode.c | |
parent | 4824b61c666831e1051530c7f0ff68b0ae6c2511 (diff) |
clk: imx: clk-imx6q: Let OSC to be routed to anaclk2/2b
OSC can be used as USB hub source clock. An example we can route to
CLK2_P imx6 pin.
This show a usage example:
[...]
usb_hub: usb-hub {
compatible = "smsc,usb3503a";
clocks = <&clks IMX6QDL_CLK_LVDS2_GATE>;
clock-names = "refclk";
};
};
[...]
&clks {
assigned-clocks = <&clks IMX6QDL_CLK_LVDS2_SEL>;
assigned-clock-parents = <&clks IMX6QDL_CLK_OSC>;
};
/sys/kernel/debug/clk/clk_summary
osc 5 5 24000000 0 0
[...]
lvds2_sel 1 1 24000000 0 0
lvds2_gate 1 1 24000000 0 0
[...]
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'fs/cramfs/inode.c')
0 files changed, 0 insertions, 0 deletions