Skip to content

Commit d9a2b63

Browse files
committed
Merge tag 'renesas-fixes-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into arm/fixes
Renesas ARM Based SoC Fixes for v5.3 * R-Car D3 (r8a77995) based Draak Board - Correct backlight regulator name in device tree * tag 'renesas-fixes-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas: arm64: dts: renesas: r8a77995: draak: Fix backlight regulator name Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 089cf7f + 45f5d5a commit d9a2b63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/renesas/r8a77995-draak.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
reg = <0x0 0x48000000 0x0 0x18000000>;
9898
};
9999

100-
reg_1p8v: regulator0 {
100+
reg_1p8v: regulator-1p8v {
101101
compatible = "regulator-fixed";
102102
regulator-name = "fixed-1.8V";
103103
regulator-min-microvolt = <1800000>;
@@ -106,7 +106,7 @@
106106
regulator-always-on;
107107
};
108108

109-
reg_3p3v: regulator1 {
109+
reg_3p3v: regulator-3p3v {
110110
compatible = "regulator-fixed";
111111
regulator-name = "fixed-3.3V";
112112
regulator-min-microvolt = <3300000>;
@@ -115,7 +115,7 @@
115115
regulator-always-on;
116116
};
117117

118-
reg_12p0v: regulator1 {
118+
reg_12p0v: regulator-12p0v {
119119
compatible = "regulator-fixed";
120120
regulator-name = "D12.0V";
121121
regulator-min-microvolt = <12000000>;

0 commit comments

Comments
 (0)