Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751358AbdFBO1b (ORCPT ); Fri, 2 Jun 2017 10:27:31 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35016 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751174AbdFBO13 (ORCPT ); Fri, 2 Jun 2017 10:27:29 -0400 From: Cosar Dindar To: robh+dt@kernel.org Cc: herbert@gondor.apana.org.au, mark.rutland@arm.com, mcoquelin.stm32@gmail.com, alexandre.torgue@st.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Cosar Dindar Subject: [PATCH v4] dt-bindings : Fix binding properties Date: Fri, 2 Jun 2017 17:27:07 +0300 Message-Id: <640b6a7409ed85ea07c19bac6fea707ed80b47c0.1496413070.git.cosardindar@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1099 Lines: 33 Binding properties explanation has been updated. Signed-off-by: Cosar Dindar --- Documentation/devicetree/bindings/crypto/st,stm32-crc.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/crypto/st,stm32-crc.txt b/Documentation/devicetree/bindings/crypto/st,stm32-crc.txt index 7b30f1e..1e9af69 100644 --- a/Documentation/devicetree/bindings/crypto/st,stm32-crc.txt +++ b/Documentation/devicetree/bindings/crypto/st,stm32-crc.txt @@ -1,7 +1,9 @@ * STMicroelectronics STM32 CRC Required properties: -- compatible: Can be either "st,stm32f7-crc" or "st,srm32f4-crc". +- compatible: Should be one of the following string. + "st,stm32f7-crc" + "st,stm32f4-crc" - reg: The address and length of the peripheral registers space - clocks: The input clock of the CRC instance @@ -10,7 +12,7 @@ Optional properties: none Example: crc: crc@40023000 { - compatible = "st,stm32f7-crc", "st,stm32f4-crc"; + compatible = "st,stm32f7-crc"; reg = <0x40023000 0x400>; clocks = <&rcc 0 12>; }; -- 2.7.4