From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66237C4338F for ; Mon, 23 Aug 2021 18:45:13 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 02C7D613AD for ; Mon, 23 Aug 2021 18:45:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 02C7D613AD Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id: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=kNfqFPnsDj06VapoWtMaopLtQ+zUxMYrY63H9DUyzJw=; b=nm9bJwjhAH3KIx vIR5qbpjBJF3BbbNzv+z+ijXyMol0Zc0gb6wwXIs1a2fdgDpzdhImlYsxYB4G94t/1g3lrUwIFufY tG4YTsRCFYXVcajIhm0ZQeYnM/TIUvsoBYFyiKT9mQF3LlfNUK5YJ+85SD2so9GoMOXbaQDmgtx4B UXwprCGCnNm8r42Ddz/sM3pBR3P3OTEoqrOWDAHYwu0YCOgfOoQ4flY0nlWMS2ENs9kKEOFuAS9by XbDsZKbiKlbuidrvih6qSf1zT8yh13vhDxHQ+GYudcRIJuj8/QQu+5M118VSS/N7oYrlDKNjfE4fe aFNd2jajznB9xMgCv/7A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mIEu8-000Ksm-3v; Mon, 23 Aug 2021 18:42:40 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mIEtt-000Kpm-HG; Mon, 23 Aug 2021 18:42:26 +0000 Received: from dynamic-046-114-139-102.46.114.pool.telefonica.de ([46.114.139.102] helo=phil.sntech) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mIEtp-0002Jl-QA; Mon, 23 Aug 2021 20:42:21 +0200 From: Heiko Stuebner To: Alex Bee Cc: Heiko Stuebner , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org, Rob Herring Subject: Re: [PATCH] arm64: dts: rockchip: Fix GPU register width for RK3328 Date: Mon, 23 Aug 2021 20:42:13 +0200 Message-Id: <162974163915.2977894.9290643400538669916.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210623115926.164861-1-knaerzche@gmail.com> References: <20210623115926.164861-1-knaerzche@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210823_114225_635934_C88273E6 X-CRM114-Status: GOOD ( 11.49 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 23 Jun 2021 13:59:26 +0200, Alex Bee wrote: > As can be seen in RK3328's TRM the register range for the GPU is > 0xff300000 to 0xff330000. > It would (and does in vendor kernel) overlap with the registers of > the HEVC encoder (node/driver do not exist yet in upstream kernel). > See already existing h265e_mmu node. Applied, thanks! [1/1] arm64: dts: rockchip: Fix GPU register width for RK3328 commit: 3f1c9b99f22c4784bd6f439a63bbf8a61c0335b1 Best regards, -- Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel