From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christophe Roullier Subject: [PATCH V2 8/8] dt-bindings: stm32: add compatible for syscon Date: Wed, 2 May 2018 16:18:43 +0200 Message-ID: <1525270723-18241-9-git-send-email-christophe.roullier@st.com> References: <1525270723-18241-1-git-send-email-christophe.roullier@st.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , To: , , , Return-path: Received: from mx07-00178001.pphosted.com ([62.209.51.94]:26795 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751171AbeEBOTN (ORCPT ); Wed, 2 May 2018 10:19:13 -0400 In-Reply-To: <1525270723-18241-1-git-send-email-christophe.roullier@st.com> Sender: netdev-owner@vger.kernel.org List-ID: This patch describes syscon DT bindings. Signed-off-by: Christophe Roullier --- Documentation/devicetree/bindings/arm/stm32.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/stm32.txt b/Documentation/devicetree/bindings/arm/stm32.txt index 6808ed9..06e3834 100644 --- a/Documentation/devicetree/bindings/arm/stm32.txt +++ b/Documentation/devicetree/bindings/arm/stm32.txt @@ -8,3 +8,7 @@ using one of the following compatible strings: st,stm32f746 st,stm32h743 st,stm32mp157 + +Required nodes: +- syscon: the soc bus node must have a system controller node pointing to the + global control registers, with the compatible string "syscon"; -- 1.9.1