Re: [PATCH v7 0/6] i2c: xiic: use generic device property accessors

From: Andrew Lunn

Date: Thu Jan 29 2026 - 17:39:44 EST


> Skip clock setup on non-OF systems where clock cannot be provided.

I think 'cannot' is wrong here. Non-OF system technically could
provide a clock, using whatever binding method they use. Not having a
clock simply appears to be a limitation of your implementation.

Andrew