arm64: dts: exynos: gs101: move serial_0 pinctrl-0/names to dtsi
authorTudor Ambarus <tudor.ambarus@linaro.org>
Tue, 26 Mar 2024 15:12:58 +0000 (15:12 +0000)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 28 Mar 2024 09:51:15 +0000 (10:51 +0100)
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>
arch/arm64/boot/dts/exynos/google/gs101-oriole.dts
arch/arm64/boot/dts/exynos/google/gs101.dtsi

index 40de2b0aa086a80be79ee3be384108715b177978..6be15e990b6515bc9ab5a9cb656e520a6d790fc0 100644 (file)
 };
 
 &serial_0 {
-       pinctrl-0 = <&uart0_bus>;
-       pinctrl-names = "default";
        status = "okay";
 };
 
index 5868c96c771fff9eff66fe497285fd759ab5ec40..a1aff219208a8492a304a7822e15d97f2e2bed90 100644 (file)
                                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";
                        };