Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da204ee2 authored by Laxman Dewangan's avatar Laxman Dewangan Committed by Stephen Warren
Browse files

ARM: tegra: dalmore: add cpu regulator node



Dalmore uses the TPS51632 as CPU regulator. The device is connected
on I2C5.

Add DT node for TPS51632.

Signed-off-by: default avatarLaxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 33eb271e
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line Diff line number Diff line
@@ -730,6 +730,21 @@
		};
		};
	};
	};


	i2c@7000d000 {
		status = "okay";
		clock-frequency = <400000>;

		tps51632 {
			compatible = "ti,tps51632";
			reg = <0x43>;
			regulator-name = "vdd-cpu";
			regulator-min-microvolt = <500000>;
			regulator-max-microvolt = <1520000>;
			regulator-boot-on;
			regulator-always-on;
		};
	};

	pmc {
	pmc {
		nvidia,invert-interrupt;
		nvidia,invert-interrupt;
	};
	};