Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp655914pxb; Tue, 2 Feb 2021 14:32:57 -0800 (PST) X-Google-Smtp-Source: ABdhPJzjQ4JVoAJO3rFcgzw9NmFYo6uzB7HgogcKmopwxF/TsH9r+YwemPPx1WGdVE5O/zx6w7si X-Received: by 2002:a17:906:d93:: with SMTP id m19mr201686eji.212.1612305177501; Tue, 02 Feb 2021 14:32:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612305177; cv=none; d=google.com; s=arc-20160816; b=d9XVy0iEEwpzMM7SFz3dk6o3GtxgIullfMp8Yaxqdu1IPEcc9ActrLmA55lpO5Ik9Q LSKZpGXDqfYHwarBUOmjSHfqiPtymiW6X8PXXhTL87RYpAKYLBhCl3fQXXfNRsnuWqyB Q3dfBqPLPwcrNKcrAAWBG3jfo0SoJXV85g/BDH1YHb0dWNYaeq+qEbpj+uJ1mleKthv7 HOPIJ5Fpdjmi4Gd0FouspN7sKJp4fp/RkO/FoktuSkXxrc6p7DSDYkjqAKu4+cvZ3mzU vYwE9PIQ+jib8Rf0uaesHNq1D80t7L0+uA8OTlFw9KTWqH/12xu9sOzAfjkEJHQm0GGt ZJeQ== 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=xkoW+F8zNjEwEll/m5ZUnIbCfJjknxnF6GZ2+4ECL1Y=; b=iWgNAFWXPToiGgqcgQEzbjGuWqKC+X/2qjCkRUAdgBazQ9Tt1C/D4bHDqEJ/TdE0at WHR9opT1SGScErR3/p+1nvwXvWud44+sPwzoS9UAv1UVr+MOaQo9t2o6C/Y6n7ZBsWqr zNYtOCS2fmke91lYcLRetf3QN1Aclih5Nv//95iBqTgl79685Kr56Vwjo52WUk+GIAEH vbQpkYMvRuBV4qjQXhQylKcsMMvdugJj89jwIT1s6GuOac2zsBx0xGuIs67rassIJW4w v9HXdBc9S84JviF9VC8lRNklEnckiuO2dfyb7Zio3noQq+dLf+Mmqi8UWvI65jHyxVTm YtgA== 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 j18si79168edw.197.2021.02.02.14.32.28; Tue, 02 Feb 2021 14:32:57 -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 S234100AbhBBO6J (ORCPT + 99 others); Tue, 2 Feb 2021 09:58:09 -0500 Received: from gloria.sntech.de ([185.11.138.130]:48860 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234890AbhBBO5o (ORCPT ); Tue, 2 Feb 2021 09:57:44 -0500 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l6x6m-00020V-Iv; Tue, 02 Feb 2021 15:56:48 +0100 From: Heiko Stuebner 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, heiko@sntech.de, 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, Heiko Stuebner Subject: [PATCH 2/6] dt-bindings: display: rockchip-dsi: add optional #phy-cells property Date: Tue, 2 Feb 2021 15:56:28 +0100 Message-Id: <20210202145632.1263136-3-heiko@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210202145632.1263136-1-heiko@sntech.de> References: <20210202145632.1263136-1-heiko@sntech.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Heiko Stuebner The Rockchip DSI controller on some SoCs also controls a bidrectional dphy, which would be connected to an Image Signal Processor as a phy in the rx configuration. So allow a #phy-cells property for the dsi controller. Signed-off-by: Heiko Stuebner --- .../bindings/display/rockchip/dw_mipi_dsi_rockchip.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/rockchip/dw_mipi_dsi_rockchip.txt b/Documentation/devicetree/bindings/display/rockchip/dw_mipi_dsi_rockchip.txt index 151be3bba06f..39792f051d2d 100644 --- a/Documentation/devicetree/bindings/display/rockchip/dw_mipi_dsi_rockchip.txt +++ b/Documentation/devicetree/bindings/display/rockchip/dw_mipi_dsi_rockchip.txt @@ -23,6 +23,7 @@ Required properties: Optional properties: - phys: from general PHY binding: the phandle for the PHY device. - phy-names: Should be "dphy" if phys references an external phy. +- #phy-cells: Defined when used as ISP phy, should be 0. - power-domains: a phandle to mipi dsi power domain node. - resets: list of phandle + reset specifier pairs, as described in [3]. - reset-names: string reset name, must be "apb". -- 2.29.2