Skip to content

Commit d8c326b

Browse files
jwn0222krzk
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 4179ae9 commit d8c326b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)