OSDN Git Service

ARM: tegra: Remove unsupported properties on Apalis
authorThierry Reding <treding@nvidia.com>
Tue, 7 Dec 2021 13:03:00 +0000 (14:03 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 15 Dec 2021 16:29:53 +0000 (17:29 +0100)
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>
arch/arm/boot/dts/tegra30-apalis-v1.1.dtsi
arch/arm/boot/dts/tegra30-apalis.dtsi
arch/arm/boot/dts/tegra30-colibri.dtsi

index 6fe775b..380f22a 100644 (file)
                        regulator-max-microvolt = <1400000>;
                        regulator-boot-on;
                        regulator-always-on;
-                       ti,vsel0-state-low;
-                       /* VSEL1: EN_CORE_DVFS_N low for DVFS */
-                       ti,vsel1-state-low;
                };
        };
 
index 7df2841..9bdc4cb 100644 (file)
                        regulator-max-microvolt = <1400000>;
                        regulator-boot-on;
                        regulator-always-on;
-                       ti,vsel0-state-low;
-                       /* VSEL1: EN_CORE_DVFS_N low for DVFS */
-                       ti,vsel1-state-low;
                };
        };
 
index febcb40..9bf8170 100644 (file)
                        regulator-max-microvolt = <1400000>;
                        regulator-boot-on;
                        regulator-always-on;
-                       ti,vsel0-state-low;
-                       /* VSEL1: EN_CORE_DVFS_N low for DVFS */
-                       ti,vsel1-state-low;
                };
        };