On Tue, Feb 25, 2025 at 11:42:43AM +, Caleb Connolly wrote:
[ . . . ]
> > +static int ipq9574_enable(struct clk *clk)
> > +{
> > + struct msm_clk_priv *priv = dev_get_priv(clk->dev);
> > +
> > + debug("%s: clk %s\n", __func__, ipq9574_clks[clk->id].name);
> > +
> > + switch (clk->id) {
Hiya,
On 2/25/25 06:52, Varadarajan Narayanan wrote:
Add initial set of clocks and resets for enabling U-Boot on ipq9574
based RDP platforms.
Reviewed-by: Caleb Connolly
Signed-off-by: Varadarajan Narayanan
---
v3: Use gate clk framework
v2: Combined driver file and makefile/kconfig changes
Add initial set of clocks and resets for enabling U-Boot on ipq9574
based RDP platforms.
Reviewed-by: Caleb Connolly
Signed-off-by: Varadarajan Narayanan
---
v3: Use gate clk framework
v2: Combined driver file and makefile/kconfig changes into one patch
---
drivers/clk/qcom/Kconfig |
3 matches
Mail list logo