Skip to content

Commit 621a046

Browse files
ppetter1025mbgg
authored andcommitted
arm64: dts: mt8173: Power on panel regulator on boot
Add "regulator-boot-on" to "panel_fixed_3v3" to save time on powering the regulator during boot. Also add "off-on-delay-us" to the node to make sure the regulator never violates the panel timing requirements. Signed-off-by: Pin-yen Lin <treapking@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20230417123956.926266-1-treapking@chromium.org Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
1 parent 42bdf37 commit 621a046

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
regulator-min-microvolt = <3300000>;
9797
regulator-max-microvolt = <3300000>;
9898
enable-active-high;
99+
regulator-boot-on;
100+
off-on-delay-us = <500000>;
99101
gpio = <&pio 41 GPIO_ACTIVE_HIGH>;
100102
pinctrl-names = "default";
101103
pinctrl-0 = <&panel_fixed_pins>;

0 commit comments

Comments
 (0)