From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bhaskar Upadhaya Subject: [PATCH v2 2/2] dt-bindings: Add compatible string for LS1028A-QDS Date: Wed, 17 Oct 2018 11:49:48 +0000 Message-ID: <1539760132-3386-2-git-send-email-Bhaskar.Upadhaya@nxp.com> References: <1539760132-3386-1-git-send-email-Bhaskar.Upadhaya@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1539760132-3386-1-git-send-email-Bhaskar.Upadhaya@nxp.com> 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" , "shawnguo@kernel.org" Cc: Harninder Rai , Sudhanshu Gupta , Rajesh Bhagat , "linux-arm-kernel@lists.infradead.org" , Leo Li List-Id: devicetree@vger.kernel.org Signed-off-by: Sudhanshu Gupta Signed-off-by: Rai Harninder Signed-off-by: Rajesh Bhagat Signed-off-by: Bhaskar Upadhaya Reviewed-by: Rob Herring --- 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