[PATCH 0/2] arm64: dts: mediatek: Fix pinfunc headers of two SoCs

Igor Belwon posted 2 patches 4 weeks, 1 day ago
arch/arm64/boot/dts/mediatek/mt6878-pinfunc.h | 2 +-
arch/arm64/boot/dts/mediatek/mt6893-pinfunc.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] arm64: dts: mediatek: Fix pinfunc headers of two SoCs
Posted by Igor Belwon 4 weeks, 1 day ago
Hi,

these pinfunc headers were including a header ('mt65xx.h') which is
outside of the search path (it's in dt-bindings), thus causing a
build failure (CI couldn't catch this since 6878/6893 don't have DTs
merged in yet). Use the correct path, following other SoC pinfunc
headers.

Best regards,
Igor

Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
---
Igor Belwon (2):
      arm64: dts: mediatek: mt6878-pinfunc: Fix pinctrl header path
      arm64: dts: mediatek: mt6893-pinfunc: Fix pinctrl header path

 arch/arm64/boot/dts/mediatek/mt6878-pinfunc.h | 2 +-
 arch/arm64/boot/dts/mediatek/mt6893-pinfunc.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 8d3ae59288f1e7d58d76558a6ee96d533bc5019f
change-id: 20260828-mt6878-header-fix-8bd142b196cf

Best regards,
-- 
Igor Belwon <igor.belwon@mentallysanemainliners.org>
Re: [PATCH 0/2] arm64: dts: mediatek: Fix pinfunc headers of two SoCs
Posted by AngeloGioacchino Del Regno 2 weeks, 4 days ago
On Fri, 28 Aug 2026 15:52:45 +0200, Igor Belwon wrote:
> these pinfunc headers were including a header ('mt65xx.h') which is
> outside of the search path (it's in dt-bindings), thus causing a
> build failure (CI couldn't catch this since 6878/6893 don't have DTs
> merged in yet). Use the correct path, following other SoC pinfunc
> headers.
> 
> Best regards,
> Igor
> 
> [...]

Applied to v7.3-next/dts64, thanks!

[1/2] arm64: dts: mediatek: mt6878-pinfunc: Fix pinctrl header path
      commit: 9b9c33336d2c25b6ef8758af3ce3c1802d26ca25
[2/2] arm64: dts: mediatek: mt6893-pinfunc: Fix pinctrl header path
      commit: 863d48714194bfcdb917b2ec35531e40df40cb87

Cheers,
Angelo