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 CA8C0C433FE for ; Wed, 16 Feb 2022 09:16:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231982AbiBPJQo (ORCPT ); Wed, 16 Feb 2022 04:16:44 -0500 Received: from gmail-smtp-in.l.google.com ([23.128.96.19]:44022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231949AbiBPJQj (ORCPT ); Wed, 16 Feb 2022 04:16:39 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A81FF2AFEAF; Wed, 16 Feb 2022 01:16:19 -0800 (PST) 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 44F32B81D4D; Wed, 16 Feb 2022 09:16:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DEB4CC004E1; Wed, 16 Feb 2022 09:16:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645002976; bh=Gq4/KIrPQNMCp6QVo4bm+z+V/DrcH8BMrBUXscm3huc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=aYaMJiE9EwJ0fUqnY4B23RJJf3a7Zt2GN5uR/HcS0TfcRgyr4wdBJEMaiF9cdXx2k FfzEfwJq4YQK6MgtwfWN6GiqI55yQsIYz44hKmYy7ii7IUIX3Tdrk3hvv/Cgzid3/Z I4dpdBn8HM2R0CYTVpPlE/IcD73A0YL5aFVtjuTgPshENqfo3+tB4KroyHPvGwFHi9 LFZYsEln391JnWCpLjF5rfUIVapa4r+lbp6a1kMuWgVhLI/Rm4GHT8SbKEcJyCytzl VMyi0kExeJ3SbK60VL+vaJfJEW2jndXe/3mpNL1XFi3XfYHLs9Not5QMRiz+1q8NXK jo82EzYtIR9nA== Received: from sofa.misterjones.org ([185.219.108.64] helo=why.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nKGQ2-008HUQ-UC; Wed, 16 Feb 2022 09:16:15 +0000 Date: Wed, 16 Feb 2022 09:16:14 +0000 Message-ID: <87a6er41ep.wl-maz@kernel.org> From: Marc Zyngier To: Nishanth Menon Cc: Tero Kristo , Vignesh Raghavendra , , , , Krzysztof Kozlowski , Rob Herring Subject: Re: [PATCH 0/5] arm64: dts: ti: k3*: Fix gic-v3 compatible regs In-Reply-To: <20220215201008.15235-1-nm@ti.com> References: <20220215201008.15235-1-nm@ti.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: nm@ti.com, kristo@kernel.org, vigneshr@ti.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, krzysztof.kozlowski@canonical.com, robh+dt@kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 15 Feb 2022 20:10:03 +0000, Nishanth Menon wrote: > > Hi, > > This series was triggered by the discussion in [1], and we realized we > need to cleanup the definitions in K3 SoC. Usage of kvm with gic-v2 > compatibility is a bit niche usecase, but valid and possible with A53 > and A72 even though the GIC500 instantiation is done with no backward > compatibility. > > Nishanth Menon (5): > arm64: dts: ti: k3-am65: Fix gic-v3 compatible regs > arm64: dts: ti: k3-j721e: Fix gic-v3 compatible regs > arm64: dts: ti: k3-j7200: Fix gic-v3 compatible regs > arm64: dts: ti: k3-am64: Fix gic-v3 compatible regs > arm64: dts: ti: k3-j721s2: Fix gic-v3 compatible regs > > arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 5 ++++- > arch/arm64/boot/dts/ti/k3-am64.dtsi | 1 + > arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 5 ++++- > arch/arm64/boot/dts/ti/k3-am65.dtsi | 1 + > arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 5 ++++- > arch/arm64/boot/dts/ti/k3-j7200.dtsi | 1 + > arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 5 ++++- > arch/arm64/boot/dts/ti/k3-j721e.dtsi | 1 + > arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 5 ++++- > arch/arm64/boot/dts/ti/k3-j721s2.dtsi | 1 + > 10 files changed, 25 insertions(+), 5 deletions(-) > > [1] https://lore.kernel.org/all/87k0e0tirw.wl-maz@kernel.org/ For the series: Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible. 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EF366C433FE for ; Wed, 16 Feb 2022 09:17:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Subject:Cc:To:From:Message-ID:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tW8iCwXUCZ9XVZaayeHzUhGHrvHvRK6M4NqzyanVl+w=; b=jEhMl9q+It0/MM D3nJlD4RtdCrQ+69PLhc+CGFXJ29ea3KBUZcOZDCO+q+eJoUTtSJa5JHRC7QsohKPg1AywKrEF30v W9vabv07sG81MV6wC2MdyFBq44NI3YFPQ1oZnOMHtvYvinjvS/quDw4ZGoOeotenFvAfBcpHpj5Vt YhTfv+M8sqoa0u9FZZcVSAqnZKcoS6+UpXaFTaOGLM0yryCweal1/Ocs0HadNbgmfxbyoYohOgpPB JEoE0FQTXJ5BCKbtOmgYvIjg9Ao22QLF7oh6gXdPm0YYEq9c2+WNEjj56vedcR5y3Lz7AhWysugIH gNjzgToVF4tHoKIKcZjg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nKGQC-006H5Q-Ep; Wed, 16 Feb 2022 09:16:24 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nKGQ7-006H3a-MM for linux-arm-kernel@lists.infradead.org; Wed, 16 Feb 2022 09:16:21 +0000 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 26F7FB81E4D; Wed, 16 Feb 2022 09:16:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DEB4CC004E1; Wed, 16 Feb 2022 09:16:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645002976; bh=Gq4/KIrPQNMCp6QVo4bm+z+V/DrcH8BMrBUXscm3huc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=aYaMJiE9EwJ0fUqnY4B23RJJf3a7Zt2GN5uR/HcS0TfcRgyr4wdBJEMaiF9cdXx2k FfzEfwJq4YQK6MgtwfWN6GiqI55yQsIYz44hKmYy7ii7IUIX3Tdrk3hvv/Cgzid3/Z I4dpdBn8HM2R0CYTVpPlE/IcD73A0YL5aFVtjuTgPshENqfo3+tB4KroyHPvGwFHi9 LFZYsEln391JnWCpLjF5rfUIVapa4r+lbp6a1kMuWgVhLI/Rm4GHT8SbKEcJyCytzl VMyi0kExeJ3SbK60VL+vaJfJEW2jndXe/3mpNL1XFi3XfYHLs9Not5QMRiz+1q8NXK jo82EzYtIR9nA== Received: from sofa.misterjones.org ([185.219.108.64] helo=why.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nKGQ2-008HUQ-UC; Wed, 16 Feb 2022 09:16:15 +0000 Date: Wed, 16 Feb 2022 09:16:14 +0000 Message-ID: <87a6er41ep.wl-maz@kernel.org> From: Marc Zyngier To: Nishanth Menon Cc: Tero Kristo , Vignesh Raghavendra , , , , Krzysztof Kozlowski , Rob Herring Subject: Re: [PATCH 0/5] arm64: dts: ti: k3*: Fix gic-v3 compatible regs In-Reply-To: <20220215201008.15235-1-nm@ti.com> References: <20220215201008.15235-1-nm@ti.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: nm@ti.com, kristo@kernel.org, vigneshr@ti.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, krzysztof.kozlowski@canonical.com, robh+dt@kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220216_011619_915965_AEBDA0BF X-CRM114-Status: GOOD ( 17.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 15 Feb 2022 20:10:03 +0000, Nishanth Menon wrote: > > Hi, > > This series was triggered by the discussion in [1], and we realized we > need to cleanup the definitions in K3 SoC. Usage of kvm with gic-v2 > compatibility is a bit niche usecase, but valid and possible with A53 > and A72 even though the GIC500 instantiation is done with no backward > compatibility. > > Nishanth Menon (5): > arm64: dts: ti: k3-am65: Fix gic-v3 compatible regs > arm64: dts: ti: k3-j721e: Fix gic-v3 compatible regs > arm64: dts: ti: k3-j7200: Fix gic-v3 compatible regs > arm64: dts: ti: k3-am64: Fix gic-v3 compatible regs > arm64: dts: ti: k3-j721s2: Fix gic-v3 compatible regs > > arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 5 ++++- > arch/arm64/boot/dts/ti/k3-am64.dtsi | 1 + > arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 5 ++++- > arch/arm64/boot/dts/ti/k3-am65.dtsi | 1 + > arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 5 ++++- > arch/arm64/boot/dts/ti/k3-j7200.dtsi | 1 + > arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 5 ++++- > arch/arm64/boot/dts/ti/k3-j721e.dtsi | 1 + > arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 5 ++++- > arch/arm64/boot/dts/ti/k3-j721s2.dtsi | 1 + > 10 files changed, 25 insertions(+), 5 deletions(-) > > [1] https://lore.kernel.org/all/87k0e0tirw.wl-maz@kernel.org/ For the series: Acked-by: Marc Zyngier M. -- Without deviation from the norm, progress is not possible. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel