diff --git a/bindings/adreno-gmu.txt b/bindings/adreno-gmu.txt index a5544793..08173ede 100644 --- a/bindings/adreno-gmu.txt +++ b/bindings/adreno-gmu.txt @@ -66,6 +66,7 @@ GMU GDSC/regulators: baseAddr - base address of the IPC region size - size of the IPC region +- qcom,soccp-controller: Phandle of the soccp controller Example: diff --git a/gpu/sun-gpu.dtsi b/gpu/sun-gpu.dtsi index 3e1999de..1df26c2a 100644 --- a/gpu/sun-gpu.dtsi +++ b/gpu/sun-gpu.dtsi @@ -192,5 +192,6 @@ qcom,iommu-dma = "disabled"; qcom,ipc-core = <0x00400000 0x140000>; + qcom,soccp-controller = <&soccp_pas>; }; };