mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
ARM: tegra: clocks: Add shared emc clocks for ehci driver
Change-Id: I02f9d798159e14007fa2e5abfc3493a2d779d515 Signed-off-by: Benoit Goby <benoit@android.com>
This commit is contained in:
parent
69f118a448
commit
d3cd98591c
|
|
@ -2025,6 +2025,9 @@ struct clk tegra_list_clks[] = {
|
|||
SHARED_CLK("disp2.emc", "tegradc.1", "emc", &tegra_clk_emc),
|
||||
SHARED_CLK("hdmi.emc", "hdmi", "emc", &tegra_clk_emc),
|
||||
SHARED_CLK("host.emc", "tegra_grhost", "emc", &tegra_clk_emc),
|
||||
SHARED_CLK("usbd.emc", "tegra-ehci.0", "emc", &tegra_clk_emc),
|
||||
SHARED_CLK("usb2.emc", "tegra-ehci.1", "emc", &tegra_clk_emc),
|
||||
SHARED_CLK("usb3.emc", "tegra-ehci.2", "emc", &tegra_clk_emc),
|
||||
};
|
||||
|
||||
#define CLK_DUPLICATE(_name, _dev, _con) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user