From mboxrd@z Thu Jan 1 00:00:00 1970 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 6F8C6C43334 for ; Tue, 12 Jul 2022 16:24:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229881AbiGLQYo (ORCPT ); Tue, 12 Jul 2022 12:24:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40372 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234300AbiGLQYn (ORCPT ); Tue, 12 Jul 2022 12:24:43 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 57720CA6D0 for ; Tue, 12 Jul 2022 09:24:42 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id ED5F4B817B5 for ; Tue, 12 Jul 2022 16:24:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 98AAAC3411C; Tue, 12 Jul 2022 16:24:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657643079; bh=H9FZ+JxZ/+LNh9c5AgLR/YYLX1w46aIUDti/xgF31EY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Wftr1FTd9yAFo8rUsUNv6BeXcEhnNjpWrrOvQlLZ2JnvaoPzk18Z01kltuEPANBgN ROOYfSRpPHxA9VSZzjENA5lkpFl41b88ndPs9mEb/fmxrwEG23OLfb9kuG3eCgNIly GVSvf/6tp3eIRAdW3+/zGkpOKqpuNb+PWTcdGRXz5TzeS0M2TQHmynSr8aOk99+YCb rsNuftIgFfh5T68scwDF522qjV6FBRvG6V0ilrbmu46N7pdzeQi6tXBdZu+lYVLNyG cbDjkFi9ibN7QDjAT7Iao/MaF8QgcZyrGNn7B3zmqdx7e4tWfJltMTmL3XM5mdTqEk /9QK2YkNnClLQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oBIgj-0005WU-Vs; Tue, 12 Jul 2022 18:24:42 +0200 Date: Tue, 12 Jul 2022 18:24:41 +0200 From: Johan Hovold To: Manivannan Sadhasivam Cc: Parikshit Pareek , Andy Gross , Bjorn Andersson , Sai Prakash Ranjan , Rajendra Nayak , Prasanna Kumar , linux-arm-msm@vger.kernel.org Subject: Re: [PATCH v2] arm64: dts: qcom: sc8280xp: fix apps_smmu irq Message-ID: References: <20220712140009.20765-1-quic_ppareek@quicinc.com> <20220712144044.GD21746@workstation> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220712144044.GD21746@workstation> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, Jul 12, 2022 at 08:10:44PM +0530, Manivannan Sadhasivam wrote: > On Tue, Jul 12, 2022 at 07:30:09PM +0530, Parikshit Pareek wrote: > > Wrong values have been introduced for interrupts property. Fix those > > ones, and correct the mapping of context banks to irq number. > > > > And you ignored my comment about sorting the IRQs... Isn't the order significant here? Either way, that would be a separate change that shouldn't be merged with the fix. Johan