[PATCH v5 29/44] ARM: da8xx: add new USB PHY clock init using common clock framework

Sekhar Nori nsekhar at ti.com
Thu Jan 18 07:14:24 PST 2018


On Monday 08 January 2018 07:47 AM, David Lechner wrote:
> +int __init da8xx_register_usb20_phy_clk(bool use_usb_refclkin)
> +{
> +	struct regmap *cfgchip;
> +	struct clk *usb0_psc_clk, *clk;
> +	struct clk_hw *parent;
> +
> +	cfgchip = syscon_regmap_lookup_by_compatible("ti,da830-cfgchip");

Am I right in understanding that this API is only called for non-DT
boot? If yes, do we really need the lookup by compatible?

Thanks,
Sekhar



More information about the linux-arm-kernel mailing list