Skip to content

Commit 0cd5780

Browse files
ahalaneynmenon
authored andcommitted
arm64: dts: ti: k3-j784s4-evm: Mark tps659413 regulators as bootph-all
In order for the MCU domain to access this PMIC, a regulator needs to be marked appropriately otherwise it is not seen by SPL and therefore not configured. This is necessary if the MCU domain is to program the TPS6594 MCU ESM state machine, which is required to wire up the watchdog in a manner that will reset the board. Signed-off-by: Andrew Halaney <[email protected]> Reviewed-by: Beleswar Padhi <[email protected]> Tested-by: Udit Kumar <[email protected]> Signed-off-by: Enric Balletbo i Serra <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nishanth Menon <[email protected]>
1 parent 527f884 commit 0cd5780

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

arch/arm64/boot/dts/ti/k3-j784s4-j742s2-evm-common.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,7 @@
635635
regulator-max-microvolt = <1100000>;
636636
regulator-boot-on;
637637
regulator-always-on;
638+
bootph-all;
638639
};
639640

640641
bucka3: buck3 {
@@ -643,6 +644,7 @@
643644
regulator-max-microvolt = <850000>;
644645
regulator-boot-on;
645646
regulator-always-on;
647+
bootph-all;
646648
};
647649

648650
bucka4: buck4 {
@@ -651,6 +653,7 @@
651653
regulator-max-microvolt = <1800000>;
652654
regulator-boot-on;
653655
regulator-always-on;
656+
bootph-all;
654657
};
655658

656659
bucka5: buck5 {
@@ -659,6 +662,7 @@
659662
regulator-max-microvolt = <850000>;
660663
regulator-boot-on;
661664
regulator-always-on;
665+
bootph-all;
662666
};
663667

664668
ldoa1: ldo1 {
@@ -667,6 +671,7 @@
667671
regulator-max-microvolt = <1800000>;
668672
regulator-boot-on;
669673
regulator-always-on;
674+
bootph-all;
670675
};
671676

672677
ldoa2: ldo2 {
@@ -675,6 +680,7 @@
675680
regulator-max-microvolt = <3300000>;
676681
regulator-boot-on;
677682
regulator-always-on;
683+
bootph-all;
678684
};
679685

680686
ldoa3: ldo3 {
@@ -683,6 +689,7 @@
683689
regulator-max-microvolt = <800000>;
684690
regulator-boot-on;
685691
regulator-always-on;
692+
bootph-all;
686693
};
687694

688695
ldoa4: ldo4 {
@@ -691,6 +698,7 @@
691698
regulator-max-microvolt = <1800000>;
692699
regulator-boot-on;
693700
regulator-always-on;
701+
bootph-all;
694702
};
695703
};
696704
};

0 commit comments

Comments
 (0)