mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Move IOMMU clocks to the GPU device
Move the definition of the IOMMU clocks to the GPU device so that they are identified with an actual platform device instead of a pseudo device. Change-Id: Ic0dedbadaa12e748db585cf164ed5e4ea45c43c0
This commit is contained in:
@@ -19,6 +19,13 @@
|
||||
interrupts = <0 300 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "kgsl_3d0_irq";
|
||||
|
||||
clocks = <&clock_gcc GCC_GPU_MEMNOC_GFX_CLK>,
|
||||
<&clock_gcc GCC_GPU_SNOC_DVM_GFX_CLK>,
|
||||
<&clock_gpucc GPU_CC_AHB_CLK>;
|
||||
clock-names = "gcc_gpu_memnoc_gfx",
|
||||
"gcc_gpu_snoc_dvm_gfx",
|
||||
"gpu_cc_ahb";
|
||||
|
||||
qcom,chipid = <0x06060000>;
|
||||
|
||||
qcom,initial-pwrlevel = <2>;
|
||||
@@ -141,13 +148,6 @@
|
||||
compatible = "qcom,kgsl-smmu-v2";
|
||||
reg = <0x03da0000 0x20000>;
|
||||
|
||||
clocks = <&clock_gcc GCC_GPU_MEMNOC_GFX_CLK>,
|
||||
<&clock_gcc GCC_GPU_SNOC_DVM_GFX_CLK>,
|
||||
<&clock_gpucc GPU_CC_AHB_CLK>;
|
||||
clock-names = "gcc_gpu_memnoc_gfx",
|
||||
"gcc_gpu_snoc_dvm_gfx",
|
||||
"gpu_cc_ahb";
|
||||
|
||||
gfx3d_user: gfx3d_user {
|
||||
compatible = "qcom,smmu-kgsl-cb";
|
||||
iommus = <&kgsl_smmu 0x0 0x400>;
|
||||
|
||||
Reference in New Issue
Block a user