mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
dd203753d4
Move usdhc2 and gpmi along with pinctrl nodes on imx6ul-isiot.dtsi from dts files and mark it as 'disabled' and the relevant dts will enable the status as 'okay' Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
19 lines
315 B
Plaintext
19 lines
315 B
Plaintext
// SPDX-License-Identifier: GPL-2.0 OR X11
|
|
/*
|
|
* Copyright (C) 2016 Amarula Solutions B.V.
|
|
* Copyright (C) 2016 Engicam S.r.l.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "imx6ul-isiot.dtsi"
|
|
|
|
/ {
|
|
model = "Engicam Is.IoT MX6UL eMMC Starter kit";
|
|
compatible = "engicam,imx6ul-isiot", "fsl,imx6ul";
|
|
};
|
|
|
|
&usdhc2 {
|
|
status = "okay";
|
|
};
|