On 17/03/2024 20:37, Ayush Singh wrote: > DONOTMERGE Why? Explain then the purpose of this patch. > > this patch depends on patch 1 How? I don't see any dependency. > > Add mikroBUS connector support for Beagleplay. > > Co-developed-by: Vaishnav M A <vaishnav@xxxxxxxxxxxxxxx> > Signed-off-by: Vaishnav M A <vaishnav@xxxxxxxxxxxxxxx> > Signed-off-by: Ayush Singh <ayushdevel1325@xxxxxxxxx> > --- > .../arm64/boot/dts/ti/k3-am625-beagleplay.dts | 80 +++++++++++++++++-- > 1 file changed, 72 insertions(+), 8 deletions(-) > > diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts > index a34e0df2ab86..e1dce1b80153 100644 > --- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts > +++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts > @@ -29,6 +29,7 @@ aliases { > i2c3 = &main_i2c3; > i2c4 = &wkup_i2c0; > i2c5 = &mcu_i2c0; > + mikrobus0 = &mikrobus0; > mmc0 = &sdhci0; > mmc1 = &sdhci1; > mmc2 = &sdhci2; > @@ -230,6 +231,38 @@ simple-audio-card,codec { > }; > }; > Best regards, Krzysztof