[PATCH 6/6] i2c: imx-lpi2c: handle IPG clock

Krzysztof Kozlowski krzysztof.kozlowski at linaro.org
Fri Aug 12 11:58:10 PDT 2022


On 12/08/2022 13:13, Krzysztof Kozlowski wrote:
>> +
>> +	lpi2c_imx->clk_ipg = devm_clk_get(&pdev->dev, "ipg");
>> +	if (IS_ERR(lpi2c_imx->clk_ipg)) {
>> +		dev_err(&pdev->dev, "can't get I2C ipg clock\n");
>> +		return PTR_ERR(lpi2c_imx->clk_ipg);
>>  	}
> 
> You just broke all DTS...

And Rob's bot agrees (through bindings):
https://lore.kernel.org/all/1660317233.465911.168987.nullmailer@robh.at.kernel.org/

Best regards,
Krzysztof



More information about the linux-arm-kernel mailing list