Hi Anshul, Tom, On Tue, Oct 14, 2025 at 5:58 AM Anshul Dalal <[email protected]> wrote: > > Hi Yegor, > > On Mon Oct 13, 2025 at 6:39 PM IST, yegorslists wrote: > > From: Yegor Yefremov <[email protected]> > > > > Could you explain a bit more about why this change is needed in the > commit description?
Both are required for GPIO drivers to work. At least, for the OF setup. Should I add this description or can we embed them as dependencies for CONFIG_OMAP_GPIO? Regards, Yegor > Regards, > Anshul > > > Signed-off-by: Yegor Yefremov <[email protected]> > > --- > > configs/am335x_baltos_defconfig | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/configs/am335x_baltos_defconfig > > b/configs/am335x_baltos_defconfig > > index 5c43503ff32..93a5fb94adf 100644 > > --- a/configs/am335x_baltos_defconfig > > +++ b/configs/am335x_baltos_defconfig > > @@ -53,8 +53,9 @@ CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y > > CONFIG_VERSION_VARIABLE=y > > CONFIG_NET_RETRY_COUNT=10 > > CONFIG_BOOTP_SEND_HOSTNAME=y > > -# CONFIG_TI_SYSC is not set > > CONFIG_BOOTCOUNT_LIMIT=y > > +CONFIG_CLK=y > > +CONFIG_CLK_TI_CTRL=y > > CONFIG_DM_I2C=y > > CONFIG_SPL_SYS_I2C_LEGACY=y > > CONFIG_SYS_I2C_EEPROM_ADDR=0x50 >

