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

ARM: dts: rockchip: Add the iodomains for the Rock2 SOM

Add the IO domain configuration for the Rock2 SOM and model the fixed
regulator used as the vqmmc for the EMMC device.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Sjoerd Simons and committed by
Heiko Stuebner
30c4cbcd cab6f070

+26
+26
arch/arm/boot/dts/rk3288-rock2-som.dtsi
··· 61 61 clock-output-names = "ext_gmac"; 62 62 }; 63 63 64 + io_domains: io-domains { 65 + compatible = "rockchip,rk3288-io-voltage-domain"; 66 + rockchip,grf = <&grf>; 67 + 68 + audio-supply = <&vcc_io>; 69 + bb-supply = <&vcc_io>; 70 + dvp-supply = <&vcc_18>; 71 + flash0-supply = <&vcc_flash>; 72 + flash1-supply = <&vccio_pmu>; 73 + gpio30-supply = <&vccio_pmu>; 74 + gpio1830 = <&vcc_io>; 75 + lcdc-supply = <&vcc_io>; 76 + sdcard-supply = <&vccio_sd>; 77 + wifi-supply = <&vcc_18>; 78 + }; 79 + 80 + vcc_flash: flash-regulator { 81 + compatible = "regulator-fixed"; 82 + regulator-name = "vcc_sys"; 83 + regulator-min-microvolt = <1800000>; 84 + regulator-max-microvolt = <1800000>; 85 + startup-delay-us = <150>; 86 + vin-supply = <&vcc_io>; 87 + }; 88 + 64 89 vcc_sys: vsys-regulator { 65 90 compatible = "regulator-fixed"; 66 91 regulator-name = "vcc_sys"; ··· 110 85 pinctrl-names = "default"; 111 86 pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_bus8>; 112 87 vmmc-supply = <&vcc_io>; 88 + vqmmc-supply = <&vcc_flash>; 113 89 status = "okay"; 114 90 }; 115 91