Skip to content

Commit a5c6227

Browse files
committed
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]>
1 parent a371742 commit a5c6227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/core/build-configs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,8 @@ fragments:
269269
- 'CONFIG_COMMON_CLK_MT8192_VDECSYS=y'
270270
- 'CONFIG_COMMON_CLK_MT8192_VENCSYS=y'
271271
- 'CONFIG_REGULATOR_MT6315=y'
272+
- 'CONFIG_REGULATOR_MT6359=y'
273+
- 'CONFIG_REGULATOR_MT6360=y'
272274
- 'CONFIG_DMA_RESTRICTED_POOL=y'
273275
- 'CONFIG_MEDIATEK_WATCHDOG=y'
274276
- 'CONFIG_PCIE_MEDIATEK_GEN3=m'

0 commit comments

Comments
 (0)