From patchwork Wed Oct 26 13:32:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Gaignard X-Patchwork-Id: 79419 Delivered-To: patch@linaro.org Received: by 10.140.97.247 with SMTP id m110csp66734qge; Wed, 26 Oct 2016 06:33:56 -0700 (PDT) X-Received: by 10.99.53.75 with SMTP id c72mr3558730pga.168.1477488836076; Wed, 26 Oct 2016 06:33:56 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p84si2730236pfk.119.2016.10.26.06.33.54; Wed, 26 Oct 2016 06:33:56 -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; dkim=pass header.i=@linaro.org; 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; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942699AbcJZNdq (ORCPT + 27 others); Wed, 26 Oct 2016 09:33:46 -0400 Received: from mail-lf0-f42.google.com ([209.85.215.42]:32922 "EHLO mail-lf0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965393AbcJZNdm (ORCPT ); Wed, 26 Oct 2016 09:33:42 -0400 Received: by mail-lf0-f42.google.com with SMTP id x79so6474313lff.0 for ; Wed, 26 Oct 2016 06:33:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=MgBIfUi9XvTOMCgJB8rrCKyIfzN6ZDLH2JYqfdw+I3s=; b=VveAHJAAV44vFd9dDVdJiFPpTvhncmY6MrUvzHfoWlMxMvwuJvOBEwipe5UzzbkgvI qNavfA/vcoS32ppH5fI5GWDhBk5Kum1P57KzHpdWblaAgZ0D8CUlHFyMLJydE3Z3m5qM /caFF4FD+jUqX41Yl09XX2U8KEH84Bth6aCUk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=MgBIfUi9XvTOMCgJB8rrCKyIfzN6ZDLH2JYqfdw+I3s=; b=NcZZhFyEpHt4Ba3NXvouk882mapTm6/2YmQnsBZ6YI5r0m835rA8eom8Hlodf8e7J/ lv5eUOOGOXwuh76SfnYyNbAt/2qxuL3T2vWHTqBKMa+whtfKN7Q242+2Pwi3VrASC/UB QeZSguiPioWJ1GQLFYMpEVPz9EIapAihEjJFZR7Xd7evOEgtTJ7XZerL09ovjrMAH+3i FKuJJm70bXrXWd9Et2FGNDw2L78f3egkGWc6qn8cncH2sRvDbK0YyfLIEOktl/SS7Kpx hxcRV/xc2AuqMHjIz1j6YP2I8m8wGhxHoTXYe3fmgBnJf8QeqgaCe3WOR/xpQqpNAzVg XuRw== X-Gm-Message-State: ABUngved/U1fwGvMD3wT5EGt9GL7bZXDTIMy6UlJJ7CIHXYoXhvpatN/ljGgcKPNth4jD/jx X-Received: by 10.194.103.165 with SMTP id fx5mr2264351wjb.188.1477488815715; Wed, 26 Oct 2016 06:33:35 -0700 (PDT) Received: from lmenx321.st.com. ([80.215.105.33]) by smtp.gmail.com with ESMTPSA id y3sm2711856wjg.3.2016.10.26.06.33.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 26 Oct 2016 06:33:35 -0700 (PDT) From: Benjamin Gaignard To: labbott@redhat.com, sumit.semwal@linaro.org, gregkh@linuxfoundation.org, yudongbin@hisilicon.com, puck.chen@hisilicon.com, linux-kernel@vger.kernel.org Cc: linaro-kernel@lists.linaro.org, kernel@stlinux.com, Benjamin Gaignard Subject: [PATCH 1/3] add binding for STIh4xx ION driver Date: Wed, 26 Oct 2016 15:32:26 +0200 Message-Id: <1477488748-10065-2-git-send-email-benjamin.gaignard@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1477488748-10065-1-git-send-email-benjamin.gaignard@linaro.org> References: <1477488748-10065-1-git-send-email-benjamin.gaignard@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Describe bindings for STIH4xx ION driver. They are limited to have is used by ion_of.c Signed-off-by: Benjamin Gaignard --- .../devicetree/bindings/staging/ion/st,sti-ion.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/staging/ion/st,sti-ion.txt -- 1.9.1 diff --git a/Documentation/devicetree/bindings/staging/ion/st,sti-ion.txt b/Documentation/devicetree/bindings/staging/ion/st,sti-ion.txt new file mode 100644 index 0000000..0fde5ae --- /dev/null +++ b/Documentation/devicetree/bindings/staging/ion/st,sti-ion.txt @@ -0,0 +1,14 @@ +STIH4xxSoC ION + +Required properties: +- compatible: "st,sti-ion" +- list of ION heaps: + - compatible: "st,cma" + +Example: + sti_ion { + compatible = "st,sti-ion"; + ion_cma { + compatible = "st,cma"; + }; + };