Commit 331da58c authored by Laxman Dewangan's avatar Laxman Dewangan Committed by Stephen Warren

ARM: dt: tegra: cardhu: register core regulator tps62361

Add device info for the core regulator tps62360 in tegra-cardhu
dts file.
Signed-off-by: default avatarLaxman Dewangan <ldewangan@nvidia.com>
[swarren: fixed node name to reflect actual device type]
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 54174a33
......@@ -123,6 +123,19 @@ wm8903: wm8903@1a {
micdet-delay = <100>;
gpio-cfg = <0xffffffff 0xffffffff 0 0xffffffff 0xffffffff>;
};
tps62361 {
compatible = "ti,tps62361";
reg = <0x60>;
regulator-name = "tps62361-vout";
regulator-min-microvolt = <500000>;
regulator-max-microvolt = <1500000>;
regulator-boot-on;
regulator-always-on;
ti,vsel0-state-high;
ti,vsel1-state-high;
};
};
sdhci@78000000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment