Add regulators to the Tegra210 Smaug DTS file includingThe maxim,enabel-sleep is not the valid property.
support for the max77620 PMIC.
Signed-off-by: Rhyland Klein <rklein@xxxxxxxxxx>
+
+ fps1 {
+ maxim,shutdown-fps-time-period-us = <5120>;
+ maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN1>;
+ maxim,enable-sleep;
+ };You need to say regulator-ramp-delay if register config is same as what platform observed.
+
+ fps2 {
+ maxim,fps-event-source = <MAX77620_FPS_EVENT_SRC_EN0>;
+ };
+ };
+
+ regulators {
+ in-ldo0-1-supply = <&pp1350>;
+ in-ldo2-supply = <&pp3300>;
+ in-ldo3-5-supply = <&pp3300>;
+ in-ldo7-8-supply = <&pp1350>;
+
+ ppvar_soc: sd0 {
+ regulator-name = "PPVAR_SOC";
+ regulator-min-microvolt = <825000>;
+ regulator-max-microvolt = <1125000>;
+ regulator-enable-ramp-delay = <146>;
+ regulator-always-on;
+ regulator-boot-on;
+ maxim,ramp-rate-setting = <27500>;
+ regulator-always-on;GPIO3 is fps-out and hence it can not be done here. Better to do not provide any gpio entry.
+ gpio = <&max77620 3 0>;