summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-10-28 17:24:07 +0300
committerNishanth Menon <nm@ti.com>2022-11-04 05:46:00 +0300
commit65e8781ac90e74242ebb1a98bf415809e8387aaf (patch)
treef5ee318368a55ea6b3d2272cf9279b263bc69dfa /arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
parente5bad300e46c5bd0c5cf0a89c74116fbbf608a8c (diff)
downloadlinux-65e8781ac90e74242ebb1a98bf415809e8387aaf.tar.xz
arm64: dts: ti: k3-am65: Enable UART nodes at the board level
UART nodes defined in the top-level AM65x SoC dtsi files are incomplete and may not be functional unless they are extended with pinmux information. As the pinmux is only known at the board integration level, these nodes should only be enabled when provided with this information. Disable the UART nodes in the dtsi files and only enable the ones that are actually pinned out on a given board. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Tested-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Bryan Brattlof <bb@ti.com> Link: https://lore.kernel.org/r/20221028142417.10642-2-afd@ti.com
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi')
-rw-r--r--arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
index 32b797237581..7b3087c19141 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
@@ -360,15 +360,13 @@
};
&main_uart1 {
+ status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&main_uart1_pins_default>;
};
-&main_uart2 {
- status = "disabled";
-};
-
&mcu_uart0 {
+ status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&arduino_uart_pins_default>;
};