Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1706157ybx; Thu, 7 Nov 2019 16:04:23 -0800 (PST) X-Google-Smtp-Source: APXvYqyBw0peaMBz9KhATCWgRxqS0uINd/Q26IZgaaiH9uVsDei8cxylv8Ky3hf7zV5Xn4cuLOim X-Received: by 2002:a50:d713:: with SMTP id t19mr6980018edi.185.1573171463571; Thu, 07 Nov 2019 16:04:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573171463; cv=none; d=google.com; s=arc-20160816; b=ECwdVVLBj+WNOWVXtSaLzSypSz+Cs/8Cp4D6qDk3G5bD1BqcqeTEInntzTYNcNbW6c Ad12dBYL9LH9pHVC2S0NiCgTtVwme7mf393Xg9ComHAGYKOABRiPXVf84y2EveriIpZf Z9Eru3VF2dt6LLWKksYvBSQHGokh0hZnu6fenNnv+9Mvl489HD5GHl4dgTBxgxFCEEbC 20+uSlLb9bXK3cvjLnBITl+dS4kot3YaNJLeD8pBgrQAi9z5jFkFFj40ID5qpFeyMplu sEJ6CqrgUCNgppRmjPj9gMMNGtQXVU9FE/1XPbkF7bKUWs+GtdotT/vG/oUaN7nHUOuE Stsw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=3iETJ8XimQ+o1sQMFbWyCV+N6KUjK+BJ7H/RUA+qUDc=; b=Bmr5uYvLwCmYmcwgG3465DgQLvAJjfhWvonBoutH1W2UMz2eEiilqlA1MzLEFytxzY QvbccWsCEv873MD9FgXjxsBTkqjjypgls7e8u+gQx8RFykdu0uAyABT3rUteWbKK2CQG ot92ohSSx6aERXVbGnX4gYaBGNh2ycXCAlFlCuqIPE6nsev50s6sXsWrN9HHjep3Q/w6 CQJpNJNnFKsMmOpNQEYavZdKNuHRjuyfbdgVG5rtZCjIZK7Ln4tFWneZ3NkQERN6Yhrl U1OHcdWtvYzyVA/FTgWfkQFp+851Iwbe7nRm5o40N7T68oVEzh8PLWYG+M0snkbK6daK AyyQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e22si2567388edy.0.2019.11.07.16.03.58; Thu, 07 Nov 2019 16:04:23 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727695AbfKHADR (ORCPT + 99 others); Thu, 7 Nov 2019 19:03:17 -0500 Received: from gloria.sntech.de ([185.11.138.130]:49642 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725940AbfKHADR (ORCPT ); Thu, 7 Nov 2019 19:03:17 -0500 Received: from ip5f5a6266.dynamic.kabel-deutschland.de ([95.90.98.102] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1iSrk2-00065H-5Q; Fri, 08 Nov 2019 01:03:06 +0100 From: Heiko Stuebner To: dri-devel@lists.freedesktop.org, a.hajda@samsung.com Cc: hjc@rock-chips.com, robh+dt@kernel.org, mark.rutland@arm.com, narmstrong@baylibre.com, Laurent.pinchart@ideasonboard.com, jonas@kwiboo.se, jernej.skrabec@siol.net, philippe.cornu@st.com, yannick.fertre@st.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, heiko@sntech.de, christoph.muellner@theobroma-systems.com, Heiko Stuebner Subject: [PATCH v2 4/5] dt-bindings: display: rockchip-dsi: add px30 compatible Date: Fri, 8 Nov 2019 01:02:52 +0100 Message-Id: <20191108000253.8560-5-heiko.stuebner@theobroma-systems.com> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191108000253.8560-1-heiko.stuebner@theobroma-systems.com> References: <20191108000253.8560-1-heiko.stuebner@theobroma-systems.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The px30 SoC also uses a dw-mipi-dsi controller, so add the compatible value for it. Signed-off-by: Heiko Stuebner --- .../bindings/display/rockchip/dw_mipi_dsi_rockchip.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 1ba9237d0ac0..151be3bba06f 100644 --- a/Documentation/devicetree/bindings/display/rockchip/dw_mipi_dsi_rockchip.txt +++ b/Documentation/devicetree/bindings/display/rockchip/dw_mipi_dsi_rockchip.txt @@ -4,8 +4,10 @@ Rockchip specific extensions to the Synopsys Designware MIPI DSI Required properties: - #address-cells: Should be <1>. - #size-cells: Should be <0>. -- compatible: "rockchip,rk3288-mipi-dsi", "snps,dw-mipi-dsi". - "rockchip,rk3399-mipi-dsi", "snps,dw-mipi-dsi". +- compatible: one of + "rockchip,px30-mipi-dsi", "snps,dw-mipi-dsi" + "rockchip,rk3288-mipi-dsi", "snps,dw-mipi-dsi" + "rockchip,rk3399-mipi-dsi", "snps,dw-mipi-dsi" - reg: Represent the physical address range of the controller. - interrupts: Represent the controller's interrupt to the CPU(s). - clocks, clock-names: Phandles to the controller's pll reference -- 2.23.0