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 <[email protected]> Reviewed-by: Alim Akhtar <[email protected]> Reviewed-by: Peter Griffin <[email protected]> Signed-off-by: Tudor Ambarus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 7d7df01 commit 73618df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)