commit | 4f809885dec59bb89dddc61f793edcbc2b8742ae | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Tue Nov 28 09:09:41 2023 +0200 |
committer | Svyatoslav Ryhel <clamor95@gmail.com> | Tue Nov 28 09:09:53 2023 +0200 |
tree | 423e4dd1dc97be8656724f45d5bb6209ed6a8605 | |
parent | 57595aa3b12969b6683a6d80a042b3ccdbfdd5bb [diff] |
ARM: tegra: call regulators_enable_boot_on on board init Call regulators_enable_boot_on on board init to set all regulators with boot-on property in device tree. If regulator is not used by any device in the device tree but is essential for the device to work a regression will occur. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>