Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp1368195ybz; Thu, 16 Apr 2020 08:00:34 -0700 (PDT) X-Google-Smtp-Source: APiQypIDhzh4N3PX78wt1Orf+dZoFjyK8A5brrDVvzkDQRgt4rHPE5ch55xBIeDvuUMUnfywOuG6 X-Received: by 2002:a17:906:30d9:: with SMTP id b25mr10455108ejb.168.1587049233509; Thu, 16 Apr 2020 08:00:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587049233; cv=none; d=google.com; s=arc-20160816; b=YAgh5IndWNMPFDL0y9bzDJ/EnD09XLCZRZfWCHezMff3YW/08gYR8wYw+YctHxxRK9 bAMBFFe20aB/b/gbjcfhZiohmsMtPSutNrV3/PHfnRaPBjcNUtZz/AGtTd0YoQsdjCWL H+Q1lgYPY4I5C0GIJ+e2URkLlUrZZn03iSVzK0cv4dMqRfzgiywOf+FxgmcgwLcLRcDP VRUcLO7/KS+sfTXpD2pUXNFQTsItFDj6zx8SvdeFTNfaRq4ydmIyNLPLQ5J/ScaW68J0 lIKEP7QjubYvulpvErXS7tDf6J7mDW+oITjfnQxCcR5kuupxt35Zg43G1Lod88RVz+Pw Y5UQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=lPvxD4AvTVwkZ35lbaoS9VfPHM+DeeswQ1gsJiMo2Tw=; b=N9/WKyaUFsTTMiuiBrCvumTqTioTZOFQGimW/7QI94j8nOF2HxzibY564PRKZg/JWi c5C/CR0okiD7tBCBDV50z0qwImmRj3BLpU7CnQHBIU3bbcVoRspAjt6H+zwAado5O9xH 5RAXA2bZ2bNTv55p8hrfG842E0yBtCgVVZ2J/B/nX5ikGiBLugE6Ve4ox2ohawV2SCGp SaR8knDGXWnlKFiQAF1zl7KT6V8NQMRrPnMjsgegs4X2ak1LSi/vElFoVGGoF/sKgPnl 8FHg9NY1TfS+SIy9ruonKOyxpyXE8ri0y8tnnelbke6wVGpODVXPh5kJOY7kWIR3uoCW xV6g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id qq22si12319515ejb.523.2020.04.16.08.00.09; Thu, 16 Apr 2020 08:00:33 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392557AbgDPO6T (ORCPT + 99 others); Thu, 16 Apr 2020 10:58:19 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:58899 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728330AbgDPNz0 (ORCPT ); Thu, 16 Apr 2020 09:55:26 -0400 Received: from aptenodytes (196.109.29.93.rev.sfr.net [93.29.109.196]) (Authenticated sender: paul.kocialkowski@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 491B2100006; Thu, 16 Apr 2020 13:55:20 +0000 (UTC) Date: Thu, 16 Apr 2020 15:55:19 +0200 From: Paul Kocialkowski To: Johan Jonker Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Jacob Chen , Ezequiel Garcia , Mauro Carvalho Chehab , Rob Herring , Mark Rutland , Heiko Stuebner , Hans Verkuil , Thomas Petazzoni Subject: Re: [PATCH 2/4] arm64: dts: rockchip: Add RGA support to the PX30 Message-ID: <20200416135519.GJ125838@aptenodytes> References: <20200416115047.233720-1-paul.kocialkowski@bootlin.com> <20200416115047.233720-3-paul.kocialkowski@bootlin.com> <478f0a8b-f819-62f4-83b8-27918c4c2431@gmail.com> <20200416132442.GI125838@aptenodytes> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="5me2qT3T17SWzdxI" Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --5me2qT3T17SWzdxI Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Thu 16 Apr 20, 15:44, Johan Jonker wrote: > On 4/16/20 3:24 PM, Paul Kocialkowski wrote: > > Hi, > >=20 > > On Thu 16 Apr 20, 15:02, Johan Jonker wrote: > >> Hi Paul, > >> > >> The conversion of rockchip-rga.txt to rockchip-rga.yaml by myself just > >> has been approved by robh. > >=20 > > Huh, I looked around for ongoing related work but missed it. > > I'll definitely rebase on top of your series and use the yaml descripti= on > > instead. Thanks! > >=20 > >> Maybe place dts patches at the end of a patch serie. > >> Could you include a &rga patch if your device is supported in mainline, > >> so we can test with: > >> make ARCH=3Darm64 dtbs_check > >> DT_SCHEMA_FILES=3DDocumentation/devicetree/bindings/media/rockchip-rga= =2Eyaml > >=20 > > I tested with the PX30 EVB so I can surely add a node there if that tur= ns > > out necessary (see below). > >=20 > >> Johan > >> > >> On 4/16/20 1:50 PM, Paul Kocialkowski wrote: > >>> The PX30 features a RGA block: add the necessary node to support it. > >>> > >>> Signed-off-by: Paul Kocialkowski > >>> --- > >>> arch/arm64/boot/dts/rockchip/px30.dtsi | 11 +++++++++++ > >>> 1 file changed, 11 insertions(+) > >>> > >>> diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot= /dts/rockchip/px30.dtsi > >>> index 75908c587511..4bfbee9d4123 100644 > >>> --- a/arch/arm64/boot/dts/rockchip/px30.dtsi > >>> +++ b/arch/arm64/boot/dts/rockchip/px30.dtsi > >>> @@ -1104,6 +1104,17 @@ vopl_mmu: iommu@ff470f00 { > >>> status =3D "disabled"; > >>> }; > >>> =20 > >>> + rga: rga@ff480000 { > >>> + compatible =3D "rockchip,px30-rga"; > >>> + reg =3D <0x0 0xff480000 0x0 0x10000>; > >>> + interrupts =3D ; > >>> + clocks =3D <&cru ACLK_RGA>, <&cru HCLK_RGA>, <&cru SCLK_RGA_CORE>; > >>> + clock-names =3D "aclk", "hclk", "sclk"; > >>> + resets =3D <&cru SRST_RGA>, <&cru SRST_RGA_A>, <&cru SRST_RGA_H>; > >>> + reset-names =3D "core", "axi", "ahb"; > >>> + power-domains =3D <&power PX30_PD_VO>; > >> > >> status =3D "disabled"; > >=20 > > As of 5.6, the rk3399 has the node enabled by default. Did that change? >=20 > 'status' disappeared during review for rk3399 between v2 and v3, but > doesn't mention the reason. If someone can give more info here? >=20 > https://lore.kernel.org/lkml/1500101920-24039-5-git-send-email-jacob-chen= @iotwrt.com/ >=20 > https://lore.kernel.org/lkml/1501470460-12014-5-git-send-email-jacob-chen= @iotwrt.com/ >=20 > >=20 > > Since it's a standalone block that has no I/O dependency, I don't reall= y see > > the point of disabling it by default. >=20 > Vop, hdmi and other video devices are also disabled. > Follow the rest I think... Well, these blocks do have related I/O ports so it makes sense not to enable them by default because of pinmux, or because there might be no connector populated/routed. For a memory to memory internal block, I don't see any reason why. It's definitely not board-specific and having to add these nodes for every = board that has them is kind of a pain and might be overlooked. This will easily r= esult in the feature not being available for end users without having to change t= he dt. Also, the vpu node is always enabled on rockchip (and sunxi) platforms. I think these are better examples to follow. Cheers, Paul > >=20 > > What do you think? > >=20 > > Cheers, > >=20 > > Paul > >=20 > >>> + }; > >>> + > >>> qos_gmac: qos@ff518000 { > >>> compatible =3D "syscon"; > >>> reg =3D <0x0 0xff518000 0x0 0x20>; > >>> > >> > >=20 >=20 --=20 Paul Kocialkowski, Bootlin Embedded Linux and kernel engineering https://bootlin.com --5me2qT3T17SWzdxI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEJZpWjZeIetVBefti3cLmz3+fv9EFAl6YY8cACgkQ3cLmz3+f v9HFdQf/Ucl4BsyAk0vmxKBrLrYibjhWFadjBl0GYEQ9ZVUmMP+VemCFEYed3jWw HrmVkh1G/pdP3WesXwKxEJxhmfxJqdbD6MqyA9RIhGNOO36Mojbe2Q+xSA2UGVRA bvo3jg1Gb+DrWPDhYXrcTHWrGn6zdMXNYbzR9HHJvOFqbUHM2fBIWZBafuz2ph/T yzgVoCwWEuxfxAYcGdFn/qkm6F+Afq/DOmXxTjwk3t80f4lCsgzmRecXTZibktpV E5XjKumCb6FGHFOyKTROrY0y4sKbWygQNDdzZ7NIW3UIY3ViiudG3poAcxCjxL4Y LCHF/9ORJJ71RasTzUB+aDbe4OaBUA== =+2Ry -----END PGP SIGNATURE----- --5me2qT3T17SWzdxI--