Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp4536234ybg; Mon, 21 Oct 2019 10:26:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqyDlCnfF9JPnDtOU17ES7anWgPhiTD+po1A9X56WMdIfBy5e6fwYd9njtQuBnDs1E8fZjyE X-Received: by 2002:a50:f198:: with SMTP id x24mr27404061edl.238.1571678807824; Mon, 21 Oct 2019 10:26:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571678807; cv=none; d=google.com; s=arc-20160816; b=nNrGGI/oGGhR6JHb9kvYAQqbFGtAnSC/00P2c0i9QBbif1kyRb8pwIxilPyGVGU+xP q7QHZdlXLEL/KPSXHloloI84Cb3QuDaXuidK9ZDS+KXR28D+5zP9BQWZSD06XqmYxalQ 6Mpff9W+0JddNH6a87fTYsTeJBWPx22NZ6akjYZiYBeaj61QWdcjEXXkmL919dF5d46b F8XNEqRhtOZ2sQ6mgHBWAtvCjIuMNh+7KhnC/Hcmdn29yM3s4teYLsLvfLWe4xcv7+88 lX5esUtc4BPfwyukvKBbdBul8ZuVUHnJjmPxdjHRCCCjxsoRG7fE1g83eAWQqLzZ3M6P poaA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=NHVXzsFuivDU4yvYPmdk5fH11iE4/sCgyn6V084y9Wk=; b=oIsAP9YhdE0zg7aYrX745IiBK4cCxGvtiLuUF4NF3eMQSvA9g8Bu/4RF4nKZoAONJT i3M5a58Lbi+admJmfvl+ufoBSyOGjGRlziNk2Ta94JVbePNZTX+iDjYynsjid6KOCcU7 zciVDd8Y2t7eKVdwZBmnxSkSgyX+lS9OkInXeqCEd0EGV0TGJ+rZrzTLYK/Bq0sjhI0H O0DQguaxiYS9KTJ0qwaU9hOOoS6wlEr0hF7JaARtvVdXEwrBYgVhexoro5/9q+ImOnrP QQ08ZN7ER2PTcO1MV93CtENWorOrBbJFMPjiSbO0Qp/PA68CvJDhkj/3hEh2mby1t+xL 1HPw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w9si2884209eji.341.2019.10.21.10.26.24; Mon, 21 Oct 2019 10:26:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729878AbfJUR0C (ORCPT + 99 others); Mon, 21 Oct 2019 13:26:02 -0400 Received: from muru.com ([72.249.23.125]:38610 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726672AbfJUR0C (ORCPT ); Mon, 21 Oct 2019 13:26:02 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 95D3A810A; Mon, 21 Oct 2019 17:26:35 +0000 (UTC) Date: Mon, 21 Oct 2019 10:25:57 -0700 From: Tony Lindgren To: "H. Nikolaus Schaller" Cc: Rob Herring , David Airlie , Daniel Vetter , Mark Rutland , =?utf-8?Q?Beno=C3=AEt?= Cousson , dri-devel , devicetree@vger.kernel.org, "linux-kernel@vger.kernel.org" , linux-omap , Discussions about the Letux Kernel , kernel@pyra-handheld.com Subject: Re: [PATCH 1/7] dt-bindings: gpu: pvrsgx: add initial bindings Message-ID: <20191021172557.GB5610@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: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * H. Nikolaus Schaller [191021 15:46]: > > Am 21.10.2019 um 17:07 schrieb Rob Herring : > > On Fri, Oct 18, 2019 at 1:46 PM H. Nikolaus Schaller wrote: > >> +Optional properties: > >> +- timer: the timer to be used by the driver. > > > > Needs a better description and vendor prefix at least. > > I am not yet sure if it is vendor specific or if all > SGX implementations need some timer. > > > > > Why is this needed rather than using the OS's timers? > > Because nobody understands the current (out of tree and > planned for staging) driver well enough what the timer > is doing. It is currently hard coded that some omap refer > to timer7 and others use timer11. Just configure it in the driver based on the compatible value to keep it out of the dts. It's best to stick to standard bindings. > >> +- img,cores: number of cores. Defaults to <1>. > > > > Not discoverable? > > Not sure if it is. This is probably available in undocumented > registers of the sgx. This too, and whatever non-standrd other properities you might have. Regards, Tony