Re: [PATCH v2 3/3] arm64: dts: qcom: sm8450: Add IPA node
From: Esteban Urrutia
Date: Wed Sep 09 2026 - 17:15:10 EST
On 9/9/26 4:06 PM, Dmitry Baryshkov wrote:
>> diff --git a/arch/arm64/boot/dts/qcom/sm8450.dtsi b/arch/arm64/boot/dts/qcom/sm8450.dtsi
>> index b8793482b181..95b6fd22a846 100644
>> --- a/arch/arm64/boot/dts/qcom/sm8450.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/sm8450.dtsi
>> @@ -2625,6 +2625,47 @@ adreno_smmu: iommu@3da0000 {
>> dma-coherent;
>> };
>>
>> + ipa: ipa@3f40000 {
>> + compatible = "qcom,sm8450-ipa";
>> +
>> + reg = <0 0x3f40000 0 0x10000>,
>> + <0 0x3f50000 0 0x5000>,
>> + <0 0x3e04000 0 0xfc000>;
>> + reg-names = "ipa-reg",
>> + "ipa-shared",
>> + "gsi";
>> + iommus = <&apps_smmu 0x5c0 0x0>,
>> + <&apps_smmu 0x5c2 0x0>;
>> +
>> + interrupts-extended = <&intc GIC_SPI 654 IRQ_TYPE_EDGE_RISING>,
>> + <&intc GIC_SPI 432 IRQ_TYPE_LEVEL_HIGH>,
>> + <&ipa_smp2p_in 0 IRQ_TYPE_EDGE_RISING>,
>> + <&ipa_smp2p_in 1 IRQ_TYPE_EDGE_RISING>;
>> + interrupt-names = "ipa",
>> + "gsi",
>> + "ipa-clock-query",
>> + "ipa-setup-ready";
>> +
>> + clocks = <&rpmhcc RPMH_IPA_CLK>;
>> + clock-names = "core";
>> +
>> + interconnects = <&aggre2_noc MASTER_IPA 0 &mc_virt SLAVE_EBI1 0>,
>> + <&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_IPA_CFG 0>;
>> + interconnect-names = "memory",
>> + "config";
>> +
>> + qcom,qmp = <&aoss_qmp>;
>> +
>> + qcom,smem-states = <&ipa_smp2p_out 0>,
>> + <&ipa_smp2p_out 1>;
>> + qcom,smem-state-names = "ipa-clock-enabled-valid",
>> + "ipa-clock-enabled";
>> +
>> + sram = <&ipa_modem_tables>;
>
> No qcom,gsi-loader / memory-region ?
Right. I forgot about this change. I'll add those in v3.
>> +
>> + status = "disabled";
>> + };
>> +
>> usb_1_hsphy: phy@88e3000 {
>> compatible = "qcom,sm8450-usb-hs-phy",
>> "qcom,usb-snps-hs-7nm-phy";
>
>
> Also the device is disabled by default. On which platform did you enable
> it? Is it supported upstream?
Yes, as it should be. It has currently been tested as working in:
- sm7475-realme-senna
- sm8450-oneplus-negroni
- sm8475-motorola-bronco
None of these devices have device trees upstreamed at the moment.
I plan on eventually upstreaming support for motorola-bronco.
Regards,
Esteban