Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1223548pxb; Wed, 10 Feb 2021 03:19:14 -0800 (PST) X-Google-Smtp-Source: ABdhPJwdC0mgws1HkmYh1ODeYx8EmIIVFBttGTePxwQmHI8s9ymxUaacn2Ti2rm/fVNIVNS1ixXl X-Received: by 2002:a17:906:4dc3:: with SMTP id f3mr2365482ejw.233.1612955954457; Wed, 10 Feb 2021 03:19:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612955954; cv=none; d=google.com; s=arc-20160816; b=dtK5NYgsX8/C9tViYTb+S2RBuaTEcrrQcl78aYtMwynMU05Ut/GQgdm/cjEkcY/rxC BbYXbB+rqE59dPmC/FkwUAsmmbvrkMjP+Kk4e7XQxuDl6tofThmbMS/DxSIcqYTk63pr iQtlS3jv6YS7KbdVCje05/C7mQ4NQQW/krL6abdTRXJcmNQS9cgLOxVHeMKBbYvW9BrV 26hnUbaDHKVu+9vR/pTx0YX7xkNGYLm6+lpBwCHZLvweUZnpJwP9mX09Lj0g2BXK3nd/ zFFnDLp0FHTTi1ozZTJKwf+6jLOlkHJuD9vS9rBqhKcOKeBzAnyPJ4pIdSdkoM9IZXsn 9o0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=8XKu0PGDFpqFs3JPEHMuxcJ8s3Nc7P3wAS3rudl2tQ4=; b=drnsXLEWiUAoPlDIvq2pLhAxbSdNdlgDM+N7xoym+almWilkxH9Q7LpzToBAtQbf4l qskv/OCWAIXTI0rF1HtZ4QFX1I8IZTDKTrSi+fZp7qM0KBsX+rroQnj81IieyFzBp5ev QaE8neQsnPRtua9cqMOERmO4TFi6UMw/9SMKcHAMjqTrK32whLBiudm3TbgciLlnAqCS Sgp6JenBYCjG5LXpcHXJnYrQFawSqQ/CbOjGIYTg0rgYCcR43nuueGugGKlxrhU3wwKj 4S1V7XgTvRoDtqD/PqnNwyZY+r0OojU+3rSaVkFww5aS0wbpF4d0tGbgt0AzeJKhvPEf /IuA== 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 kx4si1083047ejc.636.2021.02.10.03.18.50; Wed, 10 Feb 2021 03:19:14 -0800 (PST) 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 S229665AbhBJLSK (ORCPT + 99 others); Wed, 10 Feb 2021 06:18:10 -0500 Received: from gloria.sntech.de ([185.11.138.130]:43866 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229475AbhBJLMR (ORCPT ); Wed, 10 Feb 2021 06:12:17 -0500 Received: from [95.90.166.74] (helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l9nP8-0003gY-PH; Wed, 10 Feb 2021 12:11:30 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: dri-devel@lists.freedesktop.org Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, hjc@rock-chips.com, robh+dt@kernel.org, sebastian.fricke@posteo.net, linux-media@vger.kernel.org, dafna.hirschfeld@collabora.com, helen.koike@collabora.com, ezequiel@collabora.com, cmuellner@linux.com Subject: Re: [PATCH v2 0/6] Support second Image Signal Processor on rk3399 Date: Wed, 10 Feb 2021 12:11:29 +0100 Message-ID: <110045238.nniJfEyVGO@diego> In-Reply-To: <20210210111020.2476369-1-heiko@sntech.de> References: <20210210111020.2476369-1-heiko@sntech.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 10. Februar 2021, 12:10:14 CET schrieb Heiko Stuebner: > The rk3399 has two ISPs and right now only the first one is usable. > The second ISP is connected to the TXRX dphy on the soc. > > The phy of ISP1 is only accessible through the DSI controller's > io-memory, so this series adds support for simply using the dsi > controller is a phy if needed. > > That solution is needed at least on rk3399 and rk3288 but no-one > has looked at camera support on rk3288 at all, so right now > only implement the rk3399 specifics. > > changes in v2: > - enable grf-clock also for init callback > to not break if for example hdmi is connected on boot > and disabled the grf clock during its probe > - add Sebastian's Tested-by > - add Rob's Ack for the phy-cells property > > Heiko Stuebner (6): > drm/rockchip: dsi: add own additional pclk handling > dt-bindings: display: rockchip-dsi: add optional #phy-cells property > drm/rockchip: dsi: add ability to work as a phy instead of full dsi > arm64: dts: rockchip: add #phy-cells to mipi-dsi1 > arm64: dts: rockchip: add cif clk-control pinctrl for rk3399 > arm64: dts: rockchip: add isp1 node on rk3399 of course everything was meant to be v2 in the subject. Heiko