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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B20B9C433E0 for ; Fri, 8 Jan 2021 15:46:11 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5064E2368A for ; Fri, 8 Jan 2021 15:46:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5064E2368A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=d7LBdcQHYthtaqGUjAJ3YvtuaXMtmeqfhDLzEt+EfMQ=; b=XDExuNIWfzOfpfQe277rHhmxz +GZrjj/Gs2Q2B1N9qsArwBAhr9KGbgwJm44HAEKjQdm1G7kmjwnDCGreHfuXpvWeG1S/WAJFfcHLR SsO6iQOu4QUGj3b9OOPn1xBYIToJQzIuTYice+qnFxeV9L0Nv4OT+wlTf9V3z6giU/GUzr6mkwSJK H2fA0gRskQ8xd5mbeae495cS8Nv9bnxVg4sO2tC6coD6tRk1b4qZnQYep0gSiQKReQ4ZxzJLb8G+X /h3L6xeR72Pz1GzxghIEFy96pFJ2vr1qinHFw6LVK2JOOGRtputQbv9VCn1Mgvq6oek68d4I26aMp l0VYcVugw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kxtvl-00068j-GQ; Fri, 08 Jan 2021 15:44:01 +0000 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kxtvL-00066q-JX; Fri, 08 Jan 2021 15:43:38 +0000 X-Originating-IP: 93.29.109.196 Received: from aptenodytes (196.109.29.93.rev.sfr.net [93.29.109.196]) (Authenticated sender: paul.kocialkowski@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id DCB7020011; Fri, 8 Jan 2021 15:43:27 +0000 (UTC) Date: Fri, 8 Jan 2021 16:43:27 +0100 From: Paul Kocialkowski To: Heiko Stuebner Subject: Re: [PATCH] arm64: dts: rockchip: fix vopl iommu irq on px30 Message-ID: References: <20210108110627.3231226-1-heiko@sntech.de> MIME-Version: 1.0 In-Reply-To: <20210108110627.3231226-1-heiko@sntech.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210108_104336_283219_33365149 X-CRM114-Status: GOOD ( 16.64 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org, ezequiel@collabora.com, Sandy Huang , linux-arm-kernel@lists.infradead.org, christoph.muellner@theobroma-systems.com Content-Type: multipart/mixed; boundary="===============2085891954446048549==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============2085891954446048549== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ql8SW4jc0JfQHirY" Content-Disposition: inline --ql8SW4jc0JfQHirY Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Fri 08 Jan 21, 12:06, Heiko Stuebner wrote: > From: Sandy Huang >=20 > The vop-mmu shares the irq with its matched vop but not the vpu. This is: Reviewed-by: Paul Kocialkowski and: Tested-by: Paul Kocialkowski Thanks! Paul > Fixes: 7053e06b1422 ("arm64: dts: rockchip: add core dtsi file for PX30 S= oCs") > Signed-off-by: Sandy Huang > Signed-off-by: Heiko Stuebner > --- > arch/arm64/boot/dts/rockchip/px30.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts= /rockchip/px30.dtsi > index 39b54093d858..4f762968f75f 100644 > --- a/arch/arm64/boot/dts/rockchip/px30.dtsi > +++ b/arch/arm64/boot/dts/rockchip/px30.dtsi > @@ -1110,7 +1110,7 @@ vopl_out_lvds: endpoint@1 { > vopl_mmu: iommu@ff470f00 { > compatible =3D "rockchip,iommu"; > reg =3D <0x0 0xff470f00 0x0 0x100>; > - interrupts =3D ; > + interrupts =3D ; > interrupt-names =3D "vopl_mmu"; > clocks =3D <&cru ACLK_VOPL>, <&cru HCLK_VOPL>; > clock-names =3D "aclk", "iface"; > --=20 > 2.29.2 >=20 --=20 Paul Kocialkowski, Bootlin Embedded Linux and kernel engineering https://bootlin.com --ql8SW4jc0JfQHirY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEJZpWjZeIetVBefti3cLmz3+fv9EFAl/4fZ8ACgkQ3cLmz3+f v9GEbwf8DsL2K2T3woVWMd6TiTVAU3jXBJXWCfhfQht+yphAkazKeyB1/PGqTHtv Uti6eUMpuxW7WE23iBKHyruE2TtQ6XDk9Se8nNo++MuftQZyC6IlZX93mHhugBBZ UCbxLi3GfivZpgOsfpfkoJMov5d7AcsrtV/phiBdfcTOMOh4KzLNS8qFfHEuzaOM NUs3/BKwpYPfR22TlaTGXq/4ZqBWeoiP0gEl6xobIf+4DK+YJCxDB5XdBqzeVGFC OpMBxlj32i34bztmlJLac9mHPGY38c++Ac+wVBn9XaIWj0ShVskErdZzx2Jc/jqs hYkswvOpPw2gz89x8xTlNMsZivmz7w== =ryxf -----END PGP SIGNATURE----- --ql8SW4jc0JfQHirY-- --===============2085891954446048549== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============2085891954446048549==--