arm64: dts: exynos: gs101: move serial_0 pinctrl-0/names to dtsi

The pinctrl nodes are coming from the shared gs101-pinctrl.dtsi,
thus the pinctrl-0/names shall stay in dtsi. Move them.

Reviewed-by: André Draszik <andre.draszik@linaro.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Link: https://lore.kernel.org/r/20240326151301.348932-3-tudor.ambarus@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Tudor Ambarus 2024-03-26 15:12:58 +00:00 committed by Krzysztof Kozlowski
parent 7d7df01461
commit 73618dfa70
2 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,6 @@
};
&serial_0 {
pinctrl-0 = <&uart0_bus>;
pinctrl-names = "default";
status = "okay";
};

View File

@ -424,6 +424,8 @@
clocks = <&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP1_PCLK_0>,
<&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP1_IPCLK_0>;
clock-names = "uart", "clk_uart_baud0";
pinctrl-0 = <&uart0_bus>;
pinctrl-names = "default";
samsung,uart-fifosize = <256>;
status = "disabled";
};