Restructuring SCMI-clk module
The current implementation of agent table in SCMI-clock doesn't follow the standard SCP framework. It is now restructured to do so, i.e. each agent is treated as an element as the agent table is initialized in the standard element_init() function.
This also removes some redundant function call across the module.