From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay12.mail.gandi.net ([217.70.178.232]:58291 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726319AbeKETvq (ORCPT ); Mon, 5 Nov 2018 14:51:46 -0500 Date: Mon, 5 Nov 2018 11:32:37 +0100 From: jacopo mondi To: Simon Horman Cc: Laurent Pinchart , Jacopo Mondi , geert@linux-m68k.org, kieran.bingham+renesas@ideasonboard.com, niklas.soderlund+renesas@ragnatech.se, damm+renesas@opensource.se, ulrich.hecht+renesas@gmail.com, linux-renesas-soc@vger.kernel.org, Koji Matsuoka , Takeshi Kihara Subject: Re: [PATCH v2 6/8] arm64: dts: r8a77990: Add VIN and CSI-2 device nodes Message-ID: <20181105103237.GI20885@w540> References: <1536161385-25562-1-git-send-email-jacopo+renesas@jmondi.org> <1710077.PM4SUf1Toz@avalon> <20181030101431.GG15991@w540> <2028792.V3DFnOZWZP@avalon> <20181031124812.vig3zim5ilht44m6@verge.net.au> <20181031131840.GL15991@w540> <20181031143738.w6gfnxq76mw2wqrn@verge.net.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="1ou9v+QBCNysIXaH" Content-Disposition: inline In-Reply-To: <20181031143738.w6gfnxq76mw2wqrn@verge.net.au> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: --1ou9v+QBCNysIXaH Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Hi Simon, On Wed, Oct 31, 2018 at 03:37:39PM +0100, Simon Horman wrote: > On Wed, Oct 31, 2018 at 02:18:40PM +0100, jacopo mondi wrote: > > Hi Simon, > > > > On Wed, Oct 31, 2018 at 01:48:13PM +0100, Simon Horman wrote: > > > On Tue, Oct 30, 2018 at 02:57:59PM +0200, Laurent Pinchart wrote: > > > > Hi Jacopo, > > > > > > > > On Tuesday, 30 October 2018 12:14:31 EET jacopo mondi wrote: > > > > > On Mon, Sep 10, 2018 at 05:12:30PM +0300, Laurent Pinchart wrote: > > > > > > On Wednesday, 5 September 2018 18:29:43 EEST Jacopo Mondi wrote: > > > > > >> From: Koji Matsuoka > > > > > >> > > > > > >> Add device nodes for VIN4, VIN5 and CSI40 to R-Car E3 R8A77990 device > > > > > >> tree. > > > > > >> > > > > > >> Signed-off-by: Koji Matsuoka > > > > > >> Signed-off-by: Takeshi Kihara > > > > > >> Signed-off-by: Jacopo Mondi > > > > > >> --- > > > > > >> > > > > > >> arch/arm64/boot/dts/renesas/r8a77990.dtsi | 79 ++++++++++++++++++++++++ > > > > > >> 1 file changed, 79 insertions(+) > > > > > >> > > > > > >> diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi > > > > > >> b/arch/arm64/boot/dts/renesas/r8a77990.dtsi index ae89260..0ae7bbe > > > > > >> 100644 > > > > > >> --- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi > > > > > >> +++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi > > > > > >> @@ -337,6 +337,85 @@ > > > > > >> > > > > > >> status = "disabled"; > > > > > >> > > > > > >> }; > > > > > >> > > > > > >> + csi40: csi2@feaa0000 { > > > > > > > > > > > > I believe Simon would like to keep the nodes sorted by address > > > > > > > > > > > >> + compatible = "renesas,r8a77990-csi2", "renesas,rcar-gen3-csi2"; > > > > > >> + reg = <0 0xfeaa0000 0 0x10000>; > > > > > > > > > > > > 0x10000 seems pretty large to me. > > > > > > > > > > It seems to me that all Gen3 SoC have this lenght specified > > > > > > > > > > $git grep -A 10 'csi[2|4][0|1]: csi' arch/arm64/boot/dts/renesas/ | grep reg > > > > > arch/arm64/boot/dts/renesas/r8a7795.dtsi- reg = <0 0xfea80000 0 0x10000>; > > > > > arch/arm64/boot/dts/renesas/r8a7795.dtsi- reg = <0 0xfeaa0000 0 0x10000>; > > > > > arch/arm64/boot/dts/renesas/r8a7795.dtsi- reg = <0 0xfeab0000 0 0x10000>; > > > > > arch/arm64/boot/dts/renesas/r8a7796.dtsi- reg = <0 0xfea80000 0 0x10000>; > > > > > arch/arm64/boot/dts/renesas/r8a7796.dtsi- reg = <0 0xfeaa0000 0 0x10000>; > > > > > arch/arm64/boot/dts/renesas/r8a77965.dtsi- reg = <0 0xfea80000 0 0x10000>; > > > > > arch/arm64/boot/dts/renesas/r8a77965.dtsi- reg = <0 0xfeaa0000 0 0x10000>; > > > > > arch/arm64/boot/dts/renesas/r8a77970.dtsi- reg = <0 0xfeaa0000 0 0x10000>; > > > > > arch/arm64/boot/dts/renesas/r8a77980.dtsi- reg = <0 0xfeaa0000 0 0x10000>; > > > > > arch/arm64/boot/dts/renesas/r8a77980.dtsi- reg = <0 0xfeab0000 0 0x10000>; > > > > > arch/arm64/boot/dts/renesas/r8a77990.dtsi- reg = <0 0xfeaa0000 0 0x10000>; > > > > > > > > > > Am I missing something? > > > > > > > > Cargo-cult programming ? :-) This will likely not hurt, but such a large > > > > memory area is not required, and we'll save a bit of memory if we reduce the > > > > mapping from 64kB to 4kB (or less) > > > > > > Can we please update this patch, and existing dtsi files, > > > to use an appropriately small register window? > > > > > > > What if we keep this one as it is and we change all the DTSIs in one > > go? > > I would rather we correct this patch than add it with a known problem. Sorry, I was confused. This patch is already in v4.20. If we want to fix this, a single follow-up patch that changes the memory area size for all SoCs is required. Thanks j > > > > > > > > > > > > > Apart from that, > > > > > > > > > > I will include the upporting of the following patch to fix the VIN > > > > > endpoint numbering in forthcoming v3: > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git/commit > > > > > /?id=1b1b73f7558d867d72e198901b84bec1e6ef1405 > > > > > > > > > > As this has already been applied to simon's tree. > > > > > > > > > > > Reviewed-by: Laurent Pinchart > > > > > > > > > > > >> + interrupts = ; > > > > > >> + clocks = <&cpg CPG_MOD 716>; > > > > > >> + power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; > > > > > >> + resets = <&cpg 716>; > > > > > >> + status = "disabled"; > > > > > >> + > > > > > >> + ports { > > > > > >> + #address-cells = <1>; > > > > > >> + #size-cells = <0>; > > > > > >> + > > > > > >> + port@1 { > > > > > >> + #address-cells = <1>; > > > > > >> + #size-cells = <0>; > > > > > >> + > > > > > >> + reg = <1>; > > > > > >> + > > > > > >> + csi40vin4: endpoint@0 { > > > > > >> + reg = <0>; > > > > > >> + remote-endpoint = <&vin4csi40>; > > > > > >> + }; > > > > > >> + csi40vin5: endpoint@1 { > > > > > >> + reg = <1>; > > > > > >> + remote-endpoint = <&vin5csi40>; > > > > > >> + }; > > > > > >> + }; > > > > > >> + }; > > > > > >> + }; > > > > > >> + > > > > > >> + vin4: video@e6ef4000 { > > > > > >> + compatible = "renesas,vin-r8a77990"; > > > > > >> + reg = <0 0xe6ef4000 0 0x1000>; > > > > > >> + interrupts = ; > > > > > >> + clocks = <&cpg CPG_MOD 807>; > > > > > >> + power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; > > > > > >> + resets = <&cpg 807>; > > > > > >> + renesas,id = <4>; > > > > > >> + status = "disabled"; > > > > > >> + > > > > > >> + ports { > > > > > >> + #address-cells = <1>; > > > > > >> + #size-cells = <0>; > > > > > >> + > > > > > >> + port@1 { > > > > > >> + reg = <1>; > > > > > >> + > > > > > >> + vin4csi40: endpoint { > > > > > >> + remote-endpoint= <&csi40vin4>; > > > > > >> + }; > > > > > >> + }; > > > > > >> + }; > > > > > >> + }; > > > > > >> + > > > > > >> + vin5: video@e6ef5000 { > > > > > >> + compatible = "renesas,vin-r8a77990"; > > > > > >> + reg = <0 0xe6ef5000 0 0x1000>; > > > > > >> + interrupts = ; > > > > > >> + clocks = <&cpg CPG_MOD 806>; > > > > > >> + power-domains = <&sysc R8A77990_PD_ALWAYS_ON>; > > > > > >> + resets = <&cpg 806>; > > > > > >> + renesas,id = <5>; > > > > > >> + status = "disabled"; > > > > > >> + > > > > > >> + ports { > > > > > >> + #address-cells = <1>; > > > > > >> + #size-cells = <0>; > > > > > >> + > > > > > >> + port@1 { > > > > > >> + reg = <1>; > > > > > >> + > > > > > >> + vin5csi40: endpoint { > > > > > >> + remote-endpoint= <&csi40vin5>; > > > > > >> + }; > > > > > >> + }; > > > > > >> + }; > > > > > >> + }; > > > > > >> + > > > > > >> scif2: serial@e6e88000 { > > > > > >> compatible = "renesas,scif-r8a77990", > > > > > >> "renesas,rcar-gen3-scif", "renesas,scif"; > > > > > > > > -- > > > > Regards, > > > > > > > > Laurent Pinchart > > > > > > > > > > > > > > --1ou9v+QBCNysIXaH Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJb4BxFAAoJEHI0Bo8WoVY8c70P/i4GwMqBcJr/gN16xmm46834 AMtyb3zqLMRbJm6i46a2CfG5aLuOMMsK781+Fbx+nAYPE3/sA7nULh9qpKUR2LDH I0sVQjMfDnL9u86TjZ0GlcbCgKXdnDBedMnBzfcOs79JbWZQ9UXpmQm/uqObWUgM i0B3FG2jm2IrdY4Qha5LvgPSmi7ZOHDM0lsw69hb9JdxkqQm8ywapXXd4qvc9Xzz ehgtIl4XvmkoQUhL5MKfmPiUqHRm1oRG9NhQGwzCBoGPy2qMrNNL1B37Igk4YH7l 4Sqmzq2QKQzctdkh7Dgw121ke7NRSIFHsJVstUp+AAGTIxnMY5SN8LSpylP/YNBe Ta8lWmLg6yADcVrAelzl/7owIIbp8h+U4jeVaeuG6hask9pCQP20+mZzm0AErxaz 1899EUDhA/NcRCXuUI0jQc6UCD22lKfnuew2BkhETGgVFeie8WBvb82Gnmu3L97i 7tCWetvq0tnYkYZCGp6IrlajZVWXUGzGUgdlB6yMveRdbjzpq1miUSVWfeg11+F5 CBtXxl/TkUOmRtSRuo1E5GNjtr4l2LNhzpO1gBvHsylhVJ+Pn0CdbAP8XWkS5Xku TYYMUuRtiJjW8FfpQjVtRRHS0VJF7bUonRM4LkDQTNMNPQTz1yuJJdvRUHaQdmk0 KHBYQgjSZ+dh4WsIFdLO =Tw4b -----END PGP SIGNATURE----- --1ou9v+QBCNysIXaH--