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

ARM: tegra: Remove unsupported properties on Apalis

The +V1.2_VDD_CORE regulator on Apalis and Colibri boards uses the
unsupported ti,vsel{0,1}-state-low properties. It turns out that these
are in fact the default and can be overridden by ti,vsel{0,1}-state-high
properties if needed. Drop them since they are not needed.

Signed-off-by: Thierry Reding <treding@nvidia.com>

-9
-3
arch/arm/boot/dts/tegra30-apalis-v1.1.dtsi
··· 1050 1050 regulator-max-microvolt = <1400000>; 1051 1051 regulator-boot-on; 1052 1052 regulator-always-on; 1053 - ti,vsel0-state-low; 1054 - /* VSEL1: EN_CORE_DVFS_N low for DVFS */ 1055 - ti,vsel1-state-low; 1056 1053 }; 1057 1054 }; 1058 1055
-3
arch/arm/boot/dts/tegra30-apalis.dtsi
··· 1033 1033 regulator-max-microvolt = <1400000>; 1034 1034 regulator-boot-on; 1035 1035 regulator-always-on; 1036 - ti,vsel0-state-low; 1037 - /* VSEL1: EN_CORE_DVFS_N low for DVFS */ 1038 - ti,vsel1-state-low; 1039 1036 }; 1040 1037 }; 1041 1038
-3
arch/arm/boot/dts/tegra30-colibri.dtsi
··· 901 901 regulator-max-microvolt = <1400000>; 902 902 regulator-boot-on; 903 903 regulator-always-on; 904 - ti,vsel0-state-low; 905 - /* VSEL1: EN_CORE_DVFS_N low for DVFS */ 906 - ti,vsel1-state-low; 907 904 }; 908 905 }; 909 906