mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: i.MX50: Amazon Kindle: Model EY21 compatibility check
@ 2017-05-14 21:26 Alexander Kurz
  2017-05-14 21:26 ` [PATCH 2/2] ARM: i.MX50: Kindle-MX50 DT fixes Alexander Kurz
  2017-05-16  5:36 ` [PATCH 1/2] ARM: i.MX50: Amazon Kindle: Model EY21 compatibility check Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Kurz @ 2017-05-14 21:26 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Kurz

Extend the compatibility check for i.MX50 based kindles also on model EY21.

Signed-off-by: Alexander Kurz <akurz@blala.de>
---
 arch/arm/boards/kindle-mx50/board.c | 3 ++-
 arch/arm/dts/imx50-kindle-ey21.dts  | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boards/kindle-mx50/board.c b/arch/arm/boards/kindle-mx50/board.c
index 7bd4f91..089dd8e 100644
--- a/arch/arm/boards/kindle-mx50/board.c
+++ b/arch/arm/boards/kindle-mx50/board.c
@@ -123,7 +123,8 @@ static void kindle_rev_init(void)
 static int is_mx50_kindle(void)
 {
 	return of_machine_is_compatible("amazon,kindle-d01100") ||
-		of_machine_is_compatible("amazon,kindle-d01200");
+		of_machine_is_compatible("amazon,kindle-d01200") ||
+		of_machine_is_compatible("amazon,kindle-ey21");
 }
 
 static int kindle_mx50_late_init(void)
diff --git a/arch/arm/dts/imx50-kindle-ey21.dts b/arch/arm/dts/imx50-kindle-ey21.dts
index 1b8f2ad..0be7001 100644
--- a/arch/arm/dts/imx50-kindle-ey21.dts
+++ b/arch/arm/dts/imx50-kindle-ey21.dts
@@ -17,7 +17,7 @@
 
 / {
 	model = "Amazon Kindle EY21";
-	compatible = "fsl,imx50";
+	compatible = "amazon,kindle-ey21", "fsl,imx50";
 
 	memory {
 		device_type = "memory";
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-16  5:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-14 21:26 [PATCH 1/2] ARM: i.MX50: Amazon Kindle: Model EY21 compatibility check Alexander Kurz
2017-05-14 21:26 ` [PATCH 2/2] ARM: i.MX50: Kindle-MX50 DT fixes Alexander Kurz
2017-05-16  5:36 ` [PATCH 1/2] ARM: i.MX50: Amazon Kindle: Model EY21 compatibility check Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox