[PATCH 03/12] dt-bindings: soc: mediatek: apu: Add MT8195 APU power bindings

From: Flora Fu
Date: Fri Dec 10 2021 - 12:52:45 EST


Add MT8195 APU power bindings.

Signed-off-by: Flora Fu <flora.fu@xxxxxxxxxxxx>

---
.../soc/mediatek/mediatek,apu-pwr.yaml | 23 ++++++++++++++++++-
1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/soc/mediatek/mediatek,apu-pwr.yaml b/Documentation/devicetree/bindings/soc/mediatek/mediatek,apu-pwr.yaml
index 00f67dddb162..93afb9919f1f 100644
--- a/Documentation/devicetree/bindings/soc/mediatek/mediatek,apu-pwr.yaml
+++ b/Documentation/devicetree/bindings/soc/mediatek/mediatek,apu-pwr.yaml
@@ -19,6 +19,7 @@ properties:
items:
- enum:
- mediatek,mt8192-apu-power
+ - mediatek,mt8195-apu-power
reg:
minItems: 1

@@ -47,7 +48,27 @@ required:
- vvpu-supply
- vmdla-supply

-additionalProperties: false
+additionalProperties:
+ if:
+ properties:
+ compatible:
+ enum:
+ - mediatek,mt8195-apu-power
+ then:
+ type: object
+ description:
+ Represent node that will trigger early probing to all iommu device.
+ The APU device all iommu device to be probed before boot remote tinysys.
+ properties:
+ compatible:
+ enum:
+ - mediatek,apu_combo_iommu0
+ - mediatek,apu_combo_iommu1
+ iommus:
+ maxItems: 1
+ required:
+ - compatible
+ - iommus

examples:
- |
--
2.18.0