Skip to content

Commit

Permalink
arm64: dts: exynos: gs101: move serial_0 pinctrl-0/names to dtsi
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ambarus authored and krzk committed Mar 28, 2024
1 parent 7d7df01 commit 73618df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm64/boot/dts/exynos/google/gs101-oriole.dts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@
};

&serial_0 {
pinctrl-0 = <&uart0_bus>;
pinctrl-names = "default";
status = "okay";
};

Expand Down
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/exynos/google/gs101.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit 73618df

Please sign in to comment.