]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
arm64: dts: ti: k3-j721e-main: Add missing power-domains for smmu
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 22 Nov 2019 10:03:56 +0000 (15:33 +0530)
committerTero Kristo <t-kristo@ti.com>
Fri, 17 Jan 2020 08:19:51 +0000 (10:19 +0200)
Add power-domains entry for smmu, so that the it is accessible as long
as the driver is active. Without this device shutdown is throwing the
below warning:
"[   44.736348] arm-smmu-v3 36600000.smmu: failed to clear cr0"

Reported-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

index 4f14b9a645c5e19516da882fd34c6e50a3838968..1e9d86b806dfee5242701a8948eb341032cd5c5d 100644 (file)
@@ -43,6 +43,7 @@
        smmu0: smmu@36600000 {
                compatible = "arm,smmu-v3";
                reg = <0x0 0x36600000 0x0 0x100000>;
+               power-domains = <&k3_pds 229 TI_SCI_PD_EXCLUSIVE>;
                interrupt-parent = <&gic500>;
                interrupts = <GIC_SPI 772 IRQ_TYPE_EDGE_RISING>,
                             <GIC_SPI 768 IRQ_TYPE_EDGE_RISING>;