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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 6DD05CA9EC5 for ; Wed, 30 Oct 2019 16:16:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 34EC3205C9 for ; Wed, 30 Oct 2019 16:16:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726626AbfJ3QQJ (ORCPT ); Wed, 30 Oct 2019 12:16:09 -0400 Received: from muru.com ([72.249.23.125]:40252 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726589AbfJ3QQJ (ORCPT ); Wed, 30 Oct 2019 12:16:09 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3A61C8027; Wed, 30 Oct 2019 16:16:43 +0000 (UTC) Date: Wed, 30 Oct 2019 09:16:04 -0700 From: Tony Lindgren To: "H. Nikolaus Schaller" Cc: David Airlie , Daniel Vetter , Rob Herring , Mark Rutland , =?utf-8?Q?Beno=C3=AEt?= Cousson , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, letux-kernel@openphoenux.org, kernel@pyra-handheld.com Subject: Re: [PATCH 1/7] dt-bindings: gpu: pvrsgx: add initial bindings Message-ID: <20191030161604.GA5610@atomide.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * H. Nikolaus Schaller [191018 18:47]: > --- /dev/null > +++ b/Documentation/devicetree/bindings/gpu/img,pvrsgx.txt > @@ -0,0 +1,76 @@ > +Imagination PVR/SGX GPU > + > +Only the Imagination SGX530, SGX540 and SGX544 GPUs are currently covered by this binding. > + > +Required properties: > +- compatible: Should be one of > + "img,sgx530-121", "img,sgx530", "ti,omap-omap3-sgx530-121"; > + - BeagleBoard ABC, OpenPandora 600MHz > + "img,sgx530-125", "img,sgx530", "ti,omap-omap3-sgx530-125"; > + - BeagleBoard XM, GTA04, OpenPandora 1GHz > + "img,sgx530-125", "img,sgx530", "ti,omap-am3517-sgx530-125"; > + "img,sgx530-125", "img,sgx530", "ti,omap-am335x-sgx530-125"; > + - BeagleBone Black > + "img,sgx540-120", "img,sgx540", "ti,omap-omap4-sgx540-120"; > + - Pandaboard (ES) > + "img,sgx544-112", "img,sgx544", "ti,omap-omap4-sgx544-112"; > + "img,sgx544-116", "img,sgx544", "ti,omap-omap5-sgx544-116"; > + - OMAP5 UEVM, Pyra Handheld > + "img,sgx544-116", "img,sgx544", "ti,omap-dra7-sgx544-116"; FYI, the compatible names above have unnecessary omap in them: "ti,omap-omap3-sgx530-121" should be "ti,omap3-sgx530-121" "ti,omap-am335x-sgx530-125" should be "ti,am335x-sgx530-125"; "ti,omap-dra7-sgx544-116" should be "ti,dra7-sgx544-116" And so on. Regards, Tony