>> @@ -47,6 +47,11 @@ static struct clk clk_sclk_usbphy1 = {
>> .id = -1,
>> };
>>
>> +static struct clk dummy_apb_pclk = {
>> + .name = "apb_pclk",
>> + .id = -1,
>> +};
>> +
> What is the need to creating "dummy_apb_pclk" ?
I guess this is right, because amba device should call amba_device_reigster and
this function requires apb_pclk, even if that is dummy clock.
>>
>> static int exynos4_clksrc_mask_top_ctrl(struct clk *clk, int enable)
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html