Alexandre Mergnat <amergnat@xxxxxxxxxxxx> writes: > This commits are based on the Fabien Parent <fparent@xxxxxxxxxxxx> work. > > The purpose of this series is to add the following HWs / IPs support for > the mt8365-evk board: > - Watchdog > - Power Management Integrated Circuit "PMIC" wrapper > - MT6357 PMIC > - MultiMediaCard "MMC" & Secure Digital "SD" controller > - USB controller > - Ethernet MAC controller > > Add CPU Freq & IDLE support for this board. > > This series depends to anothers which add support for MT8365 EVK board > [1] and the MT8365 I2C support [2]. Both are currently applied. > > The DTB check may failed/warn about pinctrl binding, but it should be > fixed thanks to this serie [3] It's not just the DTB check that that depends on the pinctrl binding series. Patch 2 of this series touches the pinctrl bindings, and does not apply unless the pinctrl series is also applied. IOW, I needed to apply [1], [2] and [3] to mainline in order to apply this series. After applying the dependencies, the kernel fails to build: ../arch/arm64/boot/dts/mediatek/mt8365-evk.dts:15:10: fatal error: mt6357.dtsi: No such file or directory 15 | #include "mt6357.dtsi" | ^~~~~~~~~~~~~ compilation terminated. With lots of dependencies like this, it would be useful for you to push a temporary branch on mainline where you've applied all the dependencies so we can better see what the dependencies actually are. Kevin