]> Git Repo - linux.git/commitdiff
ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6 DualLite/Solo RQS
authorShyam Saini <[email protected]>
Tue, 20 Feb 2018 12:38:08 +0000 (18:08 +0530)
committerShawn Guo <[email protected]>
Sat, 24 Feb 2018 08:53:09 +0000 (16:53 +0800)
This patch fixes the wrongly included dtsi file which
was breaking mainline support for Engicam i.CoreM6 DualLite/Solo RQS.

As per the board name, the correct file should be imx6dl.dtsi instead
of imx6q.dtsi

Reported-by: Michael Trimarchi <[email protected]>
Suggested-by: Jagan Teki <[email protected]>
Signed-off-by: Shyam Saini <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
Fixes: 7a9caba55a61 ("ARM: dts: imx6dl: Add Engicam i.CoreM6 DualLite/Solo RQS initial support")
Signed-off-by: Shawn Guo <[email protected]>
arch/arm/boot/dts/imx6dl-icore-rqs.dts

index cf42c2f5cdc7f9d13409efbd8db6d18d969f2511..1281bc39b7ab87a430b5edaaacf187b82526186d 100644 (file)
@@ -42,7 +42,7 @@
 
 /dts-v1/;
 
-#include "imx6q.dtsi"
+#include "imx6dl.dtsi"
 #include "imx6qdl-icore-rqs.dtsi"
 
 / {
This page took 0.063199 seconds and 4 git commands to generate.