Patch "arm64: dts: mt8173-elm: fix supported values for regulator-allowed-modes of da9211" has been added to the 5.9-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: mt8173-elm: fix supported values for regulator-allowed-modes of da9211

to the 5.9-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-mt8173-elm-fix-supported-values-for-regula.patch
and it can be found in the queue-5.9 subdirectory.

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



commit b2c1394e9b2b4e2d8f7a1c7a0f415827e6240f32
Author: Dafna Hirschfeld <dafna.hirschfeld@xxxxxxxxxxxxx>
Date:   Thu Sep 3 16:28:19 2020 +0200

    arm64: dts: mt8173-elm: fix supported values for regulator-allowed-modes of da9211
    
    [ Upstream commit 9d955478a89b4a1ff4e7442216f2822dee8fde73 ]
    
    According to the datasheet the allowed modes for the da9211
    regulator are sync and auto mode. This should be changed in the
    devicetree. This also fix an error message
    'BUCKA: invalid regulator-allowed-modes element 0'
    since value 0 is invalid.
    
    Fixes: 689b937beddeb ("arm64: dts: mediatek: add mt8173 elm and hana board")
    Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@xxxxxxxxxxxxx>
    Tested-by: Enric Balletbo i Serra <enric.balletbo@xxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20200903142819.24487-1-dafna.hirschfeld@xxxxxxxxxxxxx
    Signed-off-by: Matthias Brugger <matthias.bgg@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi b/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi
index a5a12b2599a4a..bdec719a6b62f 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi
@@ -5,6 +5,7 @@
 
 #include <dt-bindings/input/input.h>
 #include <dt-bindings/input/linux-event-codes.h>
+#include <dt-bindings/regulator/dlg,da9211-regulator.h>
 #include <dt-bindings/gpio/gpio.h>
 #include "mt8173.dtsi"
 
@@ -294,7 +295,8 @@ da9211_vcpu_reg: BUCKA {
 				regulator-max-microamp  = <4400000>;
 				regulator-ramp-delay = <10000>;
 				regulator-always-on;
-				regulator-allowed-modes = <0 1>;
+				regulator-allowed-modes = <DA9211_BUCK_MODE_SYNC
+							   DA9211_BUCK_MODE_AUTO>;
 			};
 
 			da9211_vgpu_reg: BUCKB {



[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