summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-01-31 15:30:29 +0100
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-08-13 16:05:16 +0200
commite64bf3bf3d1969d2b52dc8c800956c6bf7908311 (patch)
tree19918eac727a9b1778a81e9efba014f229653cff /arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts
parent6a4ba3926b1079e2a89541802162622d9a7b8117 (diff)
ARM: dts: imx6: Add sleep state to can interfaces
This patch prepares the devicetree for the new Ixora V1.2 where we are able to turn off the supply of the can transceiver. This implies to use a sleep state on transmission pins in order to prevent backfeeding. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit c1016f5da0dbb8291575949e7f4a417c6306d70a) (cherry picked from commit 08469025b03342c1f22f1eaf53e74fbf6022b3a6)
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts')
-rw-r--r--arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts b/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts
index 9a5d6c94cca4..e4d8e4f349da 100644
--- a/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts
+++ b/arch/arm/boot/dts/imx6dl-colibri-eval-v3.dts
@@ -69,6 +69,16 @@
rtc1 = &snvs_rtc;
};
+ aliases {
+ /*
+ * the following, together with kernel patches, forces a fixed
+ * assignment between device id and usdhc controller
+ * i.e. the eMMC on usdhc3 will be /dev/mmcblk0
+ */
+ mmc0 = &usdhc3; /* eMMC */
+ mmc1 = &usdhc1; /* MMC 4bit slot */
+ };
+
chosen {
stdout-path = "serial0:115200n8";
};