On 11/11/2024 6:52 PM, Heinrich Schuchardt wrote: > On 11/11/24 03:07, Hal Feng wrote: >> As JH7110 switch to use OF_UPSTREAM dt-bindings, >> remove the redundant clock and reset definitions. >> >> Signed-off-by: Hal Feng <hal.f...@starfivetech.com> > > After merging patches 1-3 I get: > > CC env/common.o > drivers/clk/starfive/clk-jh7110.c: In function ‘jh7110_stgcrg_init’: > drivers/clk/starfive/clk-jh7110.c:498:36: error: ‘JH7110_STGCLK_USB_APB’ > undeclared (first use in this function); did you mean > ‘JH7110_STGCLK_USB0_APB’? > 498 | clk_dm(JH7110_STG_ID_TRANS(JH7110_STGCLK_USB_APB), > | ^~~~~~~~~~~~~~~~~~~~~ > > We want git bisect to work. This requires successfully building after > each individual patch. >
Got it. Will make some changes to make sure git bisect works. Thanks. Best regards, Hal