diff options
| author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2026-08-21 14:18:51 +0200 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-08-25 07:40:00 -0600 |
| commit | d29122e0287aa05692c1c022d8d548f786773862 (patch) | |
| tree | 35d9c3784d3b37ff508b2b18676624f0c2f7e055 | |
| parent | 286b8d68f521c601f103ab70ee79e339b838d531 (diff) | |
| download | u-boot-d29122e0287aa05692c1c022d8d548f786773862.tar.gz u-boot-d29122e0287aa05692c1c022d8d548f786773862.zip | |
arm64: dts: renesas: Drop bootph-all from PRR node on R-Car Gen5 R8A78000 X5H
The PRR node is going to be folded into MFIS node in Linux 7.2.y DTs.
The PRR node is currently unused and does not require the bootph-all
DT property. Drop the property from the PRR node, and drop the entire
prr {} node phandle, thus unblocking Linux 7.2.y upstream DT update.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
| -rw-r--r-- | arch/arm/dts/r8a78000-u-boot.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/dts/r8a78000-u-boot.dtsi b/arch/arm/dts/r8a78000-u-boot.dtsi index 67da58f6474..432a4252cdf 100644 --- a/arch/arm/dts/r8a78000-u-boot.dtsi +++ b/arch/arm/dts/r8a78000-u-boot.dtsi @@ -78,10 +78,6 @@ bootph-all; }; -&prr { - bootph-all; -}; - &soc { bootph-all; |
