i.MX6SX SDB Rev-A board should use its own board compatible
string instead of default i.MX6SX SDB board.
Signed-off-by: Anson Huang <[email protected]>
---
arch/arm/boot/dts/imx6sx-sdb-reva.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/imx6sx-sdb-reva.dts b/arch/arm/boot/dts/imx6sx-sdb-reva.dts
index f1830ed..2b29ed2 100644
--- a/arch/arm/boot/dts/imx6sx-sdb-reva.dts
+++ b/arch/arm/boot/dts/imx6sx-sdb-reva.dts
@@ -6,6 +6,7 @@
/ {
model = "Freescale i.MX6 SoloX SDB RevA Board";
+ compatible = "fsl,imx6sx-sdb-reva", "fsl,imx6sx";
};
&i2c1 {
--
2.7.4
On Thu, Nov 07, 2019 at 09:56:03AM +0800, Anson Huang wrote:
> i.MX6SX SDB Rev-A board should use its own board compatible
> string instead of default i.MX6SX SDB board.
>
> Signed-off-by: Anson Huang <[email protected]>
Applied both, thanks.