From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 23 Jul 2018 17:48:05 -0600 Subject: [U-Boot] [PATCH 3/6] dt-bindings: Document STM32 ADC DT bindings In-Reply-To: <1532349355-32671-3-git-send-email-fabrice.gasnier@st.com> References: <1532349355-32671-1-git-send-email-fabrice.gasnier@st.com> <1532349355-32671-3-git-send-email-fabrice.gasnier@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23 July 2018 at 06:35, Fabrice Gasnier wrote: > This patch adds documentation of device tree bindings for the STM32 ADC. > It's based on linux-v4.18-rc* dt-bindings, at the time of writing: > - Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt > > Signed-off-by: Fabrice Gasnier > --- > > doc/device-tree-bindings/adc/st,stm32-adc.txt | 141 ++++++++++++++++++++++++++ > 1 file changed, 141 insertions(+) > create mode 100644 doc/device-tree-bindings/adc/st,stm32-adc.txt Reviewed-by: Simon Glass