Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: soc: mediatek: pwrap: Add power-domains property

Currently, the DT bindings for Mediatek PMIC Wrapper is missing the
power-domains property, which is used in the MT8173 E1 evaluation board as
it needs USB power domain.

Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Ariel D'Alessandro and committed by
Rob Herring (Arm)
18b26b15 d0b5a39a

+15
+15
Documentation/devicetree/bindings/soc/mediatek/mediatek,pwrap.yaml
··· 98 98 - const: pwrap 99 99 - const: pwrap-bridge 100 100 101 + power-domains: 102 + maxItems: 1 103 + 101 104 pmic: 102 105 type: object 103 106 ··· 128 125 129 126 clock-names: 130 127 minItems: 4 128 + 129 + - if: 130 + properties: 131 + compatible: 132 + contains: 133 + const: mediatek,mt8173-pwrap 134 + then: 135 + properties: 136 + power-domains: true 137 + else: 138 + properties: 139 + power-domains: false 131 140 132 141 additionalProperties: false 133 142