From patchwork Mon Jul 10 12:12:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 9832807 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1ABCD60350 for ; Mon, 10 Jul 2017 12:13:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0D18A282EC for ; Mon, 10 Jul 2017 12:13:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 017B52843C; Mon, 10 Jul 2017 12:13:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id D1AB7282EC for ; Mon, 10 Jul 2017 12:13:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=gWN5JFtxSc/xWJOkgf2+aMlsxINIJnLONEWfHZ/gXXA=; b=rKOLXyzjNYEsGUOj2lcCL+5Cp+ b90J5pVDVfY41B3xIgBUPbqDUapEZnAMVaXr39Ft/FAUwr/6WxIRGdDKaqipQO9W2pN0b1Gofh+Y7 LXarsIn8IQvq7nCVl72PjrnMLiml3xiX/lZUsDgF8GBFeA7NNbz5+X+sNY8os6jd8yYtWh4zB40w2 +Z+CbXm/+FxzpI2vOomZL2isXG/XJYxzI6t+fRcn+nQRnGnNr4YsN1bKEv4wWHY0uf0aOdr40mWwT eK/nZlrswh8iVju2h2pLYH5SB1rTffzPxWmSjxg2neje5u28GbCg0q4fCjq/ilg34yB1E3X2fnCs4 0uQtZt8A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dUXYj-00075S-QX; Mon, 10 Jul 2017 12:13:01 +0000 Received: from gloria.sntech.de ([95.129.55.99]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dUXYh-00073c-1p; Mon, 10 Jul 2017 12:13:00 +0000 Received: from p5b127c74.dip0.t-ipconnect.de ([91.18.124.116] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.1:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1dUXYH-0005Xi-2x; Mon, 10 Jul 2017 14:12:33 +0200 From: Heiko Stuebner To: robh+dt@kernel.org Subject: [PATCH 2/2] ARM: dts: rockchip: remove arm, mali-midgard compatible from rk3288 Date: Mon, 10 Jul 2017 14:12:27 +0200 Message-Id: <20170710121227.14264-2-heiko@sntech.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170710121227.14264-1-heiko@sntech.de> References: <20170710121227.14264-1-heiko@sntech.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170710_051259_256257_7E870CC9 X-CRM114-Status: UNSURE ( 7.25 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, Heiko Stuebner , guillaume.tucker@collabora.com, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP The binding specifies the actual implementations only (mali-t760 for example) but not the arm,mali-midgard used in some vendor kernels. So drop that compatible property from the rk3288 where it had slipped in. Signed-off-by: Heiko Stuebner --- arch/arm/boot/dts/rk3288.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index cb1d415d1201..e99d7ff4c939 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -1135,7 +1135,7 @@ }; gpu: mali@ffa30000 { - compatible = "rockchip,rk3288-mali", "arm,mali-t760", "arm,mali-midgard"; + compatible = "rockchip,rk3288-mali", "arm,mali-t760"; reg = <0xffa30000 0x10000>; interrupts = , ,