u-boot,dm-spl property is specific to U-Boot, so move it into *u-boot.dtsi files for relevant i.MX6QDL 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>lime2-spi
parent
a18e93d050
commit
2175637843
@ -0,0 +1,11 @@ |
|||||||
|
/* |
||||||
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: GPL-2.0+ |
||||||
|
*/ |
||||||
|
|
||||||
|
#include "imx6qdl-icore-u-boot.dtsi" |
||||||
|
|
||||||
|
&usdhc3 { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
@ -0,0 +1,7 @@ |
|||||||
|
/* |
||||||
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: GPL-2.0+ |
||||||
|
*/ |
||||||
|
|
||||||
|
#include "imx6qdl-icore-rqs-u-boot.dtsi" |
@ -0,0 +1,7 @@ |
|||||||
|
/* |
||||||
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: GPL-2.0+ |
||||||
|
*/ |
||||||
|
|
||||||
|
#include "imx6qdl-icore-u-boot.dtsi" |
@ -0,0 +1,11 @@ |
|||||||
|
/* |
||||||
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: GPL-2.0+ |
||||||
|
*/ |
||||||
|
|
||||||
|
#include "imx6qdl-icore-u-boot.dtsi" |
||||||
|
|
||||||
|
&usdhc3 { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
@ -0,0 +1,7 @@ |
|||||||
|
/* |
||||||
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: GPL-2.0+ |
||||||
|
*/ |
||||||
|
|
||||||
|
#include "imx6qdl-icore-rqs-u-boot.dtsi" |
@ -0,0 +1,7 @@ |
|||||||
|
/* |
||||||
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: GPL-2.0+ |
||||||
|
*/ |
||||||
|
|
||||||
|
#include "imx6qdl-icore-u-boot.dtsi" |
@ -0,0 +1,23 @@ |
|||||||
|
/* |
||||||
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: GPL-2.0+ |
||||||
|
*/ |
||||||
|
|
||||||
|
#include "imx6qdl-u-boot.dtsi" |
||||||
|
|
||||||
|
&usdhc3 { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
||||||
|
|
||||||
|
&usdhc4 { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
||||||
|
|
||||||
|
&pinctrl_usdhc3 { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
||||||
|
|
||||||
|
&pinctrl_usdhc4 { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
@ -0,0 +1,19 @@ |
|||||||
|
/* |
||||||
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: GPL-2.0+ |
||||||
|
*/ |
||||||
|
|
||||||
|
#include "imx6qdl-u-boot.dtsi" |
||||||
|
|
||||||
|
&usdhc1 { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
||||||
|
|
||||||
|
&pinctrl_usdhc1 { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
||||||
|
|
||||||
|
&pinctrl_usdhc3 { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
@ -0,0 +1,27 @@ |
|||||||
|
/* |
||||||
|
* Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> |
||||||
|
* |
||||||
|
* SPDX-License-Identifier: GPL-2.0+ |
||||||
|
*/ |
||||||
|
|
||||||
|
/ { |
||||||
|
soc { |
||||||
|
u-boot,dm-spl; |
||||||
|
|
||||||
|
aips-bus@02000000 { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
||||||
|
|
||||||
|
aips-bus@02100000 { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
||||||
|
}; |
||||||
|
}; |
||||||
|
|
||||||
|
&gpio1 { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
||||||
|
|
||||||
|
&iomuxc { |
||||||
|
u-boot,dm-spl; |
||||||
|
}; |
Loading…
Reference in new issue