Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame^] | 1 | Device Tree Bindings for Power Controller on MediaTek PMIC |
| 2 | |
| 3 | The power controller which could be found on PMIC is responsible for externally |
| 4 | powering off or on the remote MediaTek SoC through the circuit BBPU. |
| 5 | |
| 6 | Required properties: |
| 7 | - compatible: Should be one of follows |
| 8 | "mediatek,mt6323-pwrc": for MT6323 PMIC |
| 9 | |
| 10 | Example: |
| 11 | |
| 12 | pmic { |
| 13 | compatible = "mediatek,mt6323"; |
| 14 | |
| 15 | ... |
| 16 | |
| 17 | power-controller { |
| 18 | compatible = "mediatek,mt6323-pwrc"; |
| 19 | }; |
| 20 | } |