diff options
| author | Abel Vesa <abel.vesa@nxp.com> | 2019-02-01 16:40:14 +0000 |
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2019-02-15 22:01:15 +0100 |
| commit | e72e3549a8bb47f1378363f820b274895578a015 (patch) | |
| tree | 3db835a4113d09c588104362a84b84f6d6f4b2eb /arch/arm/dts/imx6qdl-sabreauto-u-boot.dtsi | |
| parent | 90571a4a199c8c0c41bbdb310e63485dfeecfa3e (diff) | |
arm: dts: Add all the imx6[q|qp|dl] sabre[auto|sd] u-boot dts[i] files
This allows us to keep the basic dts[i] files up-to-date with
the ones in kernel, but at the same time allowing the u-boot
to add its own properties to the existing nodes.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'arch/arm/dts/imx6qdl-sabreauto-u-boot.dtsi')
| -rw-r--r-- | arch/arm/dts/imx6qdl-sabreauto-u-boot.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-sabreauto-u-boot.dtsi b/arch/arm/dts/imx6qdl-sabreauto-u-boot.dtsi new file mode 100644 index 00000000000..ea90f40a426 --- /dev/null +++ b/arch/arm/dts/imx6qdl-sabreauto-u-boot.dtsi @@ -0,0 +1,21 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2019 NXP + */ + +#include "imx6qdl-u-boot.dtsi" + +/ { + aliases { + mmc0 = &usdhc3; + }; +}; + +&usdhc3 { + no-1-8-v; + u-boot,dm-spl; +}; + +&pinctrl_usdhc3 { + u-boot,dm-spl; +}; |
