ARM: dts: i.MX6ULL: U-Boot specific dts for u-boot, dm-spl
u-boot,dm-spl property is specific to U-Boot, so created one for i.MX6ULL platforms. Signed-off-by: Parthiban Nallathambi <parthitce@gmail.com>
This commit is contained in:
parent
d3eaf95ec6
commit
a443c8212c
34
arch/arm/dts/imx6ull-u-boot.dtsi
Normal file
34
arch/arm/dts/imx6ull-u-boot.dtsi
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2019 Parthiban Nallathambi <parthitce@gmail.com>
|
||||||
|
*/
|
||||||
|
|
||||||
|
/ {
|
||||||
|
soc {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&aips1 {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
||||||
|
&aips2 {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
||||||
|
&aips3 {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
||||||
|
&gpio1 {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
||||||
|
&gpio4 {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
||||||
|
&iomuxc {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
@ -3,6 +3,7 @@ M: Martyn Welch <martyn.welch@collabora.com>
|
|||||||
S: Maintained
|
S: Maintained
|
||||||
F: arch/arm/dts/imx6ul-pcl063.dtsi
|
F: arch/arm/dts/imx6ul-pcl063.dtsi
|
||||||
F: arch/arm/dts/imx6ul-phycore-segin.dts
|
F: arch/arm/dts/imx6ul-phycore-segin.dts
|
||||||
|
F: arch/arm/dts/imx6ull-u-boot.dtsi
|
||||||
F: board/phytec/pcl063/
|
F: board/phytec/pcl063/
|
||||||
F: configs/phycore_pcl063_defconfig
|
F: configs/phycore_pcl063_defconfig
|
||||||
F: include/configs/pcl063.h
|
F: include/configs/pcl063.h
|
||||||
|
Loading…
Reference in New Issue
Block a user