On 9/10/25 1:25 PM, Akhil P Oommen wrote: > From: Puranam V G Tejaswi <quic_pvgte...@quicinc.com> > > Add gpu and gmu nodes for sa8775p chipset. Also, add the speedbin > qfprom node and wire it up with GPU node. > > Signed-off-by: Puranam V G Tejaswi <quic_pvgte...@quicinc.com> > Signed-off-by: Akhil P Oommen <akhi...@oss.qualcomm.com> > Reviewed-by: Dmitry Baryshkov <dmitry.barysh...@linaro.org> > ---
[...] > + gmu: gmu@3d6a000 { > + compatible = "qcom,adreno-gmu-663.0", "qcom,adreno-gmu"; > + reg = <0x0 0x03d6a000 0x0 0x34000>, > + <0x0 0x03de0000 0x0 0x10000>, > + <0x0 0x0b290000 0x0 0x10000>; > + reg-names = "gmu", "rscc", "gmu_pdc"; > + interrupts = <GIC_SPI 304 IRQ_TYPE_LEVEL_HIGH>, > + <GIC_SPI 305 IRQ_TYPE_LEVEL_HIGH>; > + interrupt-names = "hfi", "gmu"; > + clocks = <&gpucc GPU_CC_CX_GMU_CLK>, > + <&gpucc GPU_CC_CXO_CLK>, > + <&gcc GCC_DDRSS_GPU_AXI_CLK>, > + <&gcc GCC_GPU_MEMNOC_GFX_CLK>, > + <&gpucc GPU_CC_AHB_CLK>, > + <&gpucc GPU_CC_HUB_CX_INT_CLK>, > + <&gpucc GPU_CC_HLOS1_VOTE_GPU_SMMU_CLK>; Akhil mentioned offline that having this clock under the GMU node is a hw team recommendation that's rather platform-specific Reviewed-by: Konrad Dybcio <konrad.dyb...@oss.qualcomm.com> Konrad