Hi all, I need to send a patch for fixing the build issue for r9a09g057h48-kakip.dts as this board is introduced in latest renesas-devel/linux-next[1]. I will send next version, after getting some feedback on the current series. arch/arm64/boot/dts/renesas/r9a09g057h48-kakip.dts:42.36-50.4: ERROR (duplicate_label): /regulator-vccq-sdhi0: Duplicate label 'vqmmc_sdhi0' on /regulator-vccq-sdhi0 and /soc/mmc@15c00000/vqmmc-regulator Cheers, Biju > -----Original Message----- > From: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > Sent: 31 January 2025 11:29 > Subject: [PATCH v2 5/8] arm64: dts: renesas: r9a09g057: Add support for enabling SDHI internal > regulator > > Add support for enabling SDHI internal regulator, by overriding the status on the board DTS, when > needed. > > While at it, rename the gpio regulator label vqmmc_sdhi1->vqmmc_sdhi1_gpio to avoid conflicts with > internal regulator node names. > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > --- > v2: > * New patch. > --- > arch/arm64/boot/dts/renesas/r9a09g057.dtsi | 21 +++++++++++++++++++ > .../dts/renesas/r9a09g057h44-rzv2h-evk.dts | 4 ++-- > 2 files changed, 23 insertions(+), 2 deletions(-) >