ARM: dts: grouper: complete missing bindings
Clean up the tree and prepare for DM PMIC migration. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
This commit is contained in:

committed by
Tom Rini

parent
44e0aa75f9
commit
bc8bd965e2
@@ -1,7 +1,6 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
|
|
||||||
#include "tegra30.dtsi"
|
#include "tegra30.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
@@ -62,6 +61,9 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
bus-width = <8>;
|
bus-width = <8>;
|
||||||
non-removable;
|
non-removable;
|
||||||
|
|
||||||
|
vmmc-supply = <&vcore_emmc>;
|
||||||
|
vqmmc-supply = <&vdd_1v8_vio>;
|
||||||
};
|
};
|
||||||
|
|
||||||
usb1: usb@7d000000 {
|
usb1: usb@7d000000 {
|
||||||
@@ -150,7 +152,6 @@
|
|||||||
regulator-name = "vdd_5v0_bl";
|
regulator-name = "vdd_5v0_bl";
|
||||||
regulator-min-microvolt = <5000000>;
|
regulator-min-microvolt = <5000000>;
|
||||||
regulator-max-microvolt = <5000000>;
|
regulator-max-microvolt = <5000000>;
|
||||||
regulator-boot-on;
|
|
||||||
gpio = <&gpio TEGRA_GPIO(H, 3) GPIO_ACTIVE_HIGH>;
|
gpio = <&gpio TEGRA_GPIO(H, 3) GPIO_ACTIVE_HIGH>;
|
||||||
enable-active-high;
|
enable-active-high;
|
||||||
};
|
};
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
gpio-controller;
|
gpio-controller;
|
||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
vdd_1v8: sd2 {
|
vdd_1v8_vio: sd2 {
|
||||||
regulator-name = "vdd_1v8_gen";
|
regulator-name = "vdd_1v8_gen";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
@@ -34,8 +34,7 @@
|
|||||||
vcore_emmc: ldo3 {
|
vcore_emmc: ldo3 {
|
||||||
regulator-name = "vcore_emmc";
|
regulator-name = "vcore_emmc";
|
||||||
regulator-min-microvolt = <2850000>;
|
regulator-min-microvolt = <2850000>;
|
||||||
regulator-max-microvolt = <3100000>;
|
regulator-max-microvolt = <2850000>;
|
||||||
regulator-always-on;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -23,12 +23,19 @@
|
|||||||
gpio-controller;
|
gpio-controller;
|
||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
|
vdd_1v8_vio: vddio {
|
||||||
|
regulator-name = "vdd_1v8_gen";
|
||||||
|
regulator-min-microvolt = <1800000>;
|
||||||
|
regulator-max-microvolt = <1800000>;
|
||||||
|
regulator-always-on;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
|
|
||||||
/* eMMC VDD */
|
/* eMMC VDD */
|
||||||
vcore_emmc: ldo1 {
|
vcore_emmc: ldo1 {
|
||||||
regulator-name = "vdd_emmc_core";
|
regulator-name = "vdd_emmc_core";
|
||||||
regulator-min-microvolt = <1000000>;
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
regulator-always-on;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
gpio-controller;
|
gpio-controller;
|
||||||
|
|
||||||
regulators {
|
regulators {
|
||||||
vdd_1v8: sd2 {
|
vdd_1v8_vio: sd2 {
|
||||||
regulator-name = "vdd_1v8_gen";
|
regulator-name = "vdd_1v8_gen";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
@@ -34,8 +34,7 @@
|
|||||||
vcore_emmc: ldo3 {
|
vcore_emmc: ldo3 {
|
||||||
regulator-name = "vcore_emmc";
|
regulator-name = "vcore_emmc";
|
||||||
regulator-min-microvolt = <2850000>;
|
regulator-min-microvolt = <2850000>;
|
||||||
regulator-max-microvolt = <3100000>;
|
regulator-max-microvolt = <2850000>;
|
||||||
regulator-always-on;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user