From patchwork Thu Dec 8 21:15:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Elder X-Patchwork-Id: 632004 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D47E3C4332F for ; Thu, 8 Dec 2022 21:15:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229580AbiLHVPo (ORCPT ); Thu, 8 Dec 2022 16:15:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33456 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229868AbiLHVPi (ORCPT ); Thu, 8 Dec 2022 16:15:38 -0500 Received: from mail-il1-x12d.google.com (mail-il1-x12d.google.com [IPv6:2607:f8b0:4864:20::12d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EA70AA5059 for ; Thu, 8 Dec 2022 13:15:34 -0800 (PST) Received: by mail-il1-x12d.google.com with SMTP id x11so1739125ilo.13 for ; Thu, 08 Dec 2022 13:15:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=/Z8KQUKCdgYzi8FsOANYv77KV2tDZwVye+hB6FuVtSc=; b=ySGfC31MJ+p6DaD0xcmmutCmOmi+o/cHyOsnl19LOygxkHHp4FercGnzTI+PzYgbvW k5+pnbUBAhJ9axVyZfAw+AeHi8QRaE+YnTovsQ4dFFko8wMotqf4L8yh9nLrq8+62DVX NcmgszozS8O7FMNsMRRLv/wjRHT77nT5rT3Xg1BNAkQcQdQKy1mB8kel6Rh4v8ywT9yL rSXEBZYmHh01ygbdSP7KGsnzGAD999Pd6db7cBR4oJ6sowR20mhew0nAiNt2lK5mdiYs 3P98c/pshFiDsg0yinNgAtryWglRxKOjI3SnV3BUHiEYsFPQPdUxBwOl/0XCoEsbLsqe Nhvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/Z8KQUKCdgYzi8FsOANYv77KV2tDZwVye+hB6FuVtSc=; b=55dISP3dKai7rSWyJvFUyrs/JnUUJGwF9gz6N5sd7wvcMMs5eWk4Zupgewi6GXfbxI 55LwjL58WBJZXQsX0DrnrK/H+gpsuvZw7LZoN8z5gzMEfs9pWbeo9fk1Zd8IAfcP9ZW0 ow7rVkwop6Q+x9lb8QSTFh1AAdtoP1qxB2Tpr17/ZwRpcZzxsbEpqUrt9b6/c4wz5ToL SlXQCaUq/qDREgBKxmQcU8pQeHiJ1Nf5Eqf2Q4Crfppv8dhj1Ode+/sM2shgNAq5VqX3 AuhOb78b9P8ZE8qr25XHKrRFYm+WtUnWx1yjzpRg/y6/P/U2eRqlbVARBQg0V6u6K1ub 1mJA== X-Gm-Message-State: ANoB5pkMpkzRX0ts1huJv8esCVCSstXsLeVjR8HwKfBUxmN9Z0ntdiIw INRmdKxfEkcyNj61I3KfFU4/Nw== X-Google-Smtp-Source: AA0mqf4+PgOefR0uR4CkoPbHQOzhs/foVsK+ZReHznc+XTFG3ssMdjymZkGxRT6izqr4DMfru1GoFw== X-Received: by 2002:a05:6e02:1bcc:b0:303:17f2:7862 with SMTP id x12-20020a056e021bcc00b0030317f27862mr3197077ilv.0.1670534134293; Thu, 08 Dec 2022 13:15:34 -0800 (PST) Received: from localhost.localdomain ([98.61.227.136]) by smtp.gmail.com with ESMTPSA id k5-20020a92c245000000b002e85e8b8d1dsm1099821ilo.5.2022.12.08.13.15.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Dec 2022 13:15:34 -0800 (PST) From: Alex Elder To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com Cc: Luca Weiss , andersson@kernel.org, konrad.dybcio@linaro.org, agross@kernel.org, elder@kernel.org, linux-arm-msm@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH net-next 1/2] dt-bindings: net: qcom,ipa: Add SM6350 compatible Date: Thu, 8 Dec 2022 15:15:28 -0600 Message-Id: <20221208211529.757669-2-elder@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221208211529.757669-1-elder@linaro.org> References: <20221208211529.757669-1-elder@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Luca Weiss Add support for SM6350, which uses IPA v4.7. Signed-off-by: Luca Weiss Signed-off-by: Alex Elder Reviewed-by: Caleb Connolly --- Documentation/devicetree/bindings/net/qcom,ipa.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml index 9e81b9ec7cfdd..4aeda379726fa 100644 --- a/Documentation/devicetree/bindings/net/qcom,ipa.yaml +++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml @@ -49,6 +49,7 @@ properties: - qcom,sc7280-ipa - qcom,sdm845-ipa - qcom,sdx55-ipa + - qcom,sm6350-ipa - qcom,sm8350-ipa reg: From patchwork Thu Dec 8 21:33:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Elder X-Patchwork-Id: 632003 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A100DC10F1E for ; Thu, 8 Dec 2022 21:33:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229655AbiLHVdk (ORCPT ); Thu, 8 Dec 2022 16:33:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229792AbiLHVdg (ORCPT ); Thu, 8 Dec 2022 16:33:36 -0500 Received: from mail-il1-x12a.google.com (mail-il1-x12a.google.com [IPv6:2607:f8b0:4864:20::12a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D794391D7 for ; Thu, 8 Dec 2022 13:33:36 -0800 (PST) Received: by mail-il1-x12a.google.com with SMTP id h15so1762609ilh.12 for ; Thu, 08 Dec 2022 13:33:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=VlPWTbCJss1Wa3UIwQqQGPK89+eiS/X8Uksm10Uyh6Y=; b=sPv+Jec7RqY4m+nNl4+gh3qbUH9OdNcZRCr1IS0DhqXcxfj69/UPwmmU3wuMeJgB4c fnx3H7UPp5Jf2nJ318LZ5oHAoCRamZm7g8242lewL8uusEgKxwRRIHN4v8Pv9uHHHxew 32E+OITHQSnMQbriXhFZBv2lx/LZbvb6j1zHYCZNLyGRcVf0vIyfRwAma+Ccelhi0JIf VpleTRL4leLlsxCTknqmXf/Lx7/m+qymLRuWYetV3WpkXs1RaQGBHjZNKOdzwqwKDMGH 7UHikrfM0MMQlBQ04Jzuyxrlj1HaSWgihkb2cEMR4xkITfgAZoVfkhRccBGqnnRN+VP/ ZXIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=VlPWTbCJss1Wa3UIwQqQGPK89+eiS/X8Uksm10Uyh6Y=; b=VXpuPCn4l0qsAQgbx93jHp6GadhZFxrptgFrRhBkuG4kFyryH2zqbA0qALfK/t3APs elWdCicNVph+2k40DM5awprATFmlMjinJdZQ89VMRMwiEUpwFGxypXBnaAcTLLVguKPc tU3g3eTKBKWPREYKCH4N/c13VnNSranox8gMMYHIXkhQs33VUac8P0IRoHsoAkhEnx7r 3S/mDghghXIMs32zZsB7rqronqA2CWnB00ssblscb5spoIN0bGhaVmGd5zjrYwxGpFcl 7TnYLJ5tknwa1kr6nDtnbgU3IdWSSEnqsDzEgFKZgUz61wP6AcYLMjbK9maMwx/pXR1P vB3Q== X-Gm-Message-State: ANoB5pmQN0mSeej0rQ5LDfRxUkpa1H8IKv9Erm12Hxfi3E8ONZFdt39c yjIZV4dsGrtTcP3S4Rduew3mZQ== X-Google-Smtp-Source: AA0mqf4bfdd1wX5q7idr1fxwa8VtO0DvVuMASgioAfG+KJjYbOZm2vIuUWP43tyFz5uBrVMBbHcBzA== X-Received: by 2002:a05:6e02:e42:b0:303:92b3:27ec with SMTP id l2-20020a056e020e4200b0030392b327ecmr559095ilk.31.1670535215476; Thu, 08 Dec 2022 13:33:35 -0800 (PST) Received: from localhost.localdomain ([98.61.227.136]) by smtp.gmail.com with ESMTPSA id a8-20020a021608000000b003755aa71fffsm9237846jaa.105.2022.12.08.13.33.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Dec 2022 13:33:35 -0800 (PST) From: Alex Elder To: andersson@kernel.org, konrad.dybcio@linaro.org, agross@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org Cc: Luca Weiss , elder@kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] arm64: dts: qcom: sm7225-fairphone-fp4: enable IPA Date: Thu, 8 Dec 2022 15:33:30 -0600 Message-Id: <20221208213330.937714-3-elder@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221208213330.937714-1-elder@linaro.org> References: <20221208213330.937714-1-elder@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Luca Weiss IPA is used for mobile data. Enable it. Signed-off-by: Luca Weiss Signed-off-by: Alex Elder --- arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts index c456e9594ea5b..1e199a7898a04 100644 --- a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts +++ b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts @@ -362,6 +362,13 @@ haptics@5a { }; }; +&ipa { + status = "okay"; + + memory-region = <&pil_ipa_fw_mem>; + firmware-name = "qcom/sm7225/fairphone4/ipa_fws.mdt"; +}; + &mpss { status = "okay"; firmware-name = "qcom/sm7225/fairphone4/modem.mdt";