Skip to content

Commit fd47c20

Browse files
rmurphy-armsudeep-holla
authored andcommitted
arm64: dts: juno: add ETR SMMU power domain
It is not at all clear from the documentation, but straightforward to determine in practice, that the ETR SMMU is actually in the DEBUGSYS power domain. Add that to the DT so that anyone brave enough to enable said SMMU doesn't experience a system lockup on boot, especially a sneaky one which goes away as soon as you connect an external debugger to have a look at where it's stuck (thus powering up DEBUGSYS by other means and allowing it to make progress again before actually halting...) Acked-by: Liviu Dudau <Liviu.Dudau@arm.com> Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
1 parent 193d00a commit fd47c20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm64/boot/dts/arm/juno-base.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
#iommu-cells = <1>;
5353
#global-interrupts = <1>;
5454
dma-coherent;
55+
power-domains = <&scpi_devpd 0>;
5556
status = "disabled";
5657
};
5758

0 commit comments

Comments
 (0)