2019-11-07 02:01:07

by Anson Huang

[permalink] [raw]
Subject: [PATCH 1/2] ARM: dts: imx6sx-sdb-reva: Add revision in board compatible string

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


2019-12-04 07:04:13

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH 1/2] ARM: dts: imx6sx-sdb-reva: Add revision in board compatible string

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.