You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build-configs.yaml: Add support for regulators on Asurada Chromebook
This commit adds the required kernel configuration options for the MT6359 and MT6360 regulators,
which are needed to properly support the Asurada Chromebook.
The corresponding device tree entries for these regulators, as follows:
&mmc0 {
...
vmmc-supply = <&mt6359_vemc_1_ldo_reg>;
vqmmc-supply = <&mt6359_vufs_ldo_reg>;
&mmc1 {
...
vmmc-supply = <&mt6360_ldo5_reg>;
vqmmc-supply = <&mt6360_ldo3_reg>;
Signed-off-by: Denys Fedoryshchenko <[email protected]>
0 commit comments