arm64: dts: ti: k3-am654-base-board: Add missing PMIC
authorNishanth Menon <nm@ti.com>
Wed, 19 Apr 2023 22:59:10 +0000 (17:59 -0500)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 8 May 2023 16:16:46 +0000 (21:46 +0530)
Add the missing vdd_mpu PMIC.

Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Kamlesh Gurudasani <kamlesh@ti.com>
Link: https://lore.kernel.org/r/20230419225913.663448-5-nm@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am654-base-board.dts

index 30bb1c9..91471f0 100644 (file)
        pinctrl-0 = <&wkup_i2c0_pins_default>;
        clock-frequency = <400000>;
 
+       vdd_mpu: regulator@60 {
+               compatible = "ti,tps62363";
+               reg = <0x60>;
+               regulator-name = "VDD_MPU";
+               regulator-min-microvolt = <500000>;
+               regulator-max-microvolt = <1770000>;
+               regulator-always-on;
+               regulator-boot-on;
+               ti,vsel0-state-high;
+               ti,vsel1-state-high;
+               ti,enable-vout-discharge;
+       };
+
        pca9554: gpio@39 {
                compatible = "nxp,pca9554";
                reg = <0x39>;