Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp4515910pxb; Mon, 27 Sep 2021 20:03:02 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzBn6LVEq8stVpimXXPDG+evBeyOGD+ZOjvjZaHTnAdW34tuftiPr6Tcuraz8DW492akWDz X-Received: by 2002:a17:906:29d0:: with SMTP id y16mr4293565eje.477.1632798181844; Mon, 27 Sep 2021 20:03:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632798181; cv=none; d=google.com; s=arc-20160816; b=GiRJSnseArKYW7DYM9rU69ktVOlBGvqNafmYZYDmLLajz2uWbi940cP/Xi/TXMSMTH ulxa6g/9B0m1fArDyR+PPdXkwP1zGiCcTtsI+oSfNKL+Rt6Isy44i+Ikkw+Yg4iu0TAl bokaRM95yA7Kz328mO4zsHLr2Gw4XscNkO+m8yl3V44A3L6dXw5Xe+QeH5RfxyhvtycE Lp9TUKFlr1KcrU94Wm8GQZtALewIYxhV4BX4Pha2fv16OPUmfcYJ9DXy+OhVo0ghaKUE BjCiFMEOzo08MhUhoaohK5zX21suIitshgiM1bH2mQ9OLQ7wmbrNTEcmA6rc5sERexu/ npyg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=OpqhA4D3rDR/6JLDymH+WZ1RRRK1zLWbZ+JCvbLv1vo=; b=1GmJ1C1xqnSgQW4/nsvVm5Die/PBBMDKWmKV6n77h0aSZBEmypyVGf06urWbLggLgR jZeKw/pu6Ig20m3JAgrtfIwJO7dZXEZDGlYlyn1eqdsC3ePevmAFudwwkYFYy8uDV10w KavBdqkTQRcM7VJS+gAzGeFpcm+aWog2kyOBUwFQw1DZqMWD43Sn1i080KhiMk4Cwk9K eP7OfQHLB5YbcM+jlk55CfmWffFMnKIzdnt58DL8z05gONB2AcuXPqLZXn0TD2MELQ/s geJNVtC24hPeYLzcHmryF4PL5FZR+P4gWbEmsLS23xJnk61BL5aLSCV/5Ro9vLVAoCEI 8iYg== 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 g8si234336eds.72.2021.09.27.20.02.38; Mon, 27 Sep 2021 20:03:01 -0700 (PDT) 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 S238803AbhI1DAF (ORCPT + 99 others); Mon, 27 Sep 2021 23:00:05 -0400 Received: from twspam01.aspeedtech.com ([211.20.114.71]:61429 "EHLO twspam01.aspeedtech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238728AbhI1DAB (ORCPT ); Mon, 27 Sep 2021 23:00:01 -0400 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 18S2aUxL072685; Tue, 28 Sep 2021 10:36:30 +0800 (GMT-8) (envelope-from tommy_huang@aspeedtech.com) Received: from tommy0527-VirtualBox.aspeedtech.com (192.168.2.141) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 28 Sep 2021 10:57:10 +0800 From: tommy-huang To: , , , , , , , , , CC: Subject: [PATCH 1/6] ARM: dts: aspeed: Add GFX node to AST2600 Date: Tue, 28 Sep 2021 10:56:58 +0800 Message-ID: <20210928025703.10909-2-tommy_huang@aspeedtech.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210928025703.10909-1-tommy_huang@aspeedtech.com> References: <20210928025703.10909-1-tommy_huang@aspeedtech.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.2.141] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 18S2aUxL072685 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Joel Stanley The GFX device is present in the AST2600 SoC. Signed-off-by: Joel Stanley Signed-off-by: tommy-huang --- arch/arm/boot/dts/aspeed-g6.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index 1b47be1704f8..e38c3742761b 100644 --- a/arch/arm/boot/dts/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed-g6.dtsi @@ -351,6 +351,17 @@ quality = <100>; }; + gfx: display@1e6e6000 { + compatible = "aspeed,ast2600-gfx", "aspeed,ast2500-gfx", "syscon"; + reg = <0x1e6e6000 0x1000>; + reg-io-width = <4>; + clocks = <&syscon ASPEED_CLK_GATE_D1CLK>; + resets = <&syscon ASPEED_RESET_GRAPHICS>; + syscon = <&syscon>; + status = "disabled"; + interrupts = ; + }; + xdma: xdma@1e6e7000 { compatible = "aspeed,ast2600-xdma"; reg = <0x1e6e7000 0x100>; -- 2.17.1