Skip to content

Commit

Permalink
arm64: dts: renesas: r8a77990: ebisu: Fix backlight regulator numbering
Browse files Browse the repository at this point in the history
There are two regulator1 nodes in the Ebisu DTS right now, one 3.3V for
the eMMC and one 12V for the backlight. This causes one to be overwritten
by the other, ultimatelly resulting in inoperable eMMC, which depends on
the former. Fix this by renumbering the backlight regulator to regulator2.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Reported-by: Simon Horman <horms+renesas@verge.net.au>
Fixes: 9d16c4a ("arm64: dts: renesas: r8a77990: ebisu: Add backlight")
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Marek Vasut authored and Simon Horman committed Jan 23, 2019
1 parent d5e5790 commit 12105ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
clock-frequency = <24576000>;
};

reg_12p0v: regulator1 {
reg_12p0v: regulator2 {
compatible = "regulator-fixed";
regulator-name = "D12.0V";
regulator-min-microvolt = <12000000>;
Expand Down

0 comments on commit 12105ce

Please sign in to comment.