Commit d8c326bd authored by Jaewon Kim's avatar Jaewon Kim Committed by Krzysztof Kozlowski
Browse files

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: default avatarJaewon Kim <jaewon02.kim@samsung.com>
Link: https://lore.kernel.org/r/20230912055635.49092-1-jaewon02.kim@samsung.com


Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 4179ae98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1102,7 +1102,7 @@ initial_alive: initial-state {

	te_irq: te-irq-pins {
		samsung,pins = "gpf1-3";
		samsung,pin-function = <0xf>;
		samsung,pin-function = <EXYNOS_PIN_FUNC_EINT>;
	};
};