All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains property
@ 2019-07-29 16:13 Suman Anna
  2019-07-30  4:07 ` Lokesh Vutla
  2019-08-01  3:36 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Suman Anna @ 2019-07-29 16:13 UTC (permalink / raw)
  To: u-boot

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 at 100000/interconnect at 28380000/cpsw_nuss at 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 at 100000/interconnect at 28380000/cpsw_nuss at 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(-)

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>,
-- 
2.22.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains property
  2019-07-29 16:13 [U-Boot] [PATCH] arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains property Suman Anna
@ 2019-07-30  4:07 ` Lokesh Vutla
  2019-08-01  3:36 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Lokesh Vutla @ 2019-07-30  4:07 UTC (permalink / raw)
  To: u-boot



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 at 100000/interconnect at 28380000/cpsw_nuss at 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 at 100000/interconnect at 28380000/cpsw_nuss at 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains property
  2019-07-29 16:13 [U-Boot] [PATCH] arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains property Suman Anna
  2019-07-30  4:07 ` Lokesh Vutla
@ 2019-08-01  3:36 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2019-08-01  3:36 UTC (permalink / raw)
  To: u-boot

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 at 100000/interconnect at 28380000/cpsw_nuss at 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 at 100000/interconnect at 28380000/cpsw_nuss at 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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190731/ec91e4d3/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-01  3:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-29 16:13 [U-Boot] [PATCH] arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains property Suman Anna
2019-07-30  4:07 ` Lokesh Vutla
2019-08-01  3:36 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.