Re: [PATCH 3/4] arm64: dts: qcom: Introduce Hawi SoC

From: Konrad Dybcio

Date: Wed Sep 23 2026 - 07:13:48 EST


On 9/22/26 10:18 PM, Mukesh Ojha wrote:
> Hawi is Snapdragon SoC from Qualcomm.

[...]

> + qcom,smem-states = <&soccp_smp2p_out 0>,
> + <&soccp_smp2p_out 8>;
> + qcom,smem-state-names = "stop",
> + "ping";
> +
> + status = "disabled";

SoCCP should be enabled by default

[...]


> + sdhc2_opp_table: opp-table {
> + compatible = "operating-points-v2";
> +
> + opp-100000000 {
> + opp-hz = /bits/ 64 <100000000>;
> + opp-peak-kBps = <160000 100000>;
> + opp-avg-kBps = <50000 0>;
> + required-opps = <&rpmhpd_opp_low_svs>;
> + };
> +
> + opp-202000000 {
> + opp-hz = /bits/ 64 <202000000>;
> + opp-peak-kBps = <200000 120000>;
> + opp-avg-kBps = <104000 0>;
> + required-opps = <&rpmhpd_opp_svs_l1>;
> + };
> + };
> +
> + };

nit: stray \n above

with that:

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad