Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: imx8mp-tqma8mpql: remove virtual 3.3V regulator

BUCK4 rail supplies the 3.3V rail. Use the actual regulator
instead of a virtual fixed regulator.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Markus Niebel and committed by
Shawn Guo
917baa75 5245dc5f

+3 -12
+3 -12
arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql.dtsi
··· 16 16 reg = <0x0 0x40000000 0 0x80000000>; 17 17 }; 18 18 19 - /* identical to buck4_reg, but should never change */ 20 - reg_vcc3v3: regulator-vcc3v3 { 21 - compatible = "regulator-fixed"; 22 - regulator-name = "VCC3V3"; 23 - regulator-min-microvolt = <3300000>; 24 - regulator-max-microvolt = <3300000>; 25 - regulator-always-on; 26 - }; 27 - 28 19 reg_usdhc2_vqmmc: regulator-usdhc2-vqmmc { 29 20 compatible = "regulator-gpio"; 30 21 pinctrl-names = "default"; ··· 178 187 read-only; 179 188 reg = <0x53>; 180 189 pagesize = <16>; 181 - vcc-supply = <&reg_vcc3v3>; 190 + vcc-supply = <&buck4_reg>; 182 191 }; 183 192 184 193 m24c64: eeprom@57 { 185 194 compatible = "atmel,24c64"; 186 195 reg = <0x57>; 187 196 pagesize = <32>; 188 - vcc-supply = <&reg_vcc3v3>; 197 + vcc-supply = <&buck4_reg>; 189 198 }; 190 199 }; 191 200 ··· 202 211 non-removable; 203 212 no-sd; 204 213 no-sdio; 205 - vmmc-supply = <&reg_vcc3v3>; 214 + vmmc-supply = <&buck4_reg>; 206 215 vqmmc-supply = <&buck5_reg>; 207 216 status = "okay"; 208 217 };