mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Rename fixed regulator node names
Rename "regulator0" to "regulator-0p8v" and "regulator1" to "regulator-3p3v" for consistency as done in the RZ/V2N EVK. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/20250620121045.56114-3-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
b7754520a4
commit
c0cd5213d4
|
|
@ -45,7 +45,7 @@ memory@240000000 {
|
|||
reg = <0x2 0x40000000 0x2 0x00000000>;
|
||||
};
|
||||
|
||||
reg_0p8v: regulator0 {
|
||||
reg_0p8v: regulator-0p8v {
|
||||
compatible = "regulator-fixed";
|
||||
|
||||
regulator-name = "fixed-0.8V";
|
||||
|
|
@ -55,7 +55,7 @@ reg_0p8v: regulator0 {
|
|||
regulator-always-on;
|
||||
};
|
||||
|
||||
reg_3p3v: regulator1 {
|
||||
reg_3p3v: regulator-3p3v {
|
||||
compatible = "regulator-fixed";
|
||||
|
||||
regulator-name = "fixed-3.3V";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user