Commit e37816bf authored by Stefan Riedmueller's avatar Stefan Riedmueller Committed by Shawn Guo
Browse files

ARM: dts: imx6ul: segin: Add boot media to dts filename



There is now a PHYTEC phyCORE-i.MX 6UL with eMMC instead of NAND flash
available. The dts filename needs to reflect that to differentiate both.

Signed-off-by: default avatarStefan Riedmueller <s.riedmueller@phytec.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 591c1750
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -573,7 +573,7 @@ dtb-$(CONFIG_SOC_IMX6UL) += \
	imx6ul-opos6uldev.dtb \
	imx6ul-pico-hobbit.dtb \
	imx6ul-pico-pi.dtb \
	imx6ul-phytec-segin-ff-rdk.dtb \
	imx6ul-phytec-segin-ff-rdk-nand.dtb \
	imx6ul-tx6ul-0010.dtb \
	imx6ul-tx6ul-0011.dtb \
	imx6ul-tx6ul-mainboard.dtb \
+3 −2
Original line number Diff line number Diff line
@@ -10,8 +10,9 @@
#include "imx6ul-phytec-segin-peb-eval-01.dtsi"

/ {
	model = "PHYTEC phyBOARD-Segin i.MX6 UltraLite Full Featured";
	compatible = "phytec,imx6ul-pbacd10", "phytec,imx6ul-pcl063", "fsl,imx6ul";
	model = "PHYTEC phyBOARD-Segin i.MX6 UltraLite Full Featured with NAND";
	compatible = "phytec,imx6ul-pbacd10-nand", "phytec,imx6ul-pbacd10",
		     "phytec,imx6ul-pcl063", "fsl,imx6ul";
};

&adc1 {