arm: dts: k3-am654-r5-base-board: Fix power-domains for wkup_vtm0
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 10 Jan 2020 09:31:57 +0000 (15:01 +0530)
committerLokesh Vutla <lokeshvutla@ti.com>
Mon, 20 Jan 2020 04:40:28 +0000 (10:10 +0530)
wkup_vtm populates only 1 power-domain cell in it's node. But the
power-domain cell are defined as 2. Due to this the following warning
comes during build:

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

Fix this by updating the power-domain cells.

Fixes: cfa6bd549c ("arm: dts: k3-am654-r5-base-board: Add VTM node")
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/dts/k3-am654-r5-base-board.dts

index 5c110ef9ddea1aa85e932d6ae05f5c60d8112b7e..5d5689d2849600857a968f032a5fe04d7e7e8f87 100644 (file)
        wkup_vtm0: wkup_vtm@42050000 {
                compatible = "ti,am654-vtm", "ti,am654-avs";
                reg = <0x42050000 0x25c>;
-               power-domains = <&k3_pds 80>;
+               power-domains = <&k3_pds 80 TI_SCI_PD_EXCLUSIVE>;
                #thermal-sensor-cells = <1>;
        };