Hi, I was wondering if anyone might be able to help me out with defining the clock hierarchy for the MSM8909. It looks in general really similar to MSM8916, however these two clocks are not documented in the register reference: static struct clk_rcg2 pcnoc_bfdcd_clk_src = { .cmd_rcgr = 0x27000, .hid_width = 5, .parent_map = gcc_xo_gpll0_bimc_map, .clkr.hw.init = &(struct clk_init_data){ .name = "pcnoc_bfdcd_clk_src", .parent_names = gcc_xo_gpll0_bimc, .num_parents = 3, .ops = &clk_rcg2_ops, }, }; static struct clk_rcg2 system_noc_bfdcd_clk_src = { .cmd_rcgr = 0x26004, .hid_width = 5, .parent_map = gcc_xo_gpll0_bimc_map, .clkr.hw.init = &(struct clk_init_data){ .name = "system_noc_bfdcd_clk_src", .parent_names = gcc_xo_gpll0_bimc, .num_parents = 3, .ops = &clk_rcg2_ops, }, }; These two are the parents of a bunch of important branch clocks however, for example various AHB and AXI clocks e.g. gcc_blsp1_ahb_clk. Does anyone know how the hierarchy should look with these clocks missing? Alternatively if anyone knows the number of the Qualcomm doc this stuff is documented in let me know and I can talk to our support contact. Thanks, -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html