ARM: dts: Add devicetree compatibles for LS1021A based boards
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Tue, 22 Jan 2019 04:21:44 +0000 (09:51 +0530)
committerShawn Guo <shawnguo@kernel.org>
Mon, 11 Feb 2019 01:22:27 +0000 (09:22 +0800)
Add missing devicetree compatibles for the following LS1021A based
boards:

ls1021a-moxa-uc-8410a.dts
ls1021a-qds.dts
ls1021a-twr.dts

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/ls1021a-moxa-uc-8410a.dts
arch/arm/boot/dts/ls1021a-qds.dts
arch/arm/boot/dts/ls1021a-twr.dts

index 6a83f30..ba1ddd9 100644 (file)
@@ -18,6 +18,7 @@
 
 / {
        model = "Moxa UC-8410A";
+       compatible = "fsl,ls1021a-moxa-uc-8410a", "fsl,ls1021a";
 
        aliases {
                enet0_rgmii_phy = &rgmii_phy0;
index 923a257..ca60730 100644 (file)
@@ -51,6 +51,7 @@
 
 / {
        model = "LS1021A QDS Board";
+       compatible = "fsl,ls1021a-qds", "fsl,ls1021a";
 
        aliases {
                enet0_rgmii_phy = &rgmii_phy1;
index 8b48c3c..97e1fb7 100644 (file)
@@ -51,6 +51,7 @@
 
 / {
        model = "LS1021A TWR Board";
+       compatible = "fsl,ls1021a-twr", "fsl,ls1021a";
 
        aliases {
                enet2_rgmii_phy = &rgmii_phy1;