Skip to content

Commit d8c326b

Browse files
jaewon02kimkrzk
authored andcommitted
arm64: dts: exynos: Use pinctrl macros for exynos5433-tm2
Use pinctrl macro instead of hard-coded number. This makes the code more readable. Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com> Link: https://lore.kernel.org/r/20230912055635.49092-1-jaewon02.kim@samsung.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 4179ae9 commit d8c326b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@
11021102

11031103
te_irq: te-irq-pins {
11041104
samsung,pins = "gpf1-3";
1105-
samsung,pin-function = <0xf>;
1105+
samsung,pin-function = <EXYNOS_PIN_FUNC_EINT>;
11061106
};
11071107
};
11081108

0 commit comments

Comments
 (0)