Commit d9a2b63c authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'renesas-fixes-for-v5.3' of...

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: default avatarArnd Bergmann <arnd@arndb.de>
parents 089cf7f6 45f5d5a9
...@@ -97,7 +97,7 @@ memory@48000000 { ...@@ -97,7 +97,7 @@ memory@48000000 {
reg = <0x0 0x48000000 0x0 0x18000000>; reg = <0x0 0x48000000 0x0 0x18000000>;
}; };
reg_1p8v: regulator0 { reg_1p8v: regulator-1p8v {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "fixed-1.8V"; regulator-name = "fixed-1.8V";
regulator-min-microvolt = <1800000>; regulator-min-microvolt = <1800000>;
...@@ -106,7 +106,7 @@ reg_1p8v: regulator0 { ...@@ -106,7 +106,7 @@ reg_1p8v: regulator0 {
regulator-always-on; regulator-always-on;
}; };
reg_3p3v: regulator1 { reg_3p3v: regulator-3p3v {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "fixed-3.3V"; regulator-name = "fixed-3.3V";
regulator-min-microvolt = <3300000>; regulator-min-microvolt = <3300000>;
...@@ -115,7 +115,7 @@ reg_3p3v: regulator1 { ...@@ -115,7 +115,7 @@ reg_3p3v: regulator1 {
regulator-always-on; regulator-always-on;
}; };
reg_12p0v: regulator1 { reg_12p0v: regulator-12p0v {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "D12.0V"; regulator-name = "D12.0V";
regulator-min-microvolt = <12000000>; regulator-min-microvolt = <12000000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment