From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sudhanshu Gupta Subject: [PATCH] dt-bindings: Add compatible string for LS1028A-QDS Date: Wed, 29 Aug 2018 20:47:26 +0530 Message-ID: <1535555846-7817-1-git-send-email-sudhanshu.gupta@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: 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, shawnguo@kernel.org Cc: Rai Harninder , Bhaskar Upadhaya , stuart.yoder@nxp.com, leoyang.li@nxp.com, oss@buserror.net, linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org From: Bhaskar Upadhaya Signed-off-by: Sudhanshu Gupta Signed-off-by: Rai Harninder Signed-off-by: Bhaskar Upadhaya --- Documentation/devicetree/bindings/arm/fsl.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.txt b/Documentation/devicetree/bindings/arm/fsl.txt index ea08bf2..3e44804 100644 --- a/Documentation/devicetree/bindings/arm/fsl.txt +++ b/Documentation/devicetree/bindings/arm/fsl.txt @@ -163,6 +163,18 @@ LS1012A ARMv8 based QDS Board Required root node properties: - compatible = "fsl,ls1012a-qds", "fsl,ls1012a"; +LS1028A SoC +Required root node properties: + - compatible = "fsl,ls1028a"; + +LS1028A ARMv8 based RDB Board +Required root node properties: + - compatible = "fsl,ls1028a-rdb", "fsl,ls1028a" + +LS1028A ARMv8 based QDS Board +Required root node properties: + - compatible = "fsl,ls1028a-qds", "fsl,ls1028a"; + LS1043A SoC Required root node properties: - compatible = "fsl,ls1043a"; -- 1.9.1