diff mbox series

[U-Boot] arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains property

Message ID 20190729161341.17553-1-s-anna@ti.com
State Accepted
Commit dcddf0fd83e668999db1f7eefa1e644a2784a516
Delegated to: Tom Rini
Headers show
Series [U-Boot] arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains property | expand

Commit Message

Suman Anna July 29, 2019, 4:13 p.m. UTC
The commit 355be915ed08 ("arm: dts: k3-am654: Update power-domains
property for each node") has updated the power-domain cells value
and updated power-domains property in various existing dts nodes but
missed updating the cpsw_nuss node. This results in the following
build warning, fix this.

arch/arm/dts/k3-am654-base-board.dtb: Warning (power_domains_property): /interconnect@100000/interconnect@28380000/cpsw_nuss@046000000:power-domains: property size (8) too small for cell size 2
arch/arm/dts/k3-am654-r5-base-board.dtb: Warning (power_domains_property): /interconnect@100000/interconnect@28380000/cpsw_nuss@046000000:power-domains: property size (8) too small for cell size 2

Fixes: 355be915ed08 ("arm: dts: k3-am654: Update power-domains property for each node")
Signed-off-by: Suman Anna <s-anna@ti.com>
---
 arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lokesh Vutla July 30, 2019, 4:07 a.m. UTC | #1
On 29/07/19 9:43 PM, Suman Anna wrote:
> The commit 355be915ed08 ("arm: dts: k3-am654: Update power-domains
> property for each node") has updated the power-domain cells value
> and updated power-domains property in various existing dts nodes but
> missed updating the cpsw_nuss node. This results in the following
> build warning, fix this.
> 
> arch/arm/dts/k3-am654-base-board.dtb: Warning (power_domains_property): /interconnect@100000/interconnect@28380000/cpsw_nuss@046000000:power-domains: property size (8) too small for cell size 2
> arch/arm/dts/k3-am654-r5-base-board.dtb: Warning (power_domains_property): /interconnect@100000/interconnect@28380000/cpsw_nuss@046000000:power-domains: property size (8) too small for cell size 2
> 
> Fixes: 355be915ed08 ("arm: dts: k3-am654: Update power-domains property for each node")
> Signed-off-by: Suman Anna <s-anna@ti.com>

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh
Tom Rini Aug. 1, 2019, 3:36 a.m. UTC | #2
On Mon, Jul 29, 2019 at 11:13:41AM -0500, Suman Anna wrote:

> The commit 355be915ed08 ("arm: dts: k3-am654: Update power-domains
> property for each node") has updated the power-domain cells value
> and updated power-domains property in various existing dts nodes but
> missed updating the cpsw_nuss node. This results in the following
> build warning, fix this.
> 
> arch/arm/dts/k3-am654-base-board.dtb: Warning (power_domains_property): /interconnect@100000/interconnect@28380000/cpsw_nuss@046000000:power-domains: property size (8) too small for cell size 2
> arch/arm/dts/k3-am654-r5-base-board.dtb: Warning (power_domains_property): /interconnect@100000/interconnect@28380000/cpsw_nuss@046000000:power-domains: property size (8) too small for cell size 2
> 
> Fixes: 355be915ed08 ("arm: dts: k3-am654: Update power-domains property for each node")
> Signed-off-by: Suman Anna <s-anna@ti.com>
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
index 8a9d147ffa34..8589f76d2346 100644
--- a/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
+++ b/arch/arm/dts/k3-am654-base-board-u-boot.dtsi
@@ -98,7 +98,7 @@ 
 		dma-coherent;
 		clocks = <&k3_clks 5 10>;
 		clock-names = "fck";
-		power-domains = <&k3_pds 5>;
+		power-domains = <&k3_pds 5 TI_SCI_PD_EXCLUSIVE>;
 		ti,psil-base = <0x7000>;
 
 		dmas = <&mcu_udmap &mcu_cpsw 0 UDMA_DIR_TX>,