From: Benjamin Gaignard <benjamin.gaignard@linaro.org> 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 <benjamin.gaignard@linaro.org> Subject: [PATCH 1/3] add binding for STIh4xx ION driver Date: Wed, 26 Oct 2016 15:32:26 +0200 [thread overview] Message-ID: <1477488748-10065-2-git-send-email-benjamin.gaignard@linaro.org> (raw) In-Reply-To: <1477488748-10065-1-git-send-email-benjamin.gaignard@linaro.org> Describe bindings for STIH4xx ION driver. They are limited to have is used by ion_of.c Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> --- .../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 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"; + }; + }; -- 1.9.1
next prev parent reply other threads:[~2016-10-26 13:33 UTC|newest] Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top 2016-10-26 13:32 [PATCH 0/3] add ION driver for STIh4xx SoC Benjamin Gaignard 2016-10-26 13:32 ` Benjamin Gaignard [this message] 2016-10-26 13:32 ` [PATCH 2/3] add STIH4xx ION driver Benjamin Gaignard 2016-10-26 13:32 ` [PATCH 3/3] add STIH4xx ION driver in DT Benjamin Gaignard 2016-10-26 13:51 ` [PATCH 0/3] add ION driver for STIh4xx SoC Sumit Semwal 2016-10-26 14:41 ` Benjamin Gaignard 2016-10-26 14:44 ` Sumit Semwal 2016-10-26 15:05 ` Benjamin Gaignard 2016-10-26 23:25 ` Laura Abbott 2016-11-07 10:17 ` Benjamin Gaignard 2016-11-07 22:17 ` Laura Abbott 2016-11-08 9:18 ` Benjamin Gaignard 2016-11-09 4:49 ` Laura Abbott
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1477488748-10065-2-git-send-email-benjamin.gaignard@linaro.org \ --to=benjamin.gaignard@linaro.org \ --cc=gregkh@linuxfoundation.org \ --cc=kernel@stlinux.com \ --cc=labbott@redhat.com \ --cc=linaro-kernel@lists.linaro.org \ --cc=linux-kernel@vger.kernel.org \ --cc=puck.chen@hisilicon.com \ --cc=sumit.semwal@linaro.org \ --cc=yudongbin@hisilicon.com \ --subject='Re: [PATCH 1/3] add binding for STIh4xx ION driver' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).