ARM: dts: msm: Add bus vote for MMSS SMMU
The MMSS SMMU needs a bus vote in order to light the path to DDR. Add it. CRs-Fixed: 1000848 Change-Id: I6b0ffa35d73e7d5e4ed506779444ebc2902a7d28 Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
This commit is contained in:
parent
8abfec06f4
commit
bc509c6867
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
*/
|
||||
|
||||
#include <dt-bindings/clock/msm-clocks-cobalt.h>
|
||||
#include <dt-bindings/msm/msm-bus-ids.h>
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
|
||||
&soc {
|
||||
|
@ -150,6 +151,7 @@
|
|||
"mmss_bimc_smmu_ahb_clk",
|
||||
"mmss_bimc_smmu_axi_clk";
|
||||
#clock-cells = <1>;
|
||||
qcom,bus-master-id = <MSM_BUS_MNOC_BIMC_MAS>;
|
||||
/*
|
||||
* The iommu test framework requires at least one iommu
|
||||
* client to populate debugfs. The presence of a device
|
||||
|
|
Loading…
Add table
Reference in a new issue