Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1178774ybi; Fri, 14 Jun 2019 09:55:49 -0700 (PDT) X-Google-Smtp-Source: APXvYqwRWHJTVFSD82NERW2UQkewxJgjoDNqTvrjZflaGm89UVopcwBccsFT6vAajXSzj97J5Yki X-Received: by 2002:a65:56c5:: with SMTP id w5mr36209349pgs.434.1560531349093; Fri, 14 Jun 2019 09:55:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560531349; cv=none; d=google.com; s=arc-20160816; b=yBeIa/aNQaciStD4vPoWpPyPiNmZK96Jh2pKiDq4LVnuAYbYp+9vSZz850Y2P52TLw 6tctlnzJyWW9dqxKwp3V8gOmnSmPtc/UM5C1PYKY6Mhgi4rXkQM8ThaAEuhWINUwgX/8 EtGybHb4PI7/zTtj2b3Yi20IimXxTQh9yIjDhH1rtHlP8H6waZ0Wrp2AVqlcOSJDiH3I 1nvKe5gFfjSmJv9ZoEh2JYm00jVbVjHym42mRu4ecuGz6X8PwaOzinRPyeCa6gkkbTwu dnc7MCOGQqRGxE2MpE1wJg6MZHn7kURtfAd/A5/wRTE7XetCntJvL7c/ZKd+7STgEb5a iCtA== 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=ol1wNPu8tqv1aqgCVqhXw0pxI+VXUsS2Am0GLWzwW7g=; b=NVusr26CKfvcoFuh2qVu0n3HfhmCCgtfQFa1hX2nDhGqAFE+H/UP5K/I5mQ3jNstmx m8sRO+u2aU0b4D2YiT6H0xOLQbrliLQCIfhtLUZkz8opiZiAueZQOL3H/kuJOGy59hdI 1LErTJzlb/jkSNr/TL8+sDdEd2ialFv7UrveGmYI7O3VPQoiv89rEns7mCgl5OJXuX0e tWBlJQBdb1YykdN6LlfO9JVsfY+d3Y46SiZnRks8KAweHuDtIc5sCv6bECi3x67krVBk yqpFH7ws2AxydcemSf+hoQARvwLjCIAQF5rdkDRJrCkJhlRNQrJB19InrnHJgZ00R9iZ MCEg== 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 i32si2740823pje.44.2019.06.14.09.55.33; Fri, 14 Jun 2019 09:55:49 -0700 (PDT) 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 S1726475AbfFNQzU (ORCPT + 99 others); Fri, 14 Jun 2019 12:55:20 -0400 Received: from gloria.sntech.de ([185.11.138.130]:43242 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726262AbfFNQzK (ORCPT ); Fri, 14 Jun 2019 12:55:10 -0400 Received: from we0305.dip.tu-dresden.de ([141.76.177.49] helo=phil.dip.tu-dresden.de) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1hbpTd-0006Tl-VV; Fri, 14 Jun 2019 18:54:58 +0200 From: Heiko Stuebner To: linux-rockchip@lists.infradead.org Cc: linux-arm-kernel@lists.infradead.org, justin.swartz@risingedge.co.za, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, mturquette@baylibre.com, sboyd@kernel.org, Heiko Stuebner Subject: [PATCH 3/4] ARM: dts: rockchip: add display nodes for rk322x Date: Fri, 14 Jun 2019 18:54:53 +0200 Message-Id: <20190614165454.13743-4-heiko@sntech.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190614165454.13743-1-heiko@sntech.de> References: <20190614165454.13743-1-heiko@sntech.de> 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 From: Justin Swartz Add display_subsystem, hdmi_phy, vop, and hdmi device nodes plus a few hdmi pinctrl entries to allow for HDMI output. Signed-off-by: Justin Swartz [added assigned-clock settings for hdmiphy output] Signed-off-by: Heiko Stuebner --- arch/arm/boot/dts/rk322x.dtsi | 83 +++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi index da102fff96a2..148f9b5157ea 100644 --- a/arch/arm/boot/dts/rk322x.dtsi +++ b/arch/arm/boot/dts/rk322x.dtsi @@ -143,6 +143,11 @@ #clock-cells = <0>; }; + display_subsystem: display-subsystem { + compatible = "rockchip,display-subsystem"; + ports = <&vop_out>; + }; + i2s1: i2s1@100b0000 { compatible = "rockchip,rk3228-i2s", "rockchip,rk3066-i2s"; reg = <0x100b0000 0x4000>; @@ -529,6 +534,17 @@ status = "disabled"; }; + hdmi_phy: hdmi-phy@12030000 { + compatible = "rockchip,rk3228-hdmi-phy"; + reg = <0x12030000 0x10000>; + clocks = <&cru PCLK_HDMI_PHY>, <&xin24m>, <&cru DCLK_HDMI_PHY>; + clock-names = "sysclk", "refoclk", "refpclk"; + #clock-cells = <0>; + clock-output-names = "hdmiphy_phy"; + #phy-cells = <0>; + status = "disabled"; + }; + gpu: gpu@20000000 { compatible = "rockchip,rk3228-mali", "arm,mali-400"; reg = <0x20000000 0x10000>; @@ -572,6 +588,28 @@ status = "disabled"; }; + vop: vop@20050000 { + compatible = "rockchip,rk3228-vop"; + reg = <0x20050000 0x1ffc>; + interrupts = ; + clocks = <&cru ACLK_VOP>, <&cru DCLK_VOP>, <&cru HCLK_VOP>; + clock-names = "aclk_vop", "dclk_vop", "hclk_vop"; + resets = <&cru SRST_VOP_A>, <&cru SRST_VOP_H>, <&cru SRST_VOP_D>; + reset-names = "axi", "ahb", "dclk"; + iommus = <&vop_mmu>; + status = "disabled"; + + vop_out: port { + #address-cells = <1>; + #size-cells = <0>; + + vop_out_hdmi: endpoint@0 { + reg = <0>; + remote-endpoint = <&hdmi_in_vop>; + }; + }; + }; + vop_mmu: iommu@20053f00 { compatible = "rockchip,iommu"; reg = <0x20053f00 0x100>; @@ -594,6 +632,36 @@ status = "disabled"; }; + hdmi: hdmi@200a0000 { + compatible = "rockchip,rk3228-dw-hdmi"; + reg = <0x200a0000 0x20000>; + reg-io-width = <4>; + interrupts = ; + assigned-clocks = <&cru SCLK_HDMI_PHY>; + assigned-clock-parents = <&hdmi_phy>; + clocks = <&cru SCLK_HDMI_HDCP>, <&cru PCLK_HDMI_CTRL>, <&cru SCLK_HDMI_CEC>; + clock-names = "isfr", "iahb", "cec"; + pinctrl-names = "default"; + pinctrl-0 = <&hdmii2c_xfer &hdmi_hpd &hdmi_cec>; + resets = <&cru SRST_HDMI_P>; + reset-names = "hdmi"; + phys = <&hdmi_phy>; + phy-names = "hdmi"; + rockchip,grf = <&grf>; + status = "disabled"; + + ports { + hdmi_in: port { + #address-cells = <1>; + #size-cells = <0>; + hdmi_in_vop: endpoint@0 { + reg = <0>; + remote-endpoint = <&vop_out_hdmi>; + }; + }; + }; + }; + sdmmc: dwmmc@30000000 { compatible = "rockchip,rk3228-dw-mshc", "rockchip,rk3288-dw-mshc"; reg = <0x30000000 0x4000>; @@ -922,6 +990,21 @@ }; }; + hdmi { + hdmi_hpd: hdmi-hpd { + rockchip,pins = <0 RK_PB7 1 &pcfg_pull_down>; + }; + + hdmii2c_xfer: hdmii2c-xfer { + rockchip,pins = <0 RK_PA6 2 &pcfg_pull_none>, + <0 RK_PA7 2 &pcfg_pull_none>; + }; + + hdmi_cec: hdmi-cec { + rockchip,pins = <0 RK_PC4 1 &pcfg_pull_none>; + }; + }; + i2c0 { i2c0_xfer: i2c0-xfer { rockchip,pins = <0 RK_PA0 1 &pcfg_pull_none>, -- 2.20.1