[PATCH 2/2] arm64: dts: mediatek: mt6893-pinfunc: Fix pinctrl header path
From: Igor Belwon
Date: Fri Aug 28 2026 - 09:58:26 EST
The header resides in the dt-bindings directory and not in the
dts/mediatek directory. Fix it as to avoid a build failure.
Fixes: c0f1fd9eeb317 ("arm64: dts: mediatek: Add MT6893 pinmux macro header file")
Signed-off-by: Igor Belwon <igor.belwon@xxxxxxxxxxxxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/mediatek/mt6893-pinfunc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt6893-pinfunc.h b/arch/arm64/boot/dts/mediatek/mt6893-pinfunc.h
index 982bc95c471c..7cda5c73fb68 100644
--- a/arch/arm64/boot/dts/mediatek/mt6893-pinfunc.h
+++ b/arch/arm64/boot/dts/mediatek/mt6893-pinfunc.h
@@ -7,7 +7,7 @@
#ifndef __MT6893_PINFUNC_H
#define __MT6893_PINFUNC_H
-#include "mt65xx.h"
+#include <dt-bindings/pinctrl/mt65xx.h>
#define PINMUX_GPIO0__FUNC_GPIO0 (MTK_PIN_NO(0) | 0)
#define PINMUX_GPIO0__FUNC_SPI6_CLK (MTK_PIN_NO(0) | 1)
--
2.55.0