diff options
| author | Igor Belwon <igor.belwon@mentallysanemainliners.org> | 2026-08-28 15:52:47 +0200 |
|---|---|---|
| committer | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2026-09-08 09:13:24 +0200 |
| commit | 863d48714194bfcdb917b2ec35531e40df40cb87 (patch) | |
| tree | 688c5662103d5c00c4500b4911b6d6798486aa4a | |
| parent | 9b9c33336d2c25b6ef8758af3ce3c1802d26ca25 (diff) | |
| download | linux-next-863d48714194bfcdb917b2ec35531e40df40cb87.tar.gz linux-next-863d48714194bfcdb917b2ec35531e40df40cb87.zip | |
arm64: dts: mediatek: mt6893-pinfunc: Fix pinctrl header path
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@mentallysanemainliners.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
| -rw-r--r-- | arch/arm64/boot/dts/mediatek/mt6893-pinfunc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
