Commit 114e392b3454afa44acb06228fb59e51b89dc7ba
1 parent
c0f90f94b0
Exists in
smarc-8m-android-11.0.0_2.0.0
Fix VDD_ARM to 1.0V
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
arch/arm64/boot/dts/embedian/imx8mq-smarc-common.dtsi
... | ... | @@ -144,7 +144,7 @@ |
144 | 144 | pinctrl-0 = <&pinctrl_buck2>; |
145 | 145 | compatible = "regulator-gpio"; |
146 | 146 | regulator-name = "vdd_arm"; |
147 | - regulator-min-microvolt = <900000>; | |
147 | + regulator-min-microvolt = <1000000>; | |
148 | 148 | regulator-max-microvolt = <1000000>; |
149 | 149 | gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; |
150 | 150 | states = <1000000 0x0 |