mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
arm64: dts: renesas: Make OTP available in SPL on R8A779G0 V4H
The DBSC5 DRAM controller driver needs access to OTP fuses to discern Renesas R-Car V4H-3, V4H-5 and V4H-7 SoC variants based on OTP fuse programming. Make OTP block DT node available in U-Boot SPL DT so the DBSC5 driver can determine its base address and read out the OTP fuses. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
92659829aa
commit
15111aeb9c
1 changed files with 4 additions and 0 deletions
|
@ -147,6 +147,10 @@
|
|||
bootph-all;
|
||||
};
|
||||
|
||||
&otp {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&pfc {
|
||||
bootph-all;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue