Skip to content

Commit

Permalink
ARM: dts: imx6ul-geam: Skip suffix -kit from dts name
Browse files Browse the repository at this point in the history
Engicam SOM's with mounted on starter kits like icorem6(rqs), isiot
usually not explicitly named with -kit in dts file names and
instead Model has mentioned 'Starter kit' So apply the same rule
for geam SOM as well.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Jagan Teki authored and Shawn Guo committed Jul 16, 2017
1 parent 440fc30 commit 182de5e
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/Makefile
Original file line number Diff line number Diff line change
@@ -466,7 +466,7 @@ dtb-$(CONFIG_SOC_IMX6SX) += \
imx6sx-udoo-neo-full.dtb
dtb-$(CONFIG_SOC_IMX6UL) += \
imx6ul-14x14-evk.dtb \
imx6ul-geam-kit.dtb \
imx6ul-geam.dtb \
imx6ul-isiot-emmc.dtb \
imx6ul-isiot-nand.dtb \
imx6ul-liteboard.dtb \
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
#include "imx6ul.dtsi"

/ {
model = "Engicam GEAM6UL";
model = "Engicam GEAM6UL Starter Kit";
compatible = "engicam,imx6ul-geam", "fsl,imx6ul";

memory {

0 comments on commit 182de5e

Please sign in to comment.