aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2019-01-09 15:00:45 +0100
committerSimon Horman <[email protected]>2019-01-23 09:45:39 +0100
commit12105cec654cf90648f65f7dc90d1be982d326eb (patch)
treef13b2f11e7ed9586917e432a9a408b1d0ba1e486
parentd5e5790c6ff0b6825f6d8b4baf67fa13810ce4fc (diff)
arm64: dts: renesas: r8a77990: ebisu: Fix backlight regulator numbering
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 <[email protected]> Reported-by: Simon Horman <[email protected]> Fixes: 9d16c4a10e07 ("arm64: dts: renesas: r8a77990: ebisu: Add backlight") Reviewed-by: Geert Uytterhoeven <[email protected]> Tested-by: Simon Horman <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Simon Horman <[email protected]>
-rw-r--r--arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
index e0590c0af4c4..89383aa35d65 100644
--- a/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
+++ b/arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts
@@ -191,7 +191,7 @@
clock-frequency = <24576000>;
};
- reg_12p0v: regulator1 {
+ reg_12p0v: regulator2 {
compatible = "regulator-fixed";
regulator-name = "D12.0V";
regulator-min-microvolt = <12000000>;