Re: [PATCH v6 16/20] clk: add support for clocks provided by SCMI
From: Stephen Boyd <sboyd@kernel.org>
Date: 2018-03-20 16:22:12
Also in:
linux-arm-kernel, linux-devicetree, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2018-03-20 16:22:12
Also in:
linux-arm-kernel, linux-devicetree, lkml
Quoting Sudeep Holla (2018-03-20 05:08:51)
=
quoted
quoted
+} + +static void scmi_clocks_remove(struct scmi_device *sdev) +{ + struct device *dev =3D &sdev->dev; + struct device_node *np =3D dev->of_node; + + of_clk_del_provider(np); +} +=
quoted
Drop? =
=
Sure, I will have to do these changes as add-on patch as this original patch is already queued in ARM SoC tree for v4.17 =
Ok!