Pull out u-boot extras into dtsi files to make synchronization of DTS from Linux kernel as easy as a simple copy. All the U-Boot extras are now in *-u-boot.dts* files instead. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>master
parent
62b2bb5374
commit
34df58a95e
@ -0,0 +1,10 @@ |
||||
/* |
||||
* Device Tree Source extras for U-Boot for the ULCB board |
||||
* |
||||
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0 |
||||
*/ |
||||
|
||||
#include "r8a7795-h3ulcb.dts" |
||||
#include "r8a7795-u-boot.dtsi" |
@ -0,0 +1,10 @@ |
||||
/* |
||||
* Device Tree Source extras for U-Boot for the Salvator-X board |
||||
* |
||||
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0 |
||||
*/ |
||||
|
||||
#include "r8a7795-salvator-x.dts" |
||||
#include "r8a7795-u-boot.dtsi" |
@ -0,0 +1,13 @@ |
||||
/* |
||||
* Device Tree Source extras for U-Boot on RCar R8A7795 SoC |
||||
* |
||||
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0 |
||||
*/ |
||||
|
||||
#include "r8a779x-u-boot.dtsi" |
||||
|
||||
&extalr_clk { |
||||
u-boot,dm-pre-reloc; |
||||
}; |
@ -0,0 +1,10 @@ |
||||
/* |
||||
* Device Tree Source extras for U-Boot for the ULCB board |
||||
* |
||||
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0 |
||||
*/ |
||||
|
||||
#include "r8a7796-m3ulcb.dts" |
||||
#include "r8a7796-u-boot.dtsi" |
@ -0,0 +1,10 @@ |
||||
/* |
||||
* Device Tree Source extras for U-Boot for the Salvator-X board |
||||
* |
||||
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0 |
||||
*/ |
||||
|
||||
#include "r8a7796-salvator-x.dts" |
||||
#include "r8a7796-u-boot.dtsi" |
@ -0,0 +1,13 @@ |
||||
/* |
||||
* Device Tree Source extras for U-Boot on RCar R8A7796 SoC |
||||
* |
||||
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0 |
||||
*/ |
||||
|
||||
#include "r8a779x-u-boot.dtsi" |
||||
|
||||
&extalr_clk { |
||||
u-boot,dm-pre-reloc; |
||||
}; |
@ -0,0 +1,10 @@ |
||||
/* |
||||
* Device Tree Source extras for U-Boot for the Eagle board |
||||
* |
||||
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0 |
||||
*/ |
||||
|
||||
#include "r8a77970-eagle.dts" |
||||
#include "r8a77970-u-boot.dtsi" |
@ -0,0 +1,13 @@ |
||||
/* |
||||
* Device Tree Source extras for U-Boot on RCar R8A77970 SoC |
||||
* |
||||
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0 |
||||
*/ |
||||
|
||||
#include "r8a779x-u-boot.dtsi" |
||||
|
||||
&extalr_clk { |
||||
u-boot,dm-pre-reloc; |
||||
}; |
@ -0,0 +1,10 @@ |
||||
/* |
||||
* Device Tree Source extras for U-Boot for the Draak board |
||||
* |
||||
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0 |
||||
*/ |
||||
|
||||
#include "r8a77995-draak.dts" |
||||
#include "r8a77995-u-boot.dtsi" |
@ -0,0 +1,9 @@ |
||||
/* |
||||
* Device Tree Source extras for U-Boot on RCar R8A77995 SoC |
||||
* |
||||
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0 |
||||
*/ |
||||
|
||||
#include "r8a779x-u-boot.dtsi" |
@ -0,0 +1,25 @@ |
||||
/* |
||||
* Device Tree Source extras for U-Boot on RCar Gen3 |
||||
* |
||||
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> |
||||
* |
||||
* SPDX-License-Identifier: GPL-2.0 |
||||
*/ |
||||
|
||||
/ { |
||||
soc { |
||||
u-boot,dm-pre-reloc; |
||||
}; |
||||
}; |
||||
|
||||
&cpg { |
||||
u-boot,dm-pre-reloc; |
||||
}; |
||||
|
||||
&extal_clk { |
||||
u-boot,dm-pre-reloc; |
||||
}; |
||||
|
||||
&prr { |
||||
u-boot,dm-pre-reloc; |
||||
}; |
Loading…
Reference in new issue