aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/ti/k3-am654-base-board.dts
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2019-07-29 18:00:22 +0530
committerTero Kristo <t-kristo@ti.com>2019-08-29 15:40:49 +0300
commitc68272cb7e5385c158597f7ee7ed6c6c1cefc608 (patch)
tree3cfbab3b13f927324fc1fcf8065fb8e5ba724e25 /arch/arm64/boot/dts/ti/k3-am654-base-board.dts
parentsoc: ti: ti_sci_pm_domains: Add support for exclusive and shared access (diff)
downloadlinux-dev-c68272cb7e5385c158597f7ee7ed6c6c1cefc608.tar.xz
linux-dev-c68272cb7e5385c158597f7ee7ed6c6c1cefc608.zip
arm64: dts: ti: k3-am654: Update the power domain cells
Update the power-domain cells to 2 and mark all devices as exclusive. Main uart 0 is the debug console for based boards and it is used by different software entities like u-boot, atf, linux. So just mark main_uart0 as shared device for base board. Reviewed-by: Nishanth Menon <nm@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-am654-base-board.dts')
-rw-r--r--arch/arm64/boot/dts/ti/k3-am654-base-board.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am654-base-board.dts b/arch/arm64/boot/dts/ti/k3-am654-base-board.dts
index 52c245d36db9..1102b84f853d 100644
--- a/arch/arm64/boot/dts/ti/k3-am654-base-board.dts
+++ b/arch/arm64/boot/dts/ti/k3-am654-base-board.dts
@@ -151,6 +151,7 @@
&main_uart0 {
pinctrl-names = "default";
pinctrl-0 = <&main_uart0_pins_default>;
+ power-domains = <&k3_pds 146 TI_SCI_PD_SHARED>;
};
&wkup_i2c0 {