clk: ti: drop unnecessary MEMMAP_ADDRESSING flag
This has been superceded by the usage of ti_clk_ll_ops for now. Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
@@ -194,7 +194,6 @@ static void __init of_dra7_apll_setup(struct device_node *node)
|
||||
|
||||
clk_hw->dpll_data = ad;
|
||||
clk_hw->hw.init = init;
|
||||
clk_hw->flags = MEMMAP_ADDRESSING;
|
||||
|
||||
init->name = node->name;
|
||||
init->ops = &apll_ck_ops;
|
||||
|
Reference in New Issue
Block a user