diff options
| author | Jagan Teki <jagan@amarulasolutions.com> | 2018-04-11 18:02:22 +0530 |
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2018-05-18 08:23:43 +0200 |
| commit | 9faa43c4b5e553ea7492edf987da6a0ed10da89c (patch) | |
| tree | 5130ef74350912c433f9247ca9f51d9a52852eb5 /arch/arm/dts/imx6ul-isiot-emmc-u-boot.dtsi | |
| parent | 067a9daeb5c5cacf55dcc899624659abd123bcc6 (diff) | |
ARM: dts: i.MX6UL: U-Boot specific dts for u-boot, dm-spl
u-boot,dm-spl property is specific to U-Boot, so move it into
*u-boot.dtsi files for relevant i.MX6UL files.
This make syncing Linux dts files straight forward.
Also update the MAINTAINERS file for dts files.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/dts/imx6ul-isiot-emmc-u-boot.dtsi')
| -rw-r--r-- | arch/arm/dts/imx6ul-isiot-emmc-u-boot.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6ul-isiot-emmc-u-boot.dtsi b/arch/arm/dts/imx6ul-isiot-emmc-u-boot.dtsi new file mode 100644 index 00000000000..7d0cc154cf2 --- /dev/null +++ b/arch/arm/dts/imx6ul-isiot-emmc-u-boot.dtsi @@ -0,0 +1,11 @@ +/* + * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#include "imx6ul-isiot-u-boot.dtsi" + +&usdhc2 { + u-boot,dm-spl; +}; |
