From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pramod Kumar Subject: [PATCH] arm64: dts: ls1012a: Add FRWY-LS1012A device tree binding Date: Tue, 16 Oct 2018 07:39:35 +0000 Message-ID: <20181016074006.10079-1-pramod.kumar_1@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: "devicetree@vger.kernel.org" , Leo Li , "shawnguo@kernel.org" Cc: "linux-arm-kernel@lists.infradead.org" List-Id: devicetree@vger.kernel.org LS1012A-FRWY is an ls1012a based SoC board Add device tree binding for LS1012A-FRWY board Signed-off-by: Pramod Kumar --- Documentation/devicetree/bindings/arm/fsl.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index 8a1baa2b9723..1eda1f79eb43 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -155,6 +155,10 @@ LS1012A ARMv8 based FRDM Board Required root node properties: - compatible = "fsl,ls1012a-frdm", "fsl,ls1012a"; +LS1012A ARMv8 based FRWY Board +Required root node properties: + - compatible = "fsl,ls1012a-frwy", "fsl,ls1012a"; + LS1012A ARMv8 based QDS Board Required root node properties: - compatible = "fsl,ls1012a-qds", "fsl,ls1012a"; -- 2.17.1