[PATCH] ARM: dts: renesas: Drop most of bootph-* tags

Sumit Garg sumit.garg at kernel.org
Tue Jun 10 11:01:17 CEST 2025


On Sun, Jun 08, 2025 at 09:04:14PM +0200, Marek Vasut wrote:
> The bootph-* tags are now part of mainline Linux DTs as commits:
> f1a1268572cc ("ARM: dts: renesas: rcar-gen2: Add boot phase tags")
> 399f14ff6625 ("arm64: dts: renesas: rcar: Add boot phase tags")
> 624b2a23d46a ("arm64: dts: renesas: rzg2: Add boot phase tags")
> Drop local duplicates of the same tags, as well as duplicate
> property assignments which are part of the core DTs themselves.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
> ---
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> Cc: Tom Rini <trini at konsulko.com>
> Cc: u-boot at lists.denx.de
> ---
>  .../dts/r8a774a1-hihope-rzg2m-ex-u-boot.dtsi  |  8 ----
>  arch/arm/dts/r8a774a1-u-boot.dtsi             |  8 ----
>  .../dts/r8a774b1-hihope-rzg2n-ex-u-boot.dtsi  |  8 ----
>  arch/arm/dts/r8a774b1-u-boot.dtsi             |  8 ----
>  arch/arm/dts/r8a774c0-u-boot.dtsi             |  2 -
>  .../dts/r8a774e1-hihope-rzg2h-ex-u-boot.dtsi  |  8 ----
>  arch/arm/dts/r8a774e1-u-boot.dtsi             |  8 ----
>  arch/arm/dts/r8a7790-lager-u-boot.dtsi        |  6 ---
>  arch/arm/dts/r8a7790-stout-u-boot.dtsi        |  6 ---
>  arch/arm/dts/r8a7790-u-boot.dtsi              | 20 ----------
>  arch/arm/dts/r8a7791-koelsch-u-boot.dtsi      |  6 ---
>  arch/arm/dts/r8a7791-porter-u-boot.dtsi       | 15 ++-----
>  arch/arm/dts/r8a7791-u-boot.dtsi              | 20 ----------
>  arch/arm/dts/r8a7792-blanche-u-boot.dtsi      | 16 --------
>  arch/arm/dts/r8a7792-u-boot.dtsi              | 16 --------
>  arch/arm/dts/r8a7793-gose-u-boot.dtsi         |  6 ---
>  arch/arm/dts/r8a7793-u-boot.dtsi              | 20 ----------
>  arch/arm/dts/r8a7794-alt-u-boot.dtsi          | 39 -------------------
>  arch/arm/dts/r8a7794-silk-u-boot.dtsi         |  6 ---
>  arch/arm/dts/r8a7794-u-boot.dtsi              | 20 ----------
>  arch/arm/dts/r8a77951-u-boot.dtsi             |  2 -
>  arch/arm/dts/r8a77960-u-boot.dtsi             |  2 -
>  arch/arm/dts/r8a77965-u-boot.dtsi             |  2 -
>  arch/arm/dts/r8a77970-u-boot.dtsi             |  2 -
>  arch/arm/dts/r8a77980-u-boot.dtsi             |  2 -
>  arch/arm/dts/r8a77990-u-boot.dtsi             |  2 -
>  arch/arm/dts/r8a77995-u-boot.dtsi             |  2 -
>  arch/arm/dts/r8a779a0-u-boot.dtsi             |  2 -
>  arch/arm/dts/r8a779f0-u-boot.dtsi             |  2 -
>  arch/arm/dts/r8a779g0-u-boot.dtsi             | 18 ---------
>  arch/arm/dts/r8a779x-rcar64-u-boot.dtsi       | 12 ------
>  arch/arm/dts/r8a779x-u-boot.dtsi              | 24 ------------
>  32 files changed, 4 insertions(+), 314 deletions(-)
>  delete mode 100644 arch/arm/dts/r8a774a1-hihope-rzg2m-ex-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a774a1-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a774b1-hihope-rzg2n-ex-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a774b1-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a774e1-hihope-rzg2h-ex-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a774e1-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a7790-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a7791-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a7792-blanche-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a7792-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a7793-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a7794-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a779x-rcar64-u-boot.dtsi
>  delete mode 100644 arch/arm/dts/r8a779x-u-boot.dtsi

Glad to see this diff, FWIW:

Reviewed-by: Sumit Garg <sumit.garg at oss.qualcomm.com>

-Sumit

> 
> diff --git a/arch/arm/dts/r8a774a1-hihope-rzg2m-ex-u-boot.dtsi b/arch/arm/dts/r8a774a1-hihope-rzg2m-ex-u-boot.dtsi
> deleted file mode 100644
> index dd5a208cc1b..00000000000
> --- a/arch/arm/dts/r8a774a1-hihope-rzg2m-ex-u-boot.dtsi
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot for the Hihope RZ/G2M board
> - *
> - * Copyright (C) 2021-2024 Renesas Electronics Corporation
> - */
> -
> -#include "r8a774a1-u-boot.dtsi"
> diff --git a/arch/arm/dts/r8a774a1-u-boot.dtsi b/arch/arm/dts/r8a774a1-u-boot.dtsi
> deleted file mode 100644
> index bd91a963cd6..00000000000
> --- a/arch/arm/dts/r8a774a1-u-boot.dtsi
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot on RZ/G2 R8A774A1 SoC
> - *
> - * Copyright (C) 2021 Renesas Electronics Corporation
> - */
> -
> -#include "r8a779x-rcar64-u-boot.dtsi"
> diff --git a/arch/arm/dts/r8a774b1-hihope-rzg2n-ex-u-boot.dtsi b/arch/arm/dts/r8a774b1-hihope-rzg2n-ex-u-boot.dtsi
> deleted file mode 100644
> index b378cabb22c..00000000000
> --- a/arch/arm/dts/r8a774b1-hihope-rzg2n-ex-u-boot.dtsi
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot for the Hihope RZ/G2N board
> - *
> - * Copyright (C) 2021-2024 Renesas Electronics Corp.
> - */
> -
> -#include "r8a774b1-u-boot.dtsi"
> diff --git a/arch/arm/dts/r8a774b1-u-boot.dtsi b/arch/arm/dts/r8a774b1-u-boot.dtsi
> deleted file mode 100644
> index 38a82f065c0..00000000000
> --- a/arch/arm/dts/r8a774b1-u-boot.dtsi
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot on RZ/G2 R8A774B1 SoC
> - *
> - * Copyright (C) 2021 Renesas Electronics Corp.
> - */
> -
> -#include "r8a779x-rcar64-u-boot.dtsi"
> diff --git a/arch/arm/dts/r8a774c0-u-boot.dtsi b/arch/arm/dts/r8a774c0-u-boot.dtsi
> index 4572c22f6c1..17b863d23c9 100644
> --- a/arch/arm/dts/r8a774c0-u-boot.dtsi
> +++ b/arch/arm/dts/r8a774c0-u-boot.dtsi
> @@ -6,8 +6,6 @@
>   *
>   */
>  
> -#include "r8a779x-u-boot.dtsi"
> -
>  / {
>  	soc {
>  		rpc: spi at ee200000 {
> diff --git a/arch/arm/dts/r8a774e1-hihope-rzg2h-ex-u-boot.dtsi b/arch/arm/dts/r8a774e1-hihope-rzg2h-ex-u-boot.dtsi
> deleted file mode 100644
> index 560bea46ad7..00000000000
> --- a/arch/arm/dts/r8a774e1-hihope-rzg2h-ex-u-boot.dtsi
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot for the Hihope RZ/G2H board
> - *
> - * Copyright (C) 2020-2024 Renesas Electronics Corp.
> - */
> -
> -#include "r8a774e1-u-boot.dtsi"
> diff --git a/arch/arm/dts/r8a774e1-u-boot.dtsi b/arch/arm/dts/r8a774e1-u-boot.dtsi
> deleted file mode 100644
> index f314b2b0cf8..00000000000
> --- a/arch/arm/dts/r8a774e1-u-boot.dtsi
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot on RZ/G2 R8A774E1 SoC
> - *
> - * Copyright (C) 2020 Renesas Electronics Corp.
> - */
> -
> -#include "r8a779x-rcar64-u-boot.dtsi"
> diff --git a/arch/arm/dts/r8a7790-lager-u-boot.dtsi b/arch/arm/dts/r8a7790-lager-u-boot.dtsi
> index ed1891706ce..2b18e2e6af4 100644
> --- a/arch/arm/dts/r8a7790-lager-u-boot.dtsi
> +++ b/arch/arm/dts/r8a7790-lager-u-boot.dtsi
> @@ -5,12 +5,6 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a7790-u-boot.dtsi"
> -
> -&scif0 {
> -	bootph-all;
> -};
> -
>  &qspi {
>  	flash at 0 {
>  		spi-tx-bus-width = <1>;
> diff --git a/arch/arm/dts/r8a7790-stout-u-boot.dtsi b/arch/arm/dts/r8a7790-stout-u-boot.dtsi
> index 3b393045e36..788432bc590 100644
> --- a/arch/arm/dts/r8a7790-stout-u-boot.dtsi
> +++ b/arch/arm/dts/r8a7790-stout-u-boot.dtsi
> @@ -5,12 +5,6 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a7790-u-boot.dtsi"
> -
> -&scifa0 {
> -	bootph-all;
> -};
> -
>  &qspi {
>  	flash at 0 {
>  		spi-tx-bus-width = <1>;
> diff --git a/arch/arm/dts/r8a7790-u-boot.dtsi b/arch/arm/dts/r8a7790-u-boot.dtsi
> deleted file mode 100644
> index 2a7d76bd7b1..00000000000
> --- a/arch/arm/dts/r8a7790-u-boot.dtsi
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot on R-Car R8A7790 SoC
> - *
> - * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
> - */
> -
> -#include "r8a779x-u-boot.dtsi"
> -
> -&usb_extal_clk {
> -	bootph-all;
> -};
> -
> -&pfc {
> -	bootph-all;
> -};
> -
> -&rst {
> -	bootph-all;
> -};
> diff --git a/arch/arm/dts/r8a7791-koelsch-u-boot.dtsi b/arch/arm/dts/r8a7791-koelsch-u-boot.dtsi
> index 541c4191d69..ed258d55e58 100644
> --- a/arch/arm/dts/r8a7791-koelsch-u-boot.dtsi
> +++ b/arch/arm/dts/r8a7791-koelsch-u-boot.dtsi
> @@ -5,12 +5,6 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a7791-u-boot.dtsi"
> -
> -&scif0 {
> -	bootph-all;
> -};
> -
>  &qspi {
>  	flash at 0 {
>  		spi-tx-bus-width = <1>;
> diff --git a/arch/arm/dts/r8a7791-porter-u-boot.dtsi b/arch/arm/dts/r8a7791-porter-u-boot.dtsi
> index cbf2c5265d8..cb80842f326 100644
> --- a/arch/arm/dts/r8a7791-porter-u-boot.dtsi
> +++ b/arch/arm/dts/r8a7791-porter-u-boot.dtsi
> @@ -5,20 +5,13 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a7791-u-boot.dtsi"
> -
> -&scif0 {
> -	bootph-all;
> -};
> -
> -&i2c6 {
> -	status = "okay";
> -	clock-frequency = <400000>;
> -};
> -
>  &qspi {
>  	flash at 0 {
>  		spi-tx-bus-width = <1>;
>  		spi-rx-bus-width = <1>;
>  	};
>  };
> +
> +&i2c6 {
> +	clock-frequency = <400000>;
> +};
> diff --git a/arch/arm/dts/r8a7791-u-boot.dtsi b/arch/arm/dts/r8a7791-u-boot.dtsi
> deleted file mode 100644
> index bb0e2fd106c..00000000000
> --- a/arch/arm/dts/r8a7791-u-boot.dtsi
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot on R-Car R8A7791 SoC
> - *
> - * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
> - */
> -
> -#include "r8a779x-u-boot.dtsi"
> -
> -&usb_extal_clk {
> -	bootph-all;
> -};
> -
> -&pfc {
> -	bootph-all;
> -};
> -
> -&rst {
> -	bootph-all;
> -};
> diff --git a/arch/arm/dts/r8a7792-blanche-u-boot.dtsi b/arch/arm/dts/r8a7792-blanche-u-boot.dtsi
> deleted file mode 100644
> index 8c36a3e5850..00000000000
> --- a/arch/arm/dts/r8a7792-blanche-u-boot.dtsi
> +++ /dev/null
> @@ -1,16 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot for the Blanche board
> - *
> - * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
> - */
> -
> -#include "r8a7792-u-boot.dtsi"
> -
> -&iic3 {
> -	status = "okay";
> -};
> -
> -&scif0 {
> -	bootph-all;
> -};
> diff --git a/arch/arm/dts/r8a7792-u-boot.dtsi b/arch/arm/dts/r8a7792-u-boot.dtsi
> deleted file mode 100644
> index ebbdcb7efd5..00000000000
> --- a/arch/arm/dts/r8a7792-u-boot.dtsi
> +++ /dev/null
> @@ -1,16 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot on R-Car R8A7792 SoC
> - *
> - * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
> - */
> -
> -#include "r8a779x-u-boot.dtsi"
> -
> -&pfc {
> -	bootph-all;
> -};
> -
> -&rst {
> -	bootph-all;
> -};
> diff --git a/arch/arm/dts/r8a7793-gose-u-boot.dtsi b/arch/arm/dts/r8a7793-gose-u-boot.dtsi
> index 41c4361c6e1..fd99e0ffe76 100644
> --- a/arch/arm/dts/r8a7793-gose-u-boot.dtsi
> +++ b/arch/arm/dts/r8a7793-gose-u-boot.dtsi
> @@ -5,12 +5,6 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a7793-u-boot.dtsi"
> -
> -&scif0 {
> -	bootph-all;
> -};
> -
>  &qspi {
>  	flash at 0 {
>  		spi-tx-bus-width = <1>;
> diff --git a/arch/arm/dts/r8a7793-u-boot.dtsi b/arch/arm/dts/r8a7793-u-boot.dtsi
> deleted file mode 100644
> index 08f2248e1f3..00000000000
> --- a/arch/arm/dts/r8a7793-u-boot.dtsi
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot on R-Car R8A7793 SoC
> - *
> - * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
> - */
> -
> -#include "r8a779x-u-boot.dtsi"
> -
> -&usb_extal_clk {
> -	bootph-all;
> -};
> -
> -&pfc {
> -	bootph-all;
> -};
> -
> -&rst {
> -	bootph-all;
> -};
> diff --git a/arch/arm/dts/r8a7794-alt-u-boot.dtsi b/arch/arm/dts/r8a7794-alt-u-boot.dtsi
> index e156b4c93c7..fea7138a1c1 100644
> --- a/arch/arm/dts/r8a7794-alt-u-boot.dtsi
> +++ b/arch/arm/dts/r8a7794-alt-u-boot.dtsi
> @@ -5,48 +5,9 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a7794-u-boot.dtsi"
> -
> -&i2c7 {
> -	status = "okay";
> -	clock-frequency = <100000>;
> -};
> -
> -&pci0 {
> -	status = "okay";
> -	pinctrl-0 = <&usb0_pins>;
> -	pinctrl-names = "default";
> -};
> -
> -&pci1 {
> -	status = "okay";
> -	pinctrl-0 = <&usb1_pins>;
> -	pinctrl-names = "default";
> -};
> -
> -&pfc {
> -	usb0_pins: usb0 {
> -		groups = "usb0";
> -		function = "usb0";
> -	};
> -
> -	usb1_pins: usb1 {
> -		groups = "usb1";
> -		function = "usb1";
> -	};
> -};
> -
> -&scif2 {
> -	bootph-all;
> -};
> -
>  &qspi {
>  	flash at 0 {
>  		spi-tx-bus-width = <1>;
>  		spi-rx-bus-width = <1>;
>  	};
>  };
> -
> -&usbphy {
> -	status = "okay";
> -};
> diff --git a/arch/arm/dts/r8a7794-silk-u-boot.dtsi b/arch/arm/dts/r8a7794-silk-u-boot.dtsi
> index e448ea7e146..f87d04b0ae0 100644
> --- a/arch/arm/dts/r8a7794-silk-u-boot.dtsi
> +++ b/arch/arm/dts/r8a7794-silk-u-boot.dtsi
> @@ -5,12 +5,6 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a7794-u-boot.dtsi"
> -
> -&scif2 {
> -	bootph-all;
> -};
> -
>  &qspi {
>  	flash at 0 {
>  		spi-tx-bus-width = <1>;
> diff --git a/arch/arm/dts/r8a7794-u-boot.dtsi b/arch/arm/dts/r8a7794-u-boot.dtsi
> deleted file mode 100644
> index 303afaeb4ce..00000000000
> --- a/arch/arm/dts/r8a7794-u-boot.dtsi
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot on R-Car R8A7794 SoC
> - *
> - * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
> - */
> -
> -#include "r8a779x-u-boot.dtsi"
> -
> -&usb_extal_clk {
> -	bootph-all;
> -};
> -
> -&pfc {
> -	bootph-all;
> -};
> -
> -&rst {
> -	bootph-all;
> -};
> diff --git a/arch/arm/dts/r8a77951-u-boot.dtsi b/arch/arm/dts/r8a77951-u-boot.dtsi
> index 768d633ded0..13760f3d5d4 100644
> --- a/arch/arm/dts/r8a77951-u-boot.dtsi
> +++ b/arch/arm/dts/r8a77951-u-boot.dtsi
> @@ -5,8 +5,6 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a779x-rcar64-u-boot.dtsi"
> -
>  / {
>  	soc {
>  		rpc: spi at ee200000 {
> diff --git a/arch/arm/dts/r8a77960-u-boot.dtsi b/arch/arm/dts/r8a77960-u-boot.dtsi
> index db062f8e8c7..9cc0d52f634 100644
> --- a/arch/arm/dts/r8a77960-u-boot.dtsi
> +++ b/arch/arm/dts/r8a77960-u-boot.dtsi
> @@ -5,8 +5,6 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a779x-rcar64-u-boot.dtsi"
> -
>  / {
>  	soc {
>  		rpc: spi at ee200000 {
> diff --git a/arch/arm/dts/r8a77965-u-boot.dtsi b/arch/arm/dts/r8a77965-u-boot.dtsi
> index d67e94e318b..3cf32d84ca0 100644
> --- a/arch/arm/dts/r8a77965-u-boot.dtsi
> +++ b/arch/arm/dts/r8a77965-u-boot.dtsi
> @@ -5,8 +5,6 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a779x-rcar64-u-boot.dtsi"
> -
>  / {
>  	soc {
>  		rpc: spi at ee200000 {
> diff --git a/arch/arm/dts/r8a77970-u-boot.dtsi b/arch/arm/dts/r8a77970-u-boot.dtsi
> index 8dfa56c2f13..d00ef2f3105 100644
> --- a/arch/arm/dts/r8a77970-u-boot.dtsi
> +++ b/arch/arm/dts/r8a77970-u-boot.dtsi
> @@ -5,8 +5,6 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a779x-rcar64-u-boot.dtsi"
> -
>  / {
>  	soc {
>  		rpc: spi at ee200000 {
> diff --git a/arch/arm/dts/r8a77980-u-boot.dtsi b/arch/arm/dts/r8a77980-u-boot.dtsi
> index 088839907c2..df862978cba 100644
> --- a/arch/arm/dts/r8a77980-u-boot.dtsi
> +++ b/arch/arm/dts/r8a77980-u-boot.dtsi
> @@ -5,8 +5,6 @@
>   * Copyright (C) 2019 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a779x-rcar64-u-boot.dtsi"
> -
>  / {
>  	soc {
>  		rpc: spi at ee200000 {
> diff --git a/arch/arm/dts/r8a77990-u-boot.dtsi b/arch/arm/dts/r8a77990-u-boot.dtsi
> index b701f68db81..d9dcce00e90 100644
> --- a/arch/arm/dts/r8a77990-u-boot.dtsi
> +++ b/arch/arm/dts/r8a77990-u-boot.dtsi
> @@ -5,8 +5,6 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a779x-u-boot.dtsi"
> -
>  / {
>  	soc {
>  		rpc: spi at ee200000 {
> diff --git a/arch/arm/dts/r8a77995-u-boot.dtsi b/arch/arm/dts/r8a77995-u-boot.dtsi
> index f4bafb6d088..85fccbabfb3 100644
> --- a/arch/arm/dts/r8a77995-u-boot.dtsi
> +++ b/arch/arm/dts/r8a77995-u-boot.dtsi
> @@ -5,8 +5,6 @@
>   * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
>   */
>  
> -#include "r8a779x-u-boot.dtsi"
> -
>  / {
>  	soc {
>  		rpc: spi at ee200000 {
> diff --git a/arch/arm/dts/r8a779a0-u-boot.dtsi b/arch/arm/dts/r8a779a0-u-boot.dtsi
> index f506a666518..a4e75a67dc3 100644
> --- a/arch/arm/dts/r8a779a0-u-boot.dtsi
> +++ b/arch/arm/dts/r8a779a0-u-boot.dtsi
> @@ -5,8 +5,6 @@
>   * Copyright (C) 2020 Renesas Electronics Corp.
>   */
>  
> -#include "r8a779x-rcar64-u-boot.dtsi"
> -
>  / {
>  	soc {
>  		rpc: spi at ee200000 {
> diff --git a/arch/arm/dts/r8a779f0-u-boot.dtsi b/arch/arm/dts/r8a779f0-u-boot.dtsi
> index 08d32fef2b9..a7ff4eb708a 100644
> --- a/arch/arm/dts/r8a779f0-u-boot.dtsi
> +++ b/arch/arm/dts/r8a779f0-u-boot.dtsi
> @@ -5,8 +5,6 @@
>   * Copyright (C) 2021 Renesas Electronics Corp.
>   */
>  
> -#include "r8a779x-rcar64-u-boot.dtsi"
> -
>  / {
>  	soc {
>  		rpc: spi at ee200000 {
> diff --git a/arch/arm/dts/r8a779g0-u-boot.dtsi b/arch/arm/dts/r8a779g0-u-boot.dtsi
> index cc9d99b0f34..5aa61314834 100644
> --- a/arch/arm/dts/r8a779g0-u-boot.dtsi
> +++ b/arch/arm/dts/r8a779g0-u-boot.dtsi
> @@ -5,8 +5,6 @@
>   * Copyright (C) 2021 Renesas Electronics Corp.
>   */
>  
> -#include "r8a779x-rcar64-u-boot.dtsi"
> -
>  / {
>  	binman: binman {
>  		multiple-images;
> @@ -135,14 +133,6 @@
>  	};
>  };
>  
> -&cpg {
> -	bootph-all;
> -};
> -
> -&hscif0 {
> -	bootph-all;
> -};
> -
>  &hscif0_pins {
>  	bootph-all;
>  };
> @@ -151,19 +141,11 @@
>  	bootph-all;
>  };
>  
> -&pfc {
> -	bootph-all;
> -};
> -
>  &rpc {
>  	bank-width = <2>;
>  	num-cs = <1>;
>  };
>  
> -&rst {
> -	bootph-all;
> -};
> -
>  &soc {
>  	apmu at e6170000 {	/* Remoteproc */
>  		compatible = "renesas,r8a779g0-cr52";
> diff --git a/arch/arm/dts/r8a779x-rcar64-u-boot.dtsi b/arch/arm/dts/r8a779x-rcar64-u-boot.dtsi
> deleted file mode 100644
> index b59cc7deca7..00000000000
> --- a/arch/arm/dts/r8a779x-rcar64-u-boot.dtsi
> +++ /dev/null
> @@ -1,12 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot on R-Car 64bit SoC
> - *
> - * Copyright (C) 2024 Marek Vasut <marek.vasut+renesas at mailbox.org>
> - */
> -
> -#include "r8a779x-u-boot.dtsi"
> -
> -&extalr_clk {
> -	bootph-all;
> -};
> diff --git a/arch/arm/dts/r8a779x-u-boot.dtsi b/arch/arm/dts/r8a779x-u-boot.dtsi
> deleted file mode 100644
> index d1441f1f9df..00000000000
> --- a/arch/arm/dts/r8a779x-u-boot.dtsi
> +++ /dev/null
> @@ -1,24 +0,0 @@
> -// SPDX-License-Identifier: GPL-2.0
> -/*
> - * Device Tree Source extras for U-Boot on R-Car Gen3
> - *
> - * Copyright (C) 2018 Marek Vasut <marek.vasut at gmail.com>
> - */
> -
> -/ {
> -	soc {
> -		bootph-all;
> -	};
> -};
> -
> -&cpg {
> -	bootph-all;
> -};
> -
> -&extal_clk {
> -	bootph-all;
> -};
> -
> -&prr {
> -	bootph-all;
> -};
> -- 
> 2.47.2
> 


More information about the U-Boot mailing list