Skip to content

Commit 73618df

Browse files
ambaruskrzk
authored andcommitted
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>
1 parent 7d7df01 commit 73618df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/exynos/google/gs101-oriole.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@
103103
};
104104

105105
&serial_0 {
106-
pinctrl-0 = <&uart0_bus>;
107-
pinctrl-names = "default";
108106
status = "okay";
109107
};
110108

arch/arm64/boot/dts/exynos/google/gs101.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,8 @@
424424
clocks = <&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP1_PCLK_0>,
425425
<&cmu_peric0 CLK_GOUT_PERIC0_PERIC0_TOP1_IPCLK_0>;
426426
clock-names = "uart", "clk_uart_baud0";
427+
pinctrl-0 = <&uart0_bus>;
428+
pinctrl-names = "default";
427429
samsung,uart-fifosize = <256>;
428430
status = "disabled";
429431
};

0 commit comments

Comments
 (0)