ARM: dts: renesas: Drop most of bootph-* tags

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@mailbox.org>
Reviewed-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
This commit is contained in:
Marek Vasut 2025-06-08 21:04:14 +02:00
parent 5d7e003248
commit dd8f57ed2f
32 changed files with 4 additions and 314 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -6,8 +6,6 @@
* *
*/ */
#include "r8a779x-u-boot.dtsi"
/ { / {
soc { soc {
rpc: spi@ee200000 { rpc: spi@ee200000 {

View File

@ -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"

View File

@ -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"

View File

@ -5,12 +5,6 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a7790-u-boot.dtsi"
&scif0 {
bootph-all;
};
&qspi { &qspi {
flash@0 { flash@0 {
spi-tx-bus-width = <1>; spi-tx-bus-width = <1>;

View File

@ -5,12 +5,6 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a7790-u-boot.dtsi"
&scifa0 {
bootph-all;
};
&qspi { &qspi {
flash@0 { flash@0 {
spi-tx-bus-width = <1>; spi-tx-bus-width = <1>;

View File

@ -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@gmail.com>
*/
#include "r8a779x-u-boot.dtsi"
&usb_extal_clk {
bootph-all;
};
&pfc {
bootph-all;
};
&rst {
bootph-all;
};

View File

@ -5,12 +5,6 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a7791-u-boot.dtsi"
&scif0 {
bootph-all;
};
&qspi { &qspi {
flash@0 { flash@0 {
spi-tx-bus-width = <1>; spi-tx-bus-width = <1>;

View File

@ -5,20 +5,13 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a7791-u-boot.dtsi"
&scif0 {
bootph-all;
};
&i2c6 {
status = "okay";
clock-frequency = <400000>;
};
&qspi { &qspi {
flash@0 { flash@0 {
spi-tx-bus-width = <1>; spi-tx-bus-width = <1>;
spi-rx-bus-width = <1>; spi-rx-bus-width = <1>;
}; };
}; };
&i2c6 {
clock-frequency = <400000>;
};

View File

@ -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@gmail.com>
*/
#include "r8a779x-u-boot.dtsi"
&usb_extal_clk {
bootph-all;
};
&pfc {
bootph-all;
};
&rst {
bootph-all;
};

View File

@ -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@gmail.com>
*/
#include "r8a7792-u-boot.dtsi"
&iic3 {
status = "okay";
};
&scif0 {
bootph-all;
};

View File

@ -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@gmail.com>
*/
#include "r8a779x-u-boot.dtsi"
&pfc {
bootph-all;
};
&rst {
bootph-all;
};

View File

@ -5,12 +5,6 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a7793-u-boot.dtsi"
&scif0 {
bootph-all;
};
&qspi { &qspi {
flash@0 { flash@0 {
spi-tx-bus-width = <1>; spi-tx-bus-width = <1>;

View File

@ -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@gmail.com>
*/
#include "r8a779x-u-boot.dtsi"
&usb_extal_clk {
bootph-all;
};
&pfc {
bootph-all;
};
&rst {
bootph-all;
};

View File

@ -5,48 +5,9 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@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 { &qspi {
flash@0 { flash@0 {
spi-tx-bus-width = <1>; spi-tx-bus-width = <1>;
spi-rx-bus-width = <1>; spi-rx-bus-width = <1>;
}; };
}; };
&usbphy {
status = "okay";
};

View File

@ -5,12 +5,6 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a7794-u-boot.dtsi"
&scif2 {
bootph-all;
};
&qspi { &qspi {
flash@0 { flash@0 {
spi-tx-bus-width = <1>; spi-tx-bus-width = <1>;

View File

@ -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@gmail.com>
*/
#include "r8a779x-u-boot.dtsi"
&usb_extal_clk {
bootph-all;
};
&pfc {
bootph-all;
};
&rst {
bootph-all;
};

View File

@ -5,8 +5,6 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a779x-rcar64-u-boot.dtsi"
/ { / {
soc { soc {
rpc: spi@ee200000 { rpc: spi@ee200000 {

View File

@ -5,8 +5,6 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a779x-rcar64-u-boot.dtsi"
/ { / {
soc { soc {
rpc: spi@ee200000 { rpc: spi@ee200000 {

View File

@ -5,8 +5,6 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a779x-rcar64-u-boot.dtsi"
/ { / {
soc { soc {
rpc: spi@ee200000 { rpc: spi@ee200000 {

View File

@ -5,8 +5,6 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a779x-rcar64-u-boot.dtsi"
/ { / {
soc { soc {
rpc: spi@ee200000 { rpc: spi@ee200000 {

View File

@ -5,8 +5,6 @@
* Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a779x-rcar64-u-boot.dtsi"
/ { / {
soc { soc {
rpc: spi@ee200000 { rpc: spi@ee200000 {

View File

@ -5,8 +5,6 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a779x-u-boot.dtsi"
/ { / {
soc { soc {
rpc: spi@ee200000 { rpc: spi@ee200000 {

View File

@ -5,8 +5,6 @@
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com> * Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
*/ */
#include "r8a779x-u-boot.dtsi"
/ { / {
soc { soc {
rpc: spi@ee200000 { rpc: spi@ee200000 {

View File

@ -5,8 +5,6 @@
* Copyright (C) 2020 Renesas Electronics Corp. * Copyright (C) 2020 Renesas Electronics Corp.
*/ */
#include "r8a779x-rcar64-u-boot.dtsi"
/ { / {
soc { soc {
rpc: spi@ee200000 { rpc: spi@ee200000 {

View File

@ -5,8 +5,6 @@
* Copyright (C) 2021 Renesas Electronics Corp. * Copyright (C) 2021 Renesas Electronics Corp.
*/ */
#include "r8a779x-rcar64-u-boot.dtsi"
/ { / {
soc { soc {
rpc: spi@ee200000 { rpc: spi@ee200000 {

View File

@ -5,8 +5,6 @@
* Copyright (C) 2021 Renesas Electronics Corp. * Copyright (C) 2021 Renesas Electronics Corp.
*/ */
#include "r8a779x-rcar64-u-boot.dtsi"
/ { / {
binman: binman { binman: binman {
multiple-images; multiple-images;
@ -135,14 +133,6 @@
}; };
}; };
&cpg {
bootph-all;
};
&hscif0 {
bootph-all;
};
&hscif0_pins { &hscif0_pins {
bootph-all; bootph-all;
}; };
@ -151,19 +141,11 @@
bootph-all; bootph-all;
}; };
&pfc {
bootph-all;
};
&rpc { &rpc {
bank-width = <2>; bank-width = <2>;
num-cs = <1>; num-cs = <1>;
}; };
&rst {
bootph-all;
};
&soc { &soc {
apmu@e6170000 { /* Remoteproc */ apmu@e6170000 { /* Remoteproc */
compatible = "renesas,r8a779g0-cr52"; compatible = "renesas,r8a779g0-cr52";

View File

@ -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@mailbox.org>
*/
#include "r8a779x-u-boot.dtsi"
&extalr_clk {
bootph-all;
};

View File

@ -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@gmail.com>
*/
/ {
soc {
bootph-all;
};
};
&cpg {
bootph-all;
};
&extal_clk {
bootph-all;
};
&prr {
bootph-all;
};