diff options
author | Andrew Davis <afd@ti.com> | 2022-10-18 23:15:24 +0200 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2022-10-28 15:15:11 +0200 |
commit | b5877d9b409cfd5667813e667cbc27192a0fb9ea (patch) | |
tree | 0d171aaf642878ec70d1ce4883d9e5f029ce673a /arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi | |
parent | arm64: dts: ti: k3-am64: Enable GPMC and ELM nodes at the board level (diff) | |
download | linux-b5877d9b409cfd5667813e667cbc27192a0fb9ea.tar.xz linux-b5877d9b409cfd5667813e667cbc27192a0fb9ea.zip |
arm64: dts: ti: k3-am62: Enable UART nodes at the board level
UART nodes defined in the top-level AM62x SoC dtsi files are incomplete
and will 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>
Reviewed-by: Bryan Brattlof <bb@ti.com>
Link: https://lore.kernel.org/r/20221018211533.21335-2-afd@ti.com
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi index 4090134676cf..94cfc549f644 100644 --- a/arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am62-wakeup.dtsi @@ -26,6 +26,7 @@ power-domains = <&k3_pds 114 TI_SCI_PD_EXCLUSIVE>; clocks = <&k3_clks 114 0>; clock-names = "fclk"; + status = "disabled"; }; wkup_i2c0: i2c@2b200000 { |