From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC408C55178 for ; Thu, 5 Nov 2020 18:48:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8A4722078E for ; Thu, 5 Nov 2020 18:48:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604602103; bh=ICg+iCR0wUOZVAgLdPZp8iVd/wpqyXT19G/UJudFrA0=; h=From:To:Subject:Date:In-Reply-To:References:List-ID:From; b=mtpVSOomd4TPzUsF9lfwAv32/414SPg9Rv3PJwqAAXd0uwoeLkHBEk72pn9Xn2ZxY vRRSMLIJxhqtx3qzls6FRBxk6//GfV57hZzrEsdBNzcNLJw8HCPWpkp6ORG1SSzRBS Oio/99HHSXD8zQFzEGB+G/vCn8thRtB7bjf9fXzQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731955AbgKESsW (ORCPT ); Thu, 5 Nov 2020 13:48:22 -0500 Received: from mail.kernel.org ([198.145.29.99]:52238 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726801AbgKESsU (ORCPT ); Thu, 5 Nov 2020 13:48:20 -0500 Received: from localhost.localdomain (adsl-84-226-167-205.adslplus.ch [84.226.167.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A904C2151B; Thu, 5 Nov 2020 18:48:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604602099; bh=ICg+iCR0wUOZVAgLdPZp8iVd/wpqyXT19G/UJudFrA0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DwGPp3ay3QQpHaDqQks4vK2H7k5u7R8072rww5WxPCLY5w675ToMLXAsFFDatS2uq NWI9UuWRoc0uBpF4q6F50gthfcmV7tVhREVZe2sxLrLTYcFLZKrLlO3vQ0ylmyc4zf 74gM16ftAIZnYEykAXi/jShmzLe+jwYm3626fTT0= From: Krzysztof Kozlowski To: Rob Herring , Shawn Guo , Krzysztof Kozlowski , Fabio Estevam , Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] dt-bindings: arm: fsl: document SolidRun LX2160A boards Date: Thu, 5 Nov 2020 19:48:08 +0100 Message-Id: <20201105184808.216384-2-krzk@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201105184808.216384-1-krzk@kernel.org> References: <20201105184808.216384-1-krzk@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Document the compatible for SolidRun LX2160A based boards. Signed-off-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/arm/fsl.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 325fee3c1900..fcbb30a786a1 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -896,6 +896,14 @@ properties: - fsl,lx2162a-qds - const: fsl,lx2160a + - description: SolidRun LX2160A based Boards + items: + - enum: + - solidrun,clearfog-cx + - solidrun,honeycomb + - const: solidrun,lx2160a-cex7 + - const: fsl,lx2160a + - description: S32V234 based Boards items: - enum: -- 2.25.1