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

arm: dts: mt7623: add lima related regulator

GPU needs additional regulator, add it to devicetree of bpi-r2

Signed-off-by: Alex Ryabchenko <d3adme4t@gmail.com>
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Link: https://lore.kernel.org/r/20200904110002.88966-5-linux@fw-web.de
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

authored by

Alex Ryabchenko and committed by
Matthias Brugger
8cf333f8 2c78f4bd

+12 -1
+12 -1
arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
··· 79 79 regulator-always-on; 80 80 }; 81 81 82 + reg_vgpu: fixedregulator@0 { 83 + compatible = "regulator-fixed"; 84 + regulator-name = "vdd_fixed_vgpu"; 85 + regulator-min-microvolt = <1150000>; 86 + regulator-max-microvolt = <1150000>; 87 + }; 88 + 82 89 gpio-keys { 83 90 compatible = "gpio-keys"; 84 91 pinctrl-names = "default"; ··· 290 283 status = "okay"; 291 284 }; 292 285 286 + &mali { 287 + mali-supply = <&reg_vgpu>; 288 + status = "okay"; 289 + }; 290 + 293 291 &mmc0 { 294 292 pinctrl-names = "default", "state_uhs"; 295 293 pinctrl-0 = <&mmc0_pins_default>; ··· 414 402 &u3phy2 { 415 403 status = "okay"; 416 404 }; 417 -