ARM: dts: msm: Add more clocks to mmss_smmu for cobalt
The MMSS SMMU needs a few more clocks for correct operation. Add them. CRs-Fixed: 1000848 Change-Id: Ica34a3a8b514ca4eebc2fb8081db2b167471cd9b Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
This commit is contained in:
parent
565a49213d
commit
fe576e32e7
1 changed files with 7 additions and 2 deletions
|
@ -141,9 +141,14 @@
|
|||
<GIC_SPI 275 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 276 IRQ_TYPE_LEVEL_HIGH>;
|
||||
vdd-supply = <&gdsc_bimc_smmu>;
|
||||
clocks = <&clock_mmss clk_mmss_bimc_smmu_ahb_clk>,
|
||||
clocks = <&clock_mmss clk_mmss_mnoc_ahb_clk>,
|
||||
<&clock_gcc clk_mmssnoc_axi_clk>,
|
||||
<&clock_mmss clk_mmss_bimc_smmu_ahb_clk>,
|
||||
<&clock_mmss clk_mmss_bimc_smmu_axi_clk>;
|
||||
clock-names = "mmss_smmu_ahb_clk", "mmss_smmu_axi_clk";
|
||||
clock-names = "mmss_mnoc_ahb_clk",
|
||||
"mmssnoc_axi_clk",
|
||||
"mmss_bimc_smmu_ahb_clk",
|
||||
"mmss_bimc_smmu_axi_clk";
|
||||
#clock-cells = <1>;
|
||||
/*
|
||||
* The iommu test framework requires at least one iommu
|
||||
|
|
Loading…
Add table
Reference in a new issue