Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 21da4c326746910fdb08229e2c27183d > files > 3700

kernel-doc-5.4.10-1.mga7.noarch.rpm

Device Tree Bindings for Power Controller on MediaTek PMIC

The power controller which could be found on PMIC is responsible for externally
powering off or on the remote MediaTek SoC through the circuit BBPU.

Required properties:
- compatible: Should be one of follows
       "mediatek,mt6323-pwrc": for MT6323 PMIC

Example:

       pmic {
               compatible = "mediatek,mt6323";

               ...

               power-controller {
                       compatible = "mediatek,mt6323-pwrc";
               };
       }