diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2019-06-07 19:24:47 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-26 21:49:23 -0400 |
commit | 355be915ed0874d31fd34cd2eee78588cd168553 (patch) | |
tree | badd5ee18710118fc0d9658e4cbb4750b5c06445 /arch/arm/dts/k3-am65-mcu.dtsi | |
parent | cd041c8041486e33516b8df53f937bb117b682d2 (diff) |
arm: dts: k3-am654: Update power-domains property for each node
Update the power-domain-cells to 2 and add the permissions
to each node. Mark the following nodes accessed by r5 as shared:
- DDR node
- main uart 0
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'arch/arm/dts/k3-am65-mcu.dtsi')
-rw-r--r-- | arch/arm/dts/k3-am65-mcu.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/k3-am65-mcu.dtsi b/arch/arm/dts/k3-am65-mcu.dtsi index 1fd027748e..c9bfd9b80f 100644 --- a/arch/arm/dts/k3-am65-mcu.dtsi +++ b/arch/arm/dts/k3-am65-mcu.dtsi @@ -24,6 +24,6 @@ #size-cells = <0>; clock-names = "fck"; clocks = <&k3_clks 114 1>; - power-domains = <&k3_pds 114>; + power-domains = <&k3_pds 114 TI_SCI_PD_EXCLUSIVE>; }; }; |