All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: dts: imx6q-logicpd: Add a specific board compatible string
@ 2020-09-13 16:29 Fabio Estevam
  2020-09-13 16:29 ` [PATCH 2/4] dt-bindings: arm: fsl: Add an entry for the i.MX6 LogicPD board Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabio Estevam @ 2020-09-13 16:29 UTC (permalink / raw)
  To: shawnguo; +Cc: Fabio Estevam, aford173, linux-arm-kernel

It is standard practice to have a specific board compatible string, so
pass "logicpd,imx6q-logicpd".

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 arch/arm/boot/dts/imx6q-logicpd.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx6q-logicpd.dts b/arch/arm/boot/dts/imx6q-logicpd.dts
index 8f94364ba484..46a4ddedb423 100644
--- a/arch/arm/boot/dts/imx6q-logicpd.dts
+++ b/arch/arm/boot/dts/imx6q-logicpd.dts
@@ -9,7 +9,7 @@
 
 / {
 	model = "Logic PD i.MX6QD SOM-M3";
-	compatible = "fsl,imx6q";
+	compatible = "logicpd,imx6q-logicpd", "fsl,imx6q";
 
 	backlight: backlight-lvds {
 		compatible = "pwm-backlight";
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-09-22  2:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-13 16:29 [PATCH 1/4] ARM: dts: imx6q-logicpd: Add a specific board compatible string Fabio Estevam
2020-09-13 16:29 ` [PATCH 2/4] dt-bindings: arm: fsl: Add an entry for the i.MX6 LogicPD board Fabio Estevam
2020-09-13 16:29 ` [PATCH 3/4] ARM: imx: dts: Add an entry for imx6q-logicpd.dtb Fabio Estevam
2020-09-22  2:14   ` Shawn Guo
2020-09-13 16:29 ` [PATCH 4/4] ARM: dts: imx6q-logicpd: Use GPIO chipselect Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.