On 5/9/25 9:21 AM, Akhil P Oommen wrote:
> From: Jie Zhang <[email protected]>
> 
> Add gpu and gmu nodes for qcs8300 chipset.
> 
> Signed-off-by: Jie Zhang <[email protected]>
> Signed-off-by: Akhil P Oommen <[email protected]>
> ---


>  arch/arm64/boot/dts/qcom/qcs8300.dtsi | 91 
> +++++++++++++++++++++++++++++++++++
>  1 file changed, 91 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/qcs8300.dtsi 
> b/arch/arm64/boot/dts/qcom/qcs8300.dtsi
> index 
> 40771b062e8d7010dd93d7cc7b3db73cfa16bfdb..1dbccb9a0c75366aa6986b6adb4feb6164ee8845
>  100644
> --- a/arch/arm64/boot/dts/qcom/qcs8300.dtsi
> +++ b/arch/arm64/boot/dts/qcom/qcs8300.dtsi
> @@ -2660,6 +2660,97 @@ serdes0: phy@8909000 {
>                       status = "disabled";
>               };
>  
> +             gpu: gpu@3d00000 {
> +                     compatible = "qcom,adreno-623.0", "qcom,adreno";
> +                     reg = <0x0 0x03d00000 0x0 0x40000>,

I haven't noticed it up until now.. this should be moved up in the file
to sort the nodes by unit address (the serdes node above is 0x089.., gpu
is 0x03d..)

Otherwise, please check if there are freq fuses on this platform, if not,
feel free to add:

Reviewed-by: Konrad Dybcio <[email protected]>

Konrad

Reply via email to