From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 41DA01EB46 for ; Wed, 18 Oct 2023 20:22:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=z3ntu.xyz header.i=@z3ntu.xyz header.b="MEesbCZv" Received: from mail.z3ntu.xyz (mail.z3ntu.xyz [128.199.32.197]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D98379F; Wed, 18 Oct 2023 13:21:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=z3ntu.xyz; s=z3ntu; t=1697660517; bh=QqLLrKadzWHdHgLEE5BLiKAzwuDFNkmPcq7fjUL3hpI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=MEesbCZvB7S/xc7ff5xM4yGXFf7vDrSBJYGspIELXaPBTUOYhy5uLWC5RaJMaQJ9D 7yZSi+EMBiimIJe+nJeSV/KRKIkMPdFwHuYn6l7YvzUkVjFr0HeSwmXCJ+7E+IsmYV nG00Ud31hKqSNe+0V4FKin1rEc05MevDpkR4PGwM= From: Luca Weiss To: Nia Espera , Andy Gross , Bjorn Andersson , Jonathan Cameron , Lars-Peter Clausen , Rob Herring , Conor Dooley , Kees Cook , Tony Luck , "Guilherme G. Piccoli" , Vinod Koul , Krzysztof Kozlowski , Manivannan Sadhasivam , ~postmarketos/upstreaming@lists.sr.ht Cc: linux-arm-msm@vger.kernel.org, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, phone-devel@vger.kernel.org, Rob , Clayton Craft , Caleb Connolly , Luca Weiss , ~postmarketos/upstreaming@lists.sr.ht, Konrad Dybcio Subject: Re: [PATCH v2 4/6] arm64: dts: qcom: sm8350: Fix remoteproc interrupt type Date: Wed, 18 Oct 2023 22:21:55 +0200 Message-ID: <3714987.mvXUDI8C0e@z3ntu.xyz> In-Reply-To: <6ac842b8-5fcb-4094-8488-4d6e250bf102@linaro.org> References: <20231018-nia-sm8350-for-upstream-v2-0-7b243126cb77@igalia.com> <20231018-nia-sm8350-for-upstream-v2-4-7b243126cb77@igalia.com> <6ac842b8-5fcb-4094-8488-4d6e250bf102@linaro.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Mittwoch, 18. Oktober 2023 22:17:15 CEST Konrad Dybcio wrote: > On 10/18/23 16:25, Nia Espera wrote: > > In a similar vein to > > https://lore.kernel.org/lkml/20220530080842.37024-3-manivannan.sadhasivam@ > > linaro.org/, the remote processors on sm8350 fail to initialize with the > > 'correct' (i.e., specified in downstream) IRQ type. Change this to > > EDGE_RISING. > > > > Signed-off-by: Nia Espera > > --- > > Hm, apparently 8250 and 7180 have the same thing. > > Mani, could you elaborate on this? > > Konrad I'm also carrying something like this for my sm6350 and sc7280 trees. I tried getting some clarification in the lkml thread linked above about what should be done but never got a response. Regards Luca