diff options
author | Vignesh R <vigneshr@ti.com> | 2018-12-12 10:48:06 +0530 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2018-12-14 09:57:10 +0200 |
commit | c484fc957219e95e023efe74bfc6cc189303e6f4 (patch) | |
tree | 078095a2d3578845bd35dfbb3398386c94036a83 /arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | |
parent | e577d79424c07af63d0f19817a425bf4ccf0ec81 (diff) |
arm64: dts: ti: k3-am654: Populate power-domain property for UART nodes
Populate power-domain property for UART nodes, this is required for
Linux to enable UART clocks via PM calls. Without this UART instances
not initialized by bootloader (like main_uart1) fails to work in Linux.
Also, drop current-speed property from main_uart1 and main_uart2 nodes
as these UARTs are not initialized before Linux boots up and current
speed is unknown.
Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi index 9e8467ce7ad8..7cbdc0912ab7 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi @@ -50,6 +50,7 @@ interrupts = <GIC_SPI 697 IRQ_TYPE_LEVEL_HIGH>; clock-frequency = <48000000>; current-speed = <115200>; + power-domains = <&k3_pds 150>; }; wkup_i2c0: i2c@42120000 { |