Patch "arm64: dts: imx8mq-librem5-r3: Mark buck3 as always on" has been added to the 5.10-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: imx8mq-librem5-r3: Mark buck3 as always on

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-imx8mq-librem5-r3-mark-buck3-as-always-on.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 447b4b26847ef5d28f7d0dab2a842f02f9f11321
Author: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@xxxxxxx>
Date:   Mon Mar 15 09:35:30 2021 +0100

    arm64: dts: imx8mq-librem5-r3: Mark buck3 as always on
    
    [ Upstream commit a362b0cc94d476b097ba0ff466958c1d4e27e219 ]
    
    Commit 99e71c029213 ("arm64: dts: imx8mq-librem5: Don't mark buck3 as always on")
    removed always-on marking from GPU regulator, which is great for power
    saving - however it introduces additional i2c0 traffic which can be deadly
    for devices from the Dogwood batch.
    
    To workaround the i2c0 shutdown issue on Dogwood, this commit marks
    buck3 as always-on again - but only for Dogwood (r3).
    
    Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@xxxxxxx>
    Signed-off-by: Martin Kepplinger <martin.kepplinger@xxxxxxx>
    Signed-off-by: Shawn Guo <shawnguo@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5-r3.dts b/arch/arm64/boot/dts/freescale/imx8mq-librem5-r3.dts
index 6704ea2c72a3..cc29223ca188 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-librem5-r3.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5-r3.dts
@@ -22,6 +22,10 @@
 	ti,termination-current = <144000>;  /* uA */
 };
 
+&buck3_reg {
+	regulator-always-on;
+};
+
 &proximity {
 	proximity-near-level = <25>;
 };



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux