/* Copyright 2022 The ChromiumOS Authors * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include #include "driver/charger/isl9241_public.h" #define ISL9241_CHG_COMPAT intersil_isl9241 #define CHG_CONFIG_ISL9241(id) \ { \ .i2c_port = I2C_PORT_BY_DEV(id), \ .i2c_addr_flags = DT_REG_ADDR(id), \ .drv = &isl9241_drv, \ },