diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2019-07-29 14:30:22 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2019-08-29 14:40:49 +0200 |
commit | c68272cb7e5385c158597f7ee7ed6c6c1cefc608 (patch) | |
tree | 3cfbab3b13f927324fc1fcf8065fb8e5ba724e25 /arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | |
parent | soc: ti: ti_sci_pm_domains: Add support for exclusive and shared access (diff) | |
download | linux-c68272cb7e5385c158597f7ee7ed6c6c1cefc608.tar.xz linux-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-am65-wakeup.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi index 9cf2c0849a24..f4227e2743f2 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi @@ -20,7 +20,7 @@ k3_pds: power-controller { compatible = "ti,sci-pm-domain"; - #power-domain-cells = <1>; + #power-domain-cells = <2>; }; k3_clks: clocks { @@ -50,7 +50,7 @@ interrupts = <GIC_SPI 697 IRQ_TYPE_LEVEL_HIGH>; clock-frequency = <48000000>; current-speed = <115200>; - power-domains = <&k3_pds 150>; + power-domains = <&k3_pds 150 TI_SCI_PD_EXCLUSIVE>; }; wkup_i2c0: i2c@42120000 { @@ -61,7 +61,7 @@ #size-cells = <0>; clock-names = "fck"; clocks = <&k3_clks 115 1>; - power-domains = <&k3_pds 115>; + power-domains = <&k3_pds 115 TI_SCI_PD_EXCLUSIVE>; }; intr_wkup_gpio: interrupt-controller2 { |