From patchwork Wed Aug 14 00:54:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jammy Huang X-Patchwork-Id: 13762730 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B83E6C52D7C for ; Wed, 14 Aug 2024 00:56:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-ID:Date :Subject:CC:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=JVv+vXwHRtIQBWM3eSq3WmU0bY2S+vWGJlvz2C4yyd4=; b=V4pl9x4H2JcaUnp+BoKxgWHCYz xVaikabK+O/2G7hGq1pdrxMsEQgPDSq1bdXrlthOkDN9PHnwN7YaDeucQsKY9eo21bjl9wBBa8npw 7OvFCVIy2Q+Htm+0/opL+v3YJmgb+wfyUf4uGxPffYz8a0A2aVatb+WAOSH95YwPPSYc+U3LIUj4T hCshFU5+5T2L2QqeCdUHrZuvMwsgH2ZzcsT7uu54i88ykOBEh75M/u/lECmLC/owWxFN9yEKDlIxG S6VYEmVdNSg05TLn+9sZVWiVEGmz+gD2WYx+8BJjj7VdS9MI5UD925K4zkCE6o13tQq3wCD5fAOO9 cD3mUnVQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1se2Ik-00000005JUW-0keA; Wed, 14 Aug 2024 00:55:46 +0000 Received: from mail.aspeedtech.com ([211.20.114.72] helo=TWMBX01.aspeed.com) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1se2HZ-00000005JG3-1qOB for linux-arm-kernel@lists.infradead.org; Wed, 14 Aug 2024 00:54:34 +0000 Received: from TWMBX01.aspeed.com (192.168.0.62) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.12; Wed, 14 Aug 2024 08:54:21 +0800 Received: from mail.aspeedtech.com (192.168.10.10) by TWMBX01.aspeed.com (192.168.0.62) with Microsoft SMTP Server id 15.2.1258.12 via Frontend Transport; Wed, 14 Aug 2024 08:54:21 +0800 From: Jammy Huang To: , , , , , CC: , , , , Subject: [PATCH v4 1/2] ARM: dts: aspeed: Add properties of scu and gfx for video Date: Wed, 14 Aug 2024 08:54:20 +0800 Message-ID: <20240814005421.3362441-2-jammy_huang@aspeedtech.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240814005421.3362441-1-jammy_huang@aspeedtech.com> References: <20240814005421.3362441-1-jammy_huang@aspeedtech.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240813_175433_497211_13BE600B X-CRM114-Status: UNSURE ( 9.01 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org To have video support capture from SoC display(GFX), these properties are added to allow video to control related registers. Signed-off-by: Jammy Huang --- arch/arm/boot/dts/aspeed/aspeed-g6.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi index 7fb421153596..9f122717dfe3 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi @@ -451,6 +451,8 @@ video: video@1e700000 { <&syscon ASPEED_CLK_GATE_ECLK>; clock-names = "vclk", "eclk"; interrupts = ; + aspeed,scu = <&syscon>; + aspeed,gfx = <&gfx>; status = "disabled"; };