Re: [PATCH v7 1/6] i2c: xiic: skip input clock setup on non-OF systems
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-01-29 22:43:54
Also in:
linux-devicetree, linux-i2c, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2026-01-29 22:43:54
Also in:
linux-devicetree, linux-i2c, lkml
On Thu, Jan 29, 2026 at 09:43:13PM +0000, Abdurrahman Hussain via B4 Relay wrote:
From: Abdurrahman Hussain <abdurrahman@nexthop.ai> The xiic driver supports operation without explicit clock configuration when clocks cannot be specified via firmware, such as on ACPI-based systems.
Are you saying it is technically impossible to specify a clock in ACPI? Maybe a more accurate would be: The xiic driver supports operation without explicit clock configuration when the clocks are not specified via firmware, such as when the ACPI tables are missing the description of the clocks. Andrew